Skip to content

Instantly share code, notes, and snippets.

@matburt
Created May 18, 2022 13:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matburt/94c5410a4ba7da20c9cf09ce07091c73 to your computer and use it in GitHub Desktop.
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
---
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