From 322171ba8c41003df291bc9c306f611cc666485c Mon Sep 17 00:00:00 2001 From: Hicham Mourad <43329991+HichamMourad@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:08:42 -0500 Subject: [PATCH 1/2] Update README.md --- terraform_ee/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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! From 4d6757692c780fb5100668db4d013d135679f943 Mon Sep 17 00:00:00 2001 From: Hicham Mourad <43329991+HichamMourad@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:12:40 -0500 Subject: [PATCH 2/2] Update execution-environment.yml --- terraform_ee/execution-environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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