diff --git a/images/awx-ee/README.md b/images/awx-ee/README.md index cc559f5b..0b9eea21 100644 --- a/images/awx-ee/README.md +++ b/images/awx-ee/README.md @@ -9,7 +9,7 @@ The AWX execution environment is a container image that AWX will use to execute - `requirements.txt`: Defined python dependencies - `requirements.yml`: Ansible collections to install -AWX has `ghcr.io/dpc-sdp/bay/awx-ee:5.x` added as an execution environment with a pull policy of always, when the image is updated kuberenetes will pull a new image to run the plays in. +AWX has `ghcr.io/dpc-sdp/bay/awx-ee:6.x` added as an execution environment with a pull policy of always, when the image is updated kuberenetes will pull a new image to run the plays in. ## Dependencies @@ -20,7 +20,7 @@ AWX has `ghcr.io/dpc-sdp/bay/awx-ee:5.x` added as an execution environment with Commands run from this directory if you have ansible-builder installed locally. ``` -$ ansible-builder build --tag ghcr.io/dpc-sdp/bay/awx-ee:5.x --container-runtime docker +$ ansible-builder build --tag ghcr.io/dpc-sdp/bay/awx-ee:6.x --container-runtime docker ``` OR run with docker. @@ -31,14 +31,14 @@ $ docker run --rm -it \ -v $(pwd):/data \ -w /data \ quay.io/ansible/ansible-builder:latest \ - ansible-builder build --tag ghcr.io/dpc-sdp/bay/awx-ee:5.x --container-runtime docker + ansible-builder build --tag ghcr.io/dpc-sdp/bay/awx-ee:6.x --container-runtime docker # Build the image -$ docker build -f context/Dockerfile -t ghcr.io/dpc-sdp/bay/awx-ee:5.x context +$ docker build -f context/Dockerfile -t ghcr.io/dpc-sdp/bay/awx-ee:6.x context ``` ## Deploying the image ``` -$ docker push ghcr.io/dpc-sdp/bay/awx-ee:5.x +$ docker push ghcr.io/dpc-sdp/bay/awx-ee:6.x ``` diff --git a/images/mailhog/README.md b/images/mailhog/README.md index dd6aef23..7e4aa681 100644 --- a/images/mailhog/README.md +++ b/images/mailhog/README.md @@ -13,7 +13,7 @@ You can also use it in your Docker Compose stack with the following snippet: ``` services: mailhog: - image: ghcr.io/dpc-sdp/bay/mailhog:5.x + image: ghcr.io/dpc-sdp/bay/mailhog:6.x ports: - 1025 - 8025 diff --git a/images/nginx/README.md b/images/nginx/README.md index 960a5ae2..f4c79188 100644 --- a/images/nginx/README.md +++ b/images/nginx/README.md @@ -18,7 +18,7 @@ You can also use it in your Docker Compose stack with the following snippet: ``` services: nginx: - image: ghcr.io/dpc-sdp/bay/nginx:5.x + image: ghcr.io/dpc-sdp/bay/nginx:6.x volumes: - path/to/app:/app ports: diff --git a/images/node/README.md b/images/node/README.md index 827c59a5..f69a5566 100644 --- a/images/node/README.md +++ b/images/node/README.md @@ -14,7 +14,7 @@ You can also use it in your Docker Compose stack with the following snippet: ``` services: app: - image: ghcr.io/dpc-sdp/bay/node:5.x + image: ghcr.io/dpc-sdp/bay/node:6.x volumes: - path/to/app:/app ports: diff --git a/images/php/README.md b/images/php/README.md index 71880274..4172046c 100644 --- a/images/php/README.md +++ b/images/php/README.md @@ -19,7 +19,7 @@ You can also use it in your Docker Compose stack with the following snippet: ``` services: nginx: - image: ghcr.io/dpc-sdp/bay/php-fpm:5.x + image: ghcr.io/dpc-sdp/bay/php-fpm:6.x volumes: - path/to/app:/app ports: