diff --git a/terraform_ee/README.md b/terraform_ee/README.md index 14d57a4..9f9b41d 100644 --- a/terraform_ee/README.md +++ b/terraform_ee/README.md @@ -32,7 +32,7 @@ localhost/ansible-execution-env b1b66b45526c 13 minutes ago 945 MB e32d30b2f115 16 minutes ago 938 MB quay.io/ansible/ansible-builder latest 8e8cbed25d34 22 hours ago 538 MB -registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8 latest 85ca2003a842 2 months ago 920 MB +registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8 latest 85ca2003a842 2 months ago 920 MB ```` Make sure you have the destination made on your registry... and that you have write access or you will get an error. For example on quay I needed to make this public because my hosting plan did not let me have a private registry, so it failed. @@ -59,4 +59,4 @@ Writing manifest to image destination Storing signatures ``` -Boom, now you can sync your registry with Automation controller or another machine and use ansible-navigator! +Boom, now you can sync your registry with Ansible Automation Platform or another machine and use ansible-navigator! diff --git a/terraform_ee/execution-environment.yml b/terraform_ee/execution-environment.yml index 2b3007f..150c4ee 100644 --- a/terraform_ee/execution-environment.yml +++ b/terraform_ee/execution-environment.yml @@ -22,7 +22,7 @@ additional_build_steps: # Use the above ARG to define an environment variable holding # the token for resolving private collections - ENV ANSIBLE_GALAXY_SERVER_AUTOMATION_HUB_TOKEN=$AH_TOKEN - append: + append_base: - RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "/awscliv2.zip" - RUN unzip /awscliv2.zip -d /aws - RUN /aws/aws/install