Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nleiva/ee-builds
Automate builds of execution environments for use with Ansible Automation Platform 2 Topics
https://github.com/nleiva/ee-builds
ansible ansible-automation-platform execution-environment
Last synced: 10 days ago
JSON representation
Automate builds of execution environments for use with Ansible Automation Platform 2 Topics
- Host: GitHub
- URL: https://github.com/nleiva/ee-builds
- Owner: nleiva
- Created: 2021-11-18T15:46:13.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-21T19:40:03.000Z (9 months ago)
- Last Synced: 2024-02-22T19:25:01.599Z (9 months ago)
- Topics: ansible, ansible-automation-platform, execution-environment
- Homepage:
- Size: 110 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build Execution Environments with `ansible-builder`
OLD ACCOUNT: [![Cloud EE](https://github.com/nleiva/ee-builds/actions/workflows/ee-cloud-image.yml/badge.svg)](https://github.com/nleiva/ee-builds/actions/workflows/ee-cloud-image.yml) [![Controller EE](https://github.com/nleiva/ee-builds/actions/workflows/ee-controller-image.yml/badge.svg)](https://github.com/nleiva/ee-builds/actions/workflows/ee-controller-image.yml) [![General EE](https://github.com/nleiva/ee-builds/actions/workflows/ee-general-image.yml/badge.svg)](https://github.com/nleiva/ee-builds/actions/workflows/ee-general-image.yml) [![Network EE](https://github.com/nleiva/ee-builds/actions/workflows/ee-network-image.yml/badge.svg)](https://github.com/nleiva/ee-builds/actions/workflows/ee-network-image.yml) [![Network Community EE build](https://github.com/nleiva/ee-builds/actions/workflows/ee-network-community.yml/badge.svg)](https://github.com/nleiva/ee-builds/actions/workflows/ee-network-community.yml) [![Security EE build](https://github.com/nleiva/ee-builds/actions/workflows/ee-security-image.yml/badge.svg)](https://github.com/nleiva/ee-builds/actions/workflows/ee-security-image.yml) [![Web EE](https://github.com/nleiva/ee-builds/actions/workflows/ee-web-image.yml/badge.svg)](https://github.com/nleiva/ee-builds/actions/workflows/ee-web-image.yml)
NEW ACCOUNT: [![Docker Repository on Quay](https://quay.io/repository/nleiva2/ee-general-community/status "Docker Repository on Quay")](https://quay.io/repository/nleiva2/ee-general-community)
## Inspect an Image
```bash
podman run -it quay.io/nleiva/ee-general-image /bin/bash
```## Documentation
- [Ansible Links](https://github.com/nleiva/ansible-links)
- [Automating execution environment image builds with GitHub Actions](https://www.ansible.com/blog/automating-execution-environment-image-builds-with-github-actions)### Ansible projects
- [ansible-navigator](https://github.com/ansible/ansible-navigator)
- [ansible-builder](https://github.com/ansible/ansible-builder)### GitHub Actions
- [GitHub Actions quickstart](https://docs.github.com/en/actions/quickstart)
- [GitHub Environments](https://docs.github.com/en/actions/deployment/using-environments-for-deployment)
- [redhat-actions/podman-login](https://github.com/redhat-actions/podman-login)
- [redhat-actions/push-to-registry](https://github.com/redhat-actions/push-to-registry)