From 7c79d34c86e9a9c0d61b7c46752d4f44bb1f3803 Mon Sep 17 00:00:00 2001 From: Nick Santamaria Date: Tue, 16 Jan 2024 15:46:41 +1100 Subject: [PATCH] Updated tag references to 6.x --- gh-actions-bake.hcl | 4 ++-- images/awx-ee/execution-environment.yml | 2 +- images/bay-php_goss/Dockerfile | 2 +- images/bay-test/Dockerfile | 2 +- images/mailhog/README.md | 2 +- images/nginx/README.md | 2 +- images/node/README.md | 2 +- images/php/README.md | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/gh-actions-bake.hcl b/gh-actions-bake.hcl index ad5da0008..8915f491f 100755 --- a/gh-actions-bake.hcl +++ b/gh-actions-bake.hcl @@ -60,7 +60,7 @@ target "php-cli" { labels = { "org.opencontainers.image.description" = "PHP Drupal CLI image for Bay container platform" - "org.opencontainers.image.source" = "https://github.com/dpc-sdp/bay/blob/5.x/images/bay-php/Dockerfile.cli" + "org.opencontainers.image.source" = "https://github.com/dpc-sdp/bay/blob/6.x/images/bay-php/Dockerfile.cli" } } target "php-fpm" { @@ -72,7 +72,7 @@ target "php-fpm" { labels = { "org.opencontainers.image.description" = "PHP-FPM image for Bay container platform" - "org.opencontainers.image.source" = "https://github.com/dpc-sdp/bay/blob/5.x/images/bay-php/Dockerfile.fpm" + "org.opencontainers.image.source" = "https://github.com/dpc-sdp/bay/blob/6.x/images/bay-php/Dockerfile.fpm" } } target "ripple-static" { diff --git a/images/awx-ee/execution-environment.yml b/images/awx-ee/execution-environment.yml index 6aa6cd381..ff185eb9f 100644 --- a/images/awx-ee/execution-environment.yml +++ b/images/awx-ee/execution-environment.yml @@ -21,7 +21,7 @@ additional_build_steps: prepend_final: - LABEL org.opencontainers.image.authors="Digital Victoria" - LABEL org.opencontainers.image.description="Provides an AWX execution environment image optimised for use with SDP." - - LABEL org.opencontainers.image.source="https://github.com/dpc-sdp/bay/blob/5.x/images/awx-ee/context/Dockerfile" + - LABEL org.opencontainers.image.source="https://github.com/dpc-sdp/bay/blob/6.x/images/awx-ee/context/Dockerfile" - ARG LAGOON_CLI_VERSION=v0.15.4 - ARG NVM_INSTALL_VERSION=v0.39.1 - ARG NODE_VERSION=v14.15.1 diff --git a/images/bay-php_goss/Dockerfile b/images/bay-php_goss/Dockerfile index a6f162f2f..db86ac2fc 100644 --- a/images/bay-php_goss/Dockerfile +++ b/images/bay-php_goss/Dockerfile @@ -4,4 +4,4 @@ ARG BASE_IMAGE FROM ${BASE_IMAGE} -LABEL org.opencontainers.image.source="https://github.com/dpc-sdp/bay/blob/5.x/images/bay-php_goss/Dockerfile" \ No newline at end of file +LABEL org.opencontainers.image.source="https://github.com/dpc-sdp/bay/blob/6.x/images/bay-php_goss/Dockerfile" \ No newline at end of file diff --git a/images/bay-test/Dockerfile b/images/bay-test/Dockerfile index 438bd98b4..de19bfa8b 100644 --- a/images/bay-test/Dockerfile +++ b/images/bay-test/Dockerfile @@ -1,2 +1,2 @@ FROM uselagoon/php-7.4-cli-drupal:latest -LABEL org.opencontainers.image.source="https://github.com/dpc-sdp/bay/blob/5.x/images/bay-test/Dockerfile" \ No newline at end of file +LABEL org.opencontainers.image.source="https://github.com/dpc-sdp/bay/blob/6.x/images/bay-test/Dockerfile" \ No newline at end of file diff --git a/images/mailhog/README.md b/images/mailhog/README.md index 9e8edc6ce..ea93a5c91 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: singledigital/bay-mailhog:5.x + image: singledigital/bay-mailhog:6.x ports: - 1025 - 8025 diff --git a/images/nginx/README.md b/images/nginx/README.md index 3eb5eb642..a0f56489e 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: singledigital/bay-nginx:5.x + image: singledigital/bay-nginx:6.x volumes: - path/to/app:/app ports: diff --git a/images/node/README.md b/images/node/README.md index 396fba7e3..3803df91d 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: singledigital/bay-node:5.x + image: singledigital/bay-node:6.x volumes: - path/to/app:/app ports: diff --git a/images/php/README.md b/images/php/README.md index c222f8761..e4532cd50 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: singledigital/bay-php-fpm:5.x + image: singledigital/bay-php-fpm:6.x volumes: - path/to/app:/app ports: