From e9e2e54b261c44404c7d7fb84dd6d948027e00ed Mon Sep 17 00:00:00 2001 From: kurokobo <2920259+kurokobo@users.noreply.github.com> Date: Sat, 19 Feb 2022 13:37:35 +0900 Subject: [PATCH] fix: replace custom ee with 2.12-custom --- containergroup/README.md | 4 ++-- galaxy/README.md | 4 ++-- runner/env/settings | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/containergroup/README.md b/containergroup/README.md index 5aa2644..ad5cfc2 100644 --- a/containergroup/README.md +++ b/containergroup/README.md @@ -132,7 +132,7 @@ NAME READY STATUS RESTARTS AGE automation-job-50-qsjbp 1/1 Running 0 17s ``` -The Pod has your own specification as defined above. +The Pod has your own specification as defined above. Note that the `image` in example output below has been overridden by the Execution Environment which defined in Job Template. ```bash $ kubectl -n ee-demo get pod automation-job-50-qsjbp -o yaml @@ -146,7 +146,7 @@ metadata: spec: containers: ... - image: registry.example.com/ansible/ee:2.10-custom + image: registry.example.com/ansible/ee:2.12-custom ... resources: limits: diff --git a/galaxy/README.md b/galaxy/README.md index ecac15c..b64401b 100644 --- a/galaxy/README.md +++ b/galaxy/README.md @@ -547,8 +547,8 @@ Then simply `login`, `tag` and `push`. ```bash docker login galaxy.example.com -docker tag registry.example.com/ansible/ee:2.10-custom galaxy.example.com/demo/ee:2.10-custom -docker push galaxy.example.com/demo/ee:2.10-custom +docker tag registry.example.com/ansible/ee:2.12-custom galaxy.example.com/demo/ee:2.12-custom +docker push galaxy.example.com/demo/ee:2.12-custom ``` ## Use with AWX diff --git a/runner/env/settings b/runner/env/settings index bbeea7b..2e2fc19 100644 --- a/runner/env/settings +++ b/runner/env/settings @@ -1,7 +1,7 @@ --- process_isolation: true process_isolation_executable: docker -container_image: registry.example.com/ansible/ee:2.10-custom +container_image: registry.example.com/ansible/ee:2.12-custom # Specify additional bind-mount points to an isolated Docker or Podman container. # Note that this is UNDOCUMENTED option.