Skip to content

Commit

Permalink
Updated tag references to 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksantamaria committed Jan 16, 2024
1 parent d6c26a6 commit 7c79d34
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions gh-actions-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand All @@ -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" {
Expand Down
2 changes: 1 addition & 1 deletion images/awx-ee/execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion images/bay-php_goss/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
LABEL org.opencontainers.image.source="https://github.com/dpc-sdp/bay/blob/6.x/images/bay-php_goss/Dockerfile"
2 changes: 1 addition & 1 deletion images/bay-test/Dockerfile
Original file line number Diff line number Diff line change
@@ -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"
LABEL org.opencontainers.image.source="https://github.com/dpc-sdp/bay/blob/6.x/images/bay-test/Dockerfile"
2 changes: 1 addition & 1 deletion images/mailhog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion images/nginx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion images/node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion images/php/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7c79d34

Please sign in to comment.