Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test/ansible-operator/Dockerfile: lock idna to 2.7 #813

Merged
merged 1 commit into from
Dec 4, 2018

Conversation

joelanford
Copy link
Member

Description of the change:
Locks python idna package to 2.7

Motivation for the change:
Fixes broken ansible-operator base image, which installs incompatible idna version 2.8

@openshift-ci-robot openshift-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Dec 4, 2018
@joelanford joelanford merged commit 8eb2edb into operator-framework:master Dec 4, 2018
@joelanford joelanford deleted the ansible-e2e-fix branch December 4, 2018 20:18
madorn pushed a commit to madorn/operator-sdk that referenced this pull request Dec 10, 2018
hasbro17 added a commit that referenced this pull request Dec 10, 2018
* pkg/scaffold: Adjust gopkgtoml test to reflect change

* pkg/scaffold: Pin controller-runtime to exactly v0.1.4

When you specify a version without an operator, dep automatically uses
the ^ operator by default. That means it will take the major range.
That broke building of generated operators due to missing dependencies
in controller-runtime latest release.

* pkg/ansible/runner: logs the stdout and stderr from ansible-runner if the command exits non-zero

This is helpful in a case where ansible-runner itself is broken, such as when a
python library it depends on gets installed at an incompatible version (a
problem we've encountered multile times).

* test/ansible-operator/Dockerfile: lock idna to 2.7 (#813)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants