-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Allow publishing of Ansible 2.9 and 2.11 images #5311
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
Allow publishing of Ansible 2.9 and 2.11 images #5311
Conversation
|
/hold
|
jmrodri
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
233081b to
a32fb30
Compare
Related to operator-framework#5115 This PR introduces the Dockerfile and infrastructure to build Ansible 2.9 and Ansible 2.11 images side by side. This commit does not integrate these changes into CI, and therefore will need to be mered alongside a follow-up PR to intetgrate with GitHub actions. Co-authored-by: Austin Macdonald <[email protected]> Co-authored-by: Fabian von Feilitzsch <[email protected]> Signed-off-by: austin <[email protected]>
Signed-off-by: austin <[email protected]>
a32fb30 to
333d30b
Compare
Signed-off-by: austin <[email protected]>
Signed-off-by: austin <[email protected]>
Signed-off-by: austin <[email protected]>
Signed-off-by: austin <[email protected]>
Signed-off-by: austin <[email protected]>
Signed-off-by: austin <[email protected]>
|
|
Signed-off-by: austin <[email protected]>
Signed-off-by: austin <[email protected]>
Signed-off-by: austin <[email protected]>
Signed-off-by: austin <[email protected]>
|
This is ready for review. In particular, extra eyes on deploy-manual.yaml since that step is not tested in PRs. |
jmrodri
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Related to #5115
This PR introduces the Dockerfile and infrastructure to build Ansible
2.9 and Ansible 2.11 images side by side.
This commit does not integratethese changes into CI, and therefore will need to be mered alongside a
follow-up PR to intetgrate with GitHub actions.