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

#65 additional pip and ansible/ansible-galexy dependency pinning #66

Merged
merged 7 commits into from
Mar 4, 2021

Conversation

rdlaitila
Copy link
Contributor

pins dependencies for openshift, kubernetes, ansible, and community.kubernetes

…shift, kubernetes, ansible, and community.kubernetes dependencies
Dockerfile Outdated

# Installation
FROM baseline

# Add extra packages
RUN apt-get -y install gzip wget git git-lfs jq sshpass \
&& curl -s https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash \
&& pip install openshift "ansible>=2.9,<3.0.0" dnspython
&& pip install "openshift>=0.11,<0.12" "kubernetes>=11,<12" "ansible>=2.10,<2.11" dnspython
Copy link
Contributor

@NormJohnIV NormJohnIV Mar 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was it required to drop ansible 2.9 support? also, does ansible 2.11 not work?

@rdlaitila
Copy link
Contributor Author

@NormJohnIV new commits explicitly pinning more versions of dependencies and includes documentation on overriding versions in both execution scenarios. Note: this is to be treated as a WIP and I do not expect this to be merged without input.

@NormJohnIV NormJohnIV merged commit 4fceee5 into main Mar 4, 2021
@NormJohnIV NormJohnIV deleted the issue-65-connection-refused branch March 4, 2021 14:27
@NormJohnIV NormJohnIV linked an issue Mar 4, 2021 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ansible community.kubernetes connection refused
2 participants