Created
May 18, 2022 13:51
-
-
Save matburt/94c5410a4ba7da20c9cf09ce07091c73 to your computer and use it in GitHub Desktop.
EE to add the awx sample collection from ansible/ansible-tower-samples to a basic EE derived from awx-ee:latest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
version: 1 | |
build_arg_defaults: | |
EE_BASE_IMAGE: 'quay.io/ansible/awx-ee:latest' | |
additional_build_steps: | |
append: | |
- ADD awx-sample-1.0.0.tar.gz /ansible-tower-sample-1.0.0.tar.gz | |
- RUN ansible-galaxy collection install /ansible-tower-sample-1.0.0.tar.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment