Scaffold an execution-environment project using init subcommand #368
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
SUMMARY
This PR adds support to scaffold an execution-execution project that can build an EE image that can be pushed and published to ghcr.
Github action workflow scaffolded through this EE project is calling a re-usable workflow from ansible-content-actions repo: https://github.com/ansible/ansible-content-actions/blob/main/.github/workflows/ee-build.yml
CLI Changes:
Adds
execution_env
as a project type in init subcommand.Testing and Documentation:
A sample personal project that uses this re-usable workflow to build and push an EE: https://github.com/shatakshiiii/ee_project
Related JIRA: AAP-40560 and AAP-38339