Skip to content

Commit

Permalink
remove bullets
Browse files Browse the repository at this point in the history
  • Loading branch information
zjleblanc committed Dec 13, 2024
1 parent d004041 commit 058fdb1
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions execution_environments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ Currently these execution environment images are created manually using the `bui

## Building the execution environment images

1. Download the [openshift-clients rpm](https://access.redhat.com/downloads/content/rhel---9/x86_64/20821/openshift-clients/4.16.0-202408021139.p0.ge8fb3c0.assembly.stream.el9/x86_64/fd431d51/package)
2. Overwrite existing link to git-lfs by copying downloaded RPM to `<repo-root>/execution-environments/openshift-clients-4.16.0-202408021139.p0.ge8fb3c0.assembly.stream.el9.x86_64.rpm`
3. `podman login registry.redhat.io` in order to pull the base EE images
4. `export ANSIBLE_GALAXY_SERVER_CERTIFIED_TOKEN="<token>"` obtained from [Automation Hub](https://console.redhat.com/ansible/automation-hub/token)
5. `export ANSIBLE_GALAXY_SERVER_VALIDATED_TOKEN="<token>"` (same as above)
6. `./build.sh` to build the EE images and add them to your local podman image cache
1. `podman login registry.redhat.io` in order to pull the base EE images
2. `export ANSIBLE_GALAXY_SERVER_CERTIFIED_TOKEN="<token>"` obtained from [Automation Hub](https://console.redhat.com/ansible/automation-hub/token)
3. `export ANSIBLE_GALAXY_SERVER_VALIDATED_TOKEN="<token>"` (same as above)
4. `./build.sh` to build the EE images and add them to your local podman image cache

The `build.sh` script creates multiple EE images, each based on the ee-minimal image that comes with a different minor version of AAP. These images are created in the "quay.io/ansible-product-demos" namespace. Currently the script builds the following images:

Expand Down

0 comments on commit 058fdb1

Please sign in to comment.