https://github.com/ericcames/execution-environments
Execution Environments
https://github.com/ericcames/execution-environments
Last synced: 4 months ago
JSON representation
Execution Environments
- Host: GitHub
- URL: https://github.com/ericcames/execution-environments
- Owner: ericcames
- License: mit
- Created: 2025-09-29T19:24:39.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-11-22T01:30:12.000Z (7 months ago)
- Last Synced: 2025-11-22T02:34:56.696Z (7 months ago)
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Execution-Environments
**Red Hat Ecosystem Catalog**
Red Hat Base Images for use in building Execution/Descision Environments.
[Container results for ansible-automation-platform](https://catalog.redhat.com/en/search?searchType=Containers&q=ansible-automation-platform&p=1 "Container results for ansible-automation-platform")
**Read the docs**
[Execution environment definition](https://ansible.readthedocs.io/projects/builder/en/stable/definition/#overview "Execution environment definition")
**Manual container build process**
```
1. Create your execution-environment.yml
2. ansible-builder build -v3 -t cohesity_rhel9:1.0.0
3. podman images
a. localhost/cohesity_rhel9
4. podman tag localhost/cohesity_rhel9:1.0.0 quay.io/zigfreed/cohesity_rhel9:1.0.0
5. podman login quay.io
6. podman push quay.io/zigfreed/cohesity_rhel9:1.0.0
7. Is the repository public?
8. Move the latest tag
```
**Public container repo**
[Zigfreed's public containers](https://quay.io/repository/ "Zigfreed's public containers")