From 90c1bf28e4ae51983b0084dfc685458f8c8b5b5d Mon Sep 17 00:00:00 2001 From: The Oh Brothers Bot Date: Sat, 22 Jun 2024 01:26:51 +0000 Subject: [PATCH] Enhancement: Add docker-compose 2.28.0 variants Signed-off-by: The Oh Brothers Bot --- generate/definitions/versions.json | 1 + variants/4.11.0-docker-go-1.20.14/Dockerfile | 34 +++++++++---------- .../Dockerfile | 34 +++++++++---------- variants/4.11.0-docker-rootless/Dockerfile | 34 +++++++++---------- variants/4.11.0-docker/Dockerfile | 34 +++++++++---------- variants/4.12.0-docker-go-1.20.14/Dockerfile | 34 +++++++++---------- .../Dockerfile | 34 +++++++++---------- variants/4.12.0-docker-rootless/Dockerfile | 34 +++++++++---------- variants/4.12.0-docker/Dockerfile | 34 +++++++++---------- variants/4.13.0-docker-go-1.20.14/Dockerfile | 34 +++++++++---------- .../Dockerfile | 34 +++++++++---------- variants/4.13.0-docker-rootless/Dockerfile | 34 +++++++++---------- variants/4.13.0-docker/Dockerfile | 34 +++++++++---------- variants/4.14.1-docker-go-1.20.14/Dockerfile | 34 +++++++++---------- .../Dockerfile | 34 +++++++++---------- variants/4.14.1-docker-rootless/Dockerfile | 34 +++++++++---------- variants/4.14.1-docker/Dockerfile | 34 +++++++++---------- variants/4.15.0-docker-go-1.20.14/Dockerfile | 34 +++++++++---------- .../Dockerfile | 34 +++++++++---------- variants/4.15.0-docker-rootless/Dockerfile | 34 +++++++++---------- variants/4.15.0-docker/Dockerfile | 34 +++++++++---------- variants/4.16.1-docker-go-1.20.14/Dockerfile | 34 +++++++++---------- .../Dockerfile | 34 +++++++++---------- variants/4.16.1-docker-rootless/Dockerfile | 34 +++++++++---------- variants/4.16.1-docker/Dockerfile | 34 +++++++++---------- variants/4.17.1-docker-go-1.20.14/Dockerfile | 34 +++++++++---------- .../Dockerfile | 34 +++++++++---------- variants/4.17.1-docker-rootless/Dockerfile | 34 +++++++++---------- variants/4.17.1-docker/Dockerfile | 34 +++++++++---------- variants/4.18.0-docker-go-1.20.14/Dockerfile | 34 +++++++++---------- .../Dockerfile | 34 +++++++++---------- variants/4.18.0-docker-rootless/Dockerfile | 34 +++++++++---------- variants/4.18.0-docker/Dockerfile | 34 +++++++++---------- variants/4.19.1-docker-go-1.20.14/Dockerfile | 34 +++++++++---------- .../Dockerfile | 34 +++++++++---------- variants/4.19.1-docker-rootless/Dockerfile | 34 +++++++++---------- variants/4.19.1-docker/Dockerfile | 34 +++++++++---------- variants/4.20.1-docker-go-1.20.14/Dockerfile | 34 +++++++++---------- .../Dockerfile | 34 +++++++++---------- variants/4.20.1-docker-rootless/Dockerfile | 34 +++++++++---------- variants/4.20.1-docker/Dockerfile | 34 +++++++++---------- variants/4.21.2-docker-go-1.20.14/Dockerfile | 34 +++++++++---------- .../Dockerfile | 34 +++++++++---------- variants/4.21.2-docker-rootless/Dockerfile | 34 +++++++++---------- variants/4.21.2-docker/Dockerfile | 34 +++++++++---------- variants/4.22.1-docker-go-1.20.14/Dockerfile | 34 +++++++++---------- .../Dockerfile | 34 +++++++++---------- variants/4.22.1-docker-rootless/Dockerfile | 34 +++++++++---------- variants/4.22.1-docker/Dockerfile | 34 +++++++++---------- variants/4.23.1-docker-go-1.20.14/Dockerfile | 34 +++++++++---------- .../Dockerfile | 34 +++++++++---------- variants/4.23.1-docker-rootless/Dockerfile | 34 +++++++++---------- variants/4.23.1-docker/Dockerfile | 34 +++++++++---------- variants/4.89.1-docker-go-1.20.14/Dockerfile | 34 +++++++++---------- .../Dockerfile | 34 +++++++++---------- variants/4.89.1-docker-rootless/Dockerfile | 34 +++++++++---------- variants/4.89.1-docker/Dockerfile | 34 +++++++++---------- variants/4.90.2-docker-go-1.20.14/Dockerfile | 34 +++++++++---------- .../Dockerfile | 34 +++++++++---------- variants/4.90.2-docker-rootless/Dockerfile | 34 +++++++++---------- variants/4.90.2-docker/Dockerfile | 34 +++++++++---------- 61 files changed, 1021 insertions(+), 1020 deletions(-) diff --git a/generate/definitions/versions.json b/generate/definitions/versions.json index fa920256..fe3b125c 100644 --- a/generate/definitions/versions.json +++ b/generate/definitions/versions.json @@ -36,6 +36,7 @@ }, "docker-compose": { "versions": [ + "2.28.0", "2.27.2", "2.26.1", "2.25.0", diff --git a/variants/4.11.0-docker-go-1.20.14/Dockerfile b/variants/4.11.0-docker-go-1.20.14/Dockerfile index c77cab56..1f1228cc 100644 --- a/variants/4.11.0-docker-go-1.20.14/Dockerfile +++ b/variants/4.11.0-docker-go-1.20.14/Dockerfile @@ -197,39 +197,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.11.0-docker-rootless-go-1.20.14/Dockerfile b/variants/4.11.0-docker-rootless-go-1.20.14/Dockerfile index 05e2b862..528ddd50 100644 --- a/variants/4.11.0-docker-rootless-go-1.20.14/Dockerfile +++ b/variants/4.11.0-docker-rootless-go-1.20.14/Dockerfile @@ -245,39 +245,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.11.0-docker-rootless/Dockerfile b/variants/4.11.0-docker-rootless/Dockerfile index cd9b5727..1deba0c5 100644 --- a/variants/4.11.0-docker-rootless/Dockerfile +++ b/variants/4.11.0-docker-rootless/Dockerfile @@ -245,39 +245,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.11.0-docker/Dockerfile b/variants/4.11.0-docker/Dockerfile index 91e5a764..2652f7e7 100644 --- a/variants/4.11.0-docker/Dockerfile +++ b/variants/4.11.0-docker/Dockerfile @@ -197,39 +197,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.12.0-docker-go-1.20.14/Dockerfile b/variants/4.12.0-docker-go-1.20.14/Dockerfile index 7ffeb7af..7db3cd6d 100644 --- a/variants/4.12.0-docker-go-1.20.14/Dockerfile +++ b/variants/4.12.0-docker-go-1.20.14/Dockerfile @@ -197,39 +197,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.12.0-docker-rootless-go-1.20.14/Dockerfile b/variants/4.12.0-docker-rootless-go-1.20.14/Dockerfile index 72ab01c0..3e48c7ef 100644 --- a/variants/4.12.0-docker-rootless-go-1.20.14/Dockerfile +++ b/variants/4.12.0-docker-rootless-go-1.20.14/Dockerfile @@ -245,39 +245,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.12.0-docker-rootless/Dockerfile b/variants/4.12.0-docker-rootless/Dockerfile index 094ece44..ca71cc6d 100644 --- a/variants/4.12.0-docker-rootless/Dockerfile +++ b/variants/4.12.0-docker-rootless/Dockerfile @@ -245,39 +245,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.12.0-docker/Dockerfile b/variants/4.12.0-docker/Dockerfile index 8496f7ad..37eab4aa 100644 --- a/variants/4.12.0-docker/Dockerfile +++ b/variants/4.12.0-docker/Dockerfile @@ -197,39 +197,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.13.0-docker-go-1.20.14/Dockerfile b/variants/4.13.0-docker-go-1.20.14/Dockerfile index 2cddbb7e..31b1d2eb 100644 --- a/variants/4.13.0-docker-go-1.20.14/Dockerfile +++ b/variants/4.13.0-docker-go-1.20.14/Dockerfile @@ -197,39 +197,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.13.0-docker-rootless-go-1.20.14/Dockerfile b/variants/4.13.0-docker-rootless-go-1.20.14/Dockerfile index 30de5949..20785053 100644 --- a/variants/4.13.0-docker-rootless-go-1.20.14/Dockerfile +++ b/variants/4.13.0-docker-rootless-go-1.20.14/Dockerfile @@ -245,39 +245,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.13.0-docker-rootless/Dockerfile b/variants/4.13.0-docker-rootless/Dockerfile index f046bde7..c67a656a 100644 --- a/variants/4.13.0-docker-rootless/Dockerfile +++ b/variants/4.13.0-docker-rootless/Dockerfile @@ -245,39 +245,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.13.0-docker/Dockerfile b/variants/4.13.0-docker/Dockerfile index e685a73d..21c7c8be 100644 --- a/variants/4.13.0-docker/Dockerfile +++ b/variants/4.13.0-docker/Dockerfile @@ -197,39 +197,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.14.1-docker-go-1.20.14/Dockerfile b/variants/4.14.1-docker-go-1.20.14/Dockerfile index 564749ae..b29d0b9b 100644 --- a/variants/4.14.1-docker-go-1.20.14/Dockerfile +++ b/variants/4.14.1-docker-go-1.20.14/Dockerfile @@ -197,39 +197,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.14.1-docker-rootless-go-1.20.14/Dockerfile b/variants/4.14.1-docker-rootless-go-1.20.14/Dockerfile index 575bd2c0..bc4515f9 100644 --- a/variants/4.14.1-docker-rootless-go-1.20.14/Dockerfile +++ b/variants/4.14.1-docker-rootless-go-1.20.14/Dockerfile @@ -245,39 +245,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.14.1-docker-rootless/Dockerfile b/variants/4.14.1-docker-rootless/Dockerfile index 8c733ff2..ed9ed1e7 100644 --- a/variants/4.14.1-docker-rootless/Dockerfile +++ b/variants/4.14.1-docker-rootless/Dockerfile @@ -245,39 +245,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.14.1-docker/Dockerfile b/variants/4.14.1-docker/Dockerfile index 70ac7d47..663edec5 100644 --- a/variants/4.14.1-docker/Dockerfile +++ b/variants/4.14.1-docker/Dockerfile @@ -197,39 +197,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.15.0-docker-go-1.20.14/Dockerfile b/variants/4.15.0-docker-go-1.20.14/Dockerfile index 9d586e36..3498946d 100644 --- a/variants/4.15.0-docker-go-1.20.14/Dockerfile +++ b/variants/4.15.0-docker-go-1.20.14/Dockerfile @@ -197,39 +197,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.15.0-docker-rootless-go-1.20.14/Dockerfile b/variants/4.15.0-docker-rootless-go-1.20.14/Dockerfile index 9714fcd1..7fd5e6ec 100644 --- a/variants/4.15.0-docker-rootless-go-1.20.14/Dockerfile +++ b/variants/4.15.0-docker-rootless-go-1.20.14/Dockerfile @@ -245,39 +245,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.15.0-docker-rootless/Dockerfile b/variants/4.15.0-docker-rootless/Dockerfile index 9c7240e6..50dfec5f 100644 --- a/variants/4.15.0-docker-rootless/Dockerfile +++ b/variants/4.15.0-docker-rootless/Dockerfile @@ -245,39 +245,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.15.0-docker/Dockerfile b/variants/4.15.0-docker/Dockerfile index 1b2faa18..8a972c66 100644 --- a/variants/4.15.0-docker/Dockerfile +++ b/variants/4.15.0-docker/Dockerfile @@ -197,39 +197,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.16.1-docker-go-1.20.14/Dockerfile b/variants/4.16.1-docker-go-1.20.14/Dockerfile index 1b259a16..c3831731 100644 --- a/variants/4.16.1-docker-go-1.20.14/Dockerfile +++ b/variants/4.16.1-docker-go-1.20.14/Dockerfile @@ -197,39 +197,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.16.1-docker-rootless-go-1.20.14/Dockerfile b/variants/4.16.1-docker-rootless-go-1.20.14/Dockerfile index 2e76ca19..58722e26 100644 --- a/variants/4.16.1-docker-rootless-go-1.20.14/Dockerfile +++ b/variants/4.16.1-docker-rootless-go-1.20.14/Dockerfile @@ -245,39 +245,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.16.1-docker-rootless/Dockerfile b/variants/4.16.1-docker-rootless/Dockerfile index 112f966d..26985ee8 100644 --- a/variants/4.16.1-docker-rootless/Dockerfile +++ b/variants/4.16.1-docker-rootless/Dockerfile @@ -245,39 +245,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.16.1-docker/Dockerfile b/variants/4.16.1-docker/Dockerfile index 5cb0031a..5700f320 100644 --- a/variants/4.16.1-docker/Dockerfile +++ b/variants/4.16.1-docker/Dockerfile @@ -197,39 +197,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.17.1-docker-go-1.20.14/Dockerfile b/variants/4.17.1-docker-go-1.20.14/Dockerfile index 58f3eb49..bb221985 100644 --- a/variants/4.17.1-docker-go-1.20.14/Dockerfile +++ b/variants/4.17.1-docker-go-1.20.14/Dockerfile @@ -200,39 +200,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.17.1-docker-rootless-go-1.20.14/Dockerfile b/variants/4.17.1-docker-rootless-go-1.20.14/Dockerfile index ae49484b..60187529 100644 --- a/variants/4.17.1-docker-rootless-go-1.20.14/Dockerfile +++ b/variants/4.17.1-docker-rootless-go-1.20.14/Dockerfile @@ -248,39 +248,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.17.1-docker-rootless/Dockerfile b/variants/4.17.1-docker-rootless/Dockerfile index 04154a88..e11fc832 100644 --- a/variants/4.17.1-docker-rootless/Dockerfile +++ b/variants/4.17.1-docker-rootless/Dockerfile @@ -248,39 +248,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.17.1-docker/Dockerfile b/variants/4.17.1-docker/Dockerfile index b3fe4806..67a77d43 100644 --- a/variants/4.17.1-docker/Dockerfile +++ b/variants/4.17.1-docker/Dockerfile @@ -200,39 +200,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.18.0-docker-go-1.20.14/Dockerfile b/variants/4.18.0-docker-go-1.20.14/Dockerfile index ba8934d3..3c71eb9c 100644 --- a/variants/4.18.0-docker-go-1.20.14/Dockerfile +++ b/variants/4.18.0-docker-go-1.20.14/Dockerfile @@ -200,39 +200,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.18.0-docker-rootless-go-1.20.14/Dockerfile b/variants/4.18.0-docker-rootless-go-1.20.14/Dockerfile index 00e55dfa..3f36e3a0 100644 --- a/variants/4.18.0-docker-rootless-go-1.20.14/Dockerfile +++ b/variants/4.18.0-docker-rootless-go-1.20.14/Dockerfile @@ -248,39 +248,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.18.0-docker-rootless/Dockerfile b/variants/4.18.0-docker-rootless/Dockerfile index d093ef7d..34fd9a26 100644 --- a/variants/4.18.0-docker-rootless/Dockerfile +++ b/variants/4.18.0-docker-rootless/Dockerfile @@ -248,39 +248,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.18.0-docker/Dockerfile b/variants/4.18.0-docker/Dockerfile index 05ae99de..3084a6e6 100644 --- a/variants/4.18.0-docker/Dockerfile +++ b/variants/4.18.0-docker/Dockerfile @@ -200,39 +200,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.19.1-docker-go-1.20.14/Dockerfile b/variants/4.19.1-docker-go-1.20.14/Dockerfile index 4b063aea..35fd29bb 100644 --- a/variants/4.19.1-docker-go-1.20.14/Dockerfile +++ b/variants/4.19.1-docker-go-1.20.14/Dockerfile @@ -200,39 +200,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.19.1-docker-rootless-go-1.20.14/Dockerfile b/variants/4.19.1-docker-rootless-go-1.20.14/Dockerfile index 1c123a98..f073a9c2 100644 --- a/variants/4.19.1-docker-rootless-go-1.20.14/Dockerfile +++ b/variants/4.19.1-docker-rootless-go-1.20.14/Dockerfile @@ -248,39 +248,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.19.1-docker-rootless/Dockerfile b/variants/4.19.1-docker-rootless/Dockerfile index c4f59f40..46efc066 100644 --- a/variants/4.19.1-docker-rootless/Dockerfile +++ b/variants/4.19.1-docker-rootless/Dockerfile @@ -248,39 +248,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.19.1-docker/Dockerfile b/variants/4.19.1-docker/Dockerfile index 7ce475d7..7bdf5a5b 100644 --- a/variants/4.19.1-docker/Dockerfile +++ b/variants/4.19.1-docker/Dockerfile @@ -200,39 +200,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.20.1-docker-go-1.20.14/Dockerfile b/variants/4.20.1-docker-go-1.20.14/Dockerfile index 38ad2b0c..f452f23c 100644 --- a/variants/4.20.1-docker-go-1.20.14/Dockerfile +++ b/variants/4.20.1-docker-go-1.20.14/Dockerfile @@ -200,39 +200,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.20.1-docker-rootless-go-1.20.14/Dockerfile b/variants/4.20.1-docker-rootless-go-1.20.14/Dockerfile index bdd13d0d..c04c536c 100644 --- a/variants/4.20.1-docker-rootless-go-1.20.14/Dockerfile +++ b/variants/4.20.1-docker-rootless-go-1.20.14/Dockerfile @@ -248,39 +248,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.20.1-docker-rootless/Dockerfile b/variants/4.20.1-docker-rootless/Dockerfile index 320f4f27..b084fd59 100644 --- a/variants/4.20.1-docker-rootless/Dockerfile +++ b/variants/4.20.1-docker-rootless/Dockerfile @@ -248,39 +248,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.20.1-docker/Dockerfile b/variants/4.20.1-docker/Dockerfile index 18955473..ceaf19f4 100644 --- a/variants/4.20.1-docker/Dockerfile +++ b/variants/4.20.1-docker/Dockerfile @@ -200,39 +200,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.21.2-docker-go-1.20.14/Dockerfile b/variants/4.21.2-docker-go-1.20.14/Dockerfile index 05abaeb4..dd2e2ea1 100644 --- a/variants/4.21.2-docker-go-1.20.14/Dockerfile +++ b/variants/4.21.2-docker-go-1.20.14/Dockerfile @@ -200,39 +200,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.21.2-docker-rootless-go-1.20.14/Dockerfile b/variants/4.21.2-docker-rootless-go-1.20.14/Dockerfile index ce36d824..a224b11c 100644 --- a/variants/4.21.2-docker-rootless-go-1.20.14/Dockerfile +++ b/variants/4.21.2-docker-rootless-go-1.20.14/Dockerfile @@ -248,39 +248,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.21.2-docker-rootless/Dockerfile b/variants/4.21.2-docker-rootless/Dockerfile index 4ef69f30..a194d87f 100644 --- a/variants/4.21.2-docker-rootless/Dockerfile +++ b/variants/4.21.2-docker-rootless/Dockerfile @@ -248,39 +248,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.21.2-docker/Dockerfile b/variants/4.21.2-docker/Dockerfile index 0d2a6ecb..2156155a 100644 --- a/variants/4.21.2-docker/Dockerfile +++ b/variants/4.21.2-docker/Dockerfile @@ -200,39 +200,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.22.1-docker-go-1.20.14/Dockerfile b/variants/4.22.1-docker-go-1.20.14/Dockerfile index 1c1f7a89..7bad6e71 100644 --- a/variants/4.22.1-docker-go-1.20.14/Dockerfile +++ b/variants/4.22.1-docker-go-1.20.14/Dockerfile @@ -200,39 +200,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.22.1-docker-rootless-go-1.20.14/Dockerfile b/variants/4.22.1-docker-rootless-go-1.20.14/Dockerfile index 91301721..ae92f53e 100644 --- a/variants/4.22.1-docker-rootless-go-1.20.14/Dockerfile +++ b/variants/4.22.1-docker-rootless-go-1.20.14/Dockerfile @@ -248,39 +248,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.22.1-docker-rootless/Dockerfile b/variants/4.22.1-docker-rootless/Dockerfile index 2e4a015a..69cd4a6a 100644 --- a/variants/4.22.1-docker-rootless/Dockerfile +++ b/variants/4.22.1-docker-rootless/Dockerfile @@ -248,39 +248,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.22.1-docker/Dockerfile b/variants/4.22.1-docker/Dockerfile index d9e7cc73..5171c571 100644 --- a/variants/4.22.1-docker/Dockerfile +++ b/variants/4.22.1-docker/Dockerfile @@ -200,39 +200,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.23.1-docker-go-1.20.14/Dockerfile b/variants/4.23.1-docker-go-1.20.14/Dockerfile index e0457bea..81b93719 100644 --- a/variants/4.23.1-docker-go-1.20.14/Dockerfile +++ b/variants/4.23.1-docker-go-1.20.14/Dockerfile @@ -200,39 +200,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.23.1-docker-rootless-go-1.20.14/Dockerfile b/variants/4.23.1-docker-rootless-go-1.20.14/Dockerfile index ffd980ce..bbcbb821 100644 --- a/variants/4.23.1-docker-rootless-go-1.20.14/Dockerfile +++ b/variants/4.23.1-docker-rootless-go-1.20.14/Dockerfile @@ -248,39 +248,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.23.1-docker-rootless/Dockerfile b/variants/4.23.1-docker-rootless/Dockerfile index a2b66df4..7a514567 100644 --- a/variants/4.23.1-docker-rootless/Dockerfile +++ b/variants/4.23.1-docker-rootless/Dockerfile @@ -248,39 +248,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.23.1-docker/Dockerfile b/variants/4.23.1-docker/Dockerfile index 972426fd..4f4237ca 100644 --- a/variants/4.23.1-docker/Dockerfile +++ b/variants/4.23.1-docker/Dockerfile @@ -200,39 +200,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.89.1-docker-go-1.20.14/Dockerfile b/variants/4.89.1-docker-go-1.20.14/Dockerfile index 75d4358c..6e65a118 100644 --- a/variants/4.89.1-docker-go-1.20.14/Dockerfile +++ b/variants/4.89.1-docker-go-1.20.14/Dockerfile @@ -200,39 +200,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.89.1-docker-rootless-go-1.20.14/Dockerfile b/variants/4.89.1-docker-rootless-go-1.20.14/Dockerfile index 5c045bf4..a3c5620d 100644 --- a/variants/4.89.1-docker-rootless-go-1.20.14/Dockerfile +++ b/variants/4.89.1-docker-rootless-go-1.20.14/Dockerfile @@ -248,39 +248,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.89.1-docker-rootless/Dockerfile b/variants/4.89.1-docker-rootless/Dockerfile index 6f04e823..a5cab7a5 100644 --- a/variants/4.89.1-docker-rootless/Dockerfile +++ b/variants/4.89.1-docker-rootless/Dockerfile @@ -248,39 +248,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.89.1-docker/Dockerfile b/variants/4.89.1-docker/Dockerfile index 1f187156..a9842fc9 100644 --- a/variants/4.89.1-docker/Dockerfile +++ b/variants/4.89.1-docker/Dockerfile @@ -200,39 +200,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.90.2-docker-go-1.20.14/Dockerfile b/variants/4.90.2-docker-go-1.20.14/Dockerfile index f670346f..dd7c888f 100644 --- a/variants/4.90.2-docker-go-1.20.14/Dockerfile +++ b/variants/4.90.2-docker-go-1.20.14/Dockerfile @@ -204,39 +204,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.90.2-docker-rootless-go-1.20.14/Dockerfile b/variants/4.90.2-docker-rootless-go-1.20.14/Dockerfile index a9130b2c..0149e71c 100644 --- a/variants/4.90.2-docker-rootless-go-1.20.14/Dockerfile +++ b/variants/4.90.2-docker-rootless-go-1.20.14/Dockerfile @@ -252,39 +252,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.90.2-docker-rootless/Dockerfile b/variants/4.90.2-docker-rootless/Dockerfile index 6db81de9..66406458 100644 --- a/variants/4.90.2-docker-rootless/Dockerfile +++ b/variants/4.90.2-docker-rootless/Dockerfile @@ -252,39 +252,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \ diff --git a/variants/4.90.2-docker/Dockerfile b/variants/4.90.2-docker/Dockerfile index 3b6b9bd5..f0735609 100644 --- a/variants/4.90.2-docker/Dockerfile +++ b/variants/4.90.2-docker/Dockerfile @@ -204,39 +204,39 @@ RUN apk add --no-cache docker-compose # Install docker-compose RUN set -eux; \ - DOCKER_COMPOSE_VERSION=v2.27.2; \ + DOCKER_COMPOSE_VERSION=v2.28.0; \ case "$( uname -m )" in \ 'x86') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'x86_64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64"; \ - SHA256=6fbaf6e93ccc43078a71a12db1d38224725cb5a9675391c38510355073f24066; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-x86_64"; \ + SHA256=359043c2336e243662d7038c3edfeadcd5b9fc28dabe6973dbaecf48c0c1f967; \ ;; \ 'armhf') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv6"; \ - SHA256=10b465c1771c262d372e24b09ed30fdc63687e35ae61c2365089e3998372a776; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv6"; \ + SHA256=398d717e6cc9515ca0325035cfe626cbaaa1023754cfd22c13eab6b29ecc2d54; \ ;; \ 'armv7l') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-armv7"; \ - SHA256=b5bd40dfadf089617fe9cacb7a08d6fd5fae28e2a465191be1f25f22ffead344; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-armv7"; \ + SHA256=604c00f22176ca8291f43d22f066cfcc89f4c09de2113d287f72c0bdcf611e46; \ ;; \ 'aarch64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-aarch64"; \ - SHA256=de8c48203f4876fe3ae8bf27081a9aa69dc87de67a705f9d76c3a3ad776ed0c2; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-aarch64"; \ + SHA256=296076f4d14d2a816ad750f6890355fc118692814e4b4542942794817f869d37; \ ;; \ 'ppc64le') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-ppc64le"; \ - SHA256=5810b3e6184032edbd21f12ed165ddecc823b8222ff5e4f6c55112af6f617c6d; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-ppc64le"; \ + SHA256=c88c097fa475f07140c01e3ca370a503b927f377f200114fa17e0bee6e0cbc4d; \ ;; \ 'riscv64') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-riscv64"; \ - SHA256=2c138daa9eaa909434c808018c4ab748a5f25caee16e3a7810fbeb3897b40878; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-riscv64"; \ + SHA256=b563b99c5a1c03a1a83cb56ea1f7a492ef74e137afd0cbea485b828b6c61dbe5; \ ;; \ 's390x') \ - URL="https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-s390x"; \ - SHA256=4084bdab8782e98c57a5f7aa7384699490048ce117dc7e70cad183702cc1645b; \ + URL="https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-s390x"; \ + SHA256=f701bd64dc5b204352c788931b43de9c778d47eed1be7caa81b57fc47a09164d; \ ;; \ *) \ echo "Architecture not supported"; \