Skip to content

Commit

Permalink
Merge pull request #192 from theohbrothers/enhancement/bump-docker-co…
Browse files Browse the repository at this point in the history
…mpose-2.30-variants-to-2.30.3

Enhancement: Bump docker-compose 2.30 variants to 2.30.3
  • Loading branch information
theohbrothersbot authored Nov 8, 2024
2 parents 1275022 + 968a8ef commit 982dc0b
Show file tree
Hide file tree
Showing 73 changed files with 1,225 additions and 1,225 deletions.
2 changes: 1 addition & 1 deletion generate/definitions/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"docker-compose": {
"versions": [
"2.30.2",
"2.30.3",
"2.29.7",
"2.28.1",
"2.27.2",
Expand Down
34 changes: 17 additions & 17 deletions variants/4.11.0-docker-go-1.20.14/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -197,39 +197,39 @@ RUN apk add --no-cache docker-compose

# Install docker-compose
RUN set -eux; \
DOCKER_COMPOSE_VERSION=v2.30.2; \
DOCKER_COMPOSE_VERSION=v2.30.3; \
case "$( uname -m )" in \
'x86') \
URL="https://github.com/docker/compose/releases/download/v2.30.2/docker-compose-linux-x86_64"; \
SHA256=64b798329464b7553bdf4706c5fb1a97dc9504b360f29d30479ac126017d3944; \
URL="https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-x86_64"; \
SHA256=fbb4853d3f2148b0f2f0916f8971c9e500784e4e4949324934fc0b7dc2ed5016; \
;; \
'x86_64') \
URL="https://github.com/docker/compose/releases/download/v2.30.2/docker-compose-linux-x86_64"; \
SHA256=64b798329464b7553bdf4706c5fb1a97dc9504b360f29d30479ac126017d3944; \
URL="https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-x86_64"; \
SHA256=fbb4853d3f2148b0f2f0916f8971c9e500784e4e4949324934fc0b7dc2ed5016; \
;; \
'armhf') \
URL="https://github.com/docker/compose/releases/download/v2.30.2/docker-compose-linux-armv6"; \
SHA256=a22f58dfc94fd1f8e86dee81e1378ae648c14a3bf0604d3a5434b53650619140; \
URL="https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-armv6"; \
SHA256=7116c73bd22504ff61e5e25f3ea6638a7b2a5d126764fccdec4fd7623cf17963; \
;; \
'armv7l') \
URL="https://github.com/docker/compose/releases/download/v2.30.2/docker-compose-linux-armv7"; \
SHA256=9fb8f299c55451c08ea04dd7770fd698f45e31ab12df99dd582f0fa0984f5364; \
URL="https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-armv7"; \
SHA256=944402b85b5eb8492ebbe2e4dcbf962adcaaa16b0ed66b51abaf2ac3e3809b1b; \
;; \
'aarch64') \
URL="https://github.com/docker/compose/releases/download/v2.30.2/docker-compose-linux-aarch64"; \
SHA256=2c7c902a845288c5733f6d13910ef65e17283f25b3519dee704d6d74de2ec78b; \
URL="https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-aarch64"; \
SHA256=8fed7b79b8bd1cb0624142f7d723c3cc67ba747c77ed69abbdefdc77a6d416d1; \
;; \
'ppc64le') \
URL="https://github.com/docker/compose/releases/download/v2.30.2/docker-compose-linux-ppc64le"; \
SHA256=a3778d98118d408620eeed110a9bf85c77460601384899566293e8e90e21e206; \
URL="https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-ppc64le"; \
SHA256=9a5d9fd85e852a9c3c9137ea8ea80d66f0fe349d34b3e329255d98cd960c331e; \
;; \
'riscv64') \
URL="https://github.com/docker/compose/releases/download/v2.30.2/docker-compose-linux-riscv64"; \
SHA256=9d3215288f9e9626c4e720576582fedbb4dfa3c728e53e3bb7151eca0251fa5c; \
URL="https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-riscv64"; \
SHA256=eda617db72d24fe79be98e2273e1fb433943a18479cedc86601963f75666304f; \
;; \
's390x') \
URL="https://github.com/docker/compose/releases/download/v2.30.2/docker-compose-linux-s390x"; \
SHA256=797f3d346f53ffc751eb0bebc9c8f610503bdea84ec993d00ee15e77ed2f0eb9; \
URL="https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-s390x"; \
SHA256=9476a64e9605df956e3e33b09acfdaed2d4a2c71da5b4a09899a9b7d428263a0; \
;; \
*) \
echo "Architecture not supported"; \
Expand Down
34 changes: 17 additions & 17 deletions variants/4.11.0-docker-rootless-go-1.20.14/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -245,39 +245,39 @@ RUN apk add --no-cache docker-compose

# Install docker-compose
RUN set -eux; \
DOCKER_COMPOSE_VERSION=v2.30.2; \
DOCKER_COMPOSE_VERSION=v2.30.3; \
case "$( uname -m )" in \
'x86') \
URL="https://github.com/docker/compose/releases/download/v2.30.2/docker-compose-linux-x86_64"; \
SHA256=64b798329464b7553bdf4706c5fb1a97dc9504b360f29d30479ac126017d3944; \
URL="https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-x86_64"; \
SHA256=fbb4853d3f2148b0f2f0916f8971c9e500784e4e4949324934fc0b7dc2ed5016; \
;; \
'x86_64') \
URL="https://github.com/docker/compose/releases/download/v2.30.2/docker-compose-linux-x86_64"; \
SHA256=64b798329464b7553bdf4706c5fb1a97dc9504b360f29d30479ac126017d3944; \
URL="https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-x86_64"; \
SHA256=fbb4853d3f2148b0f2f0916f8971c9e500784e4e4949324934fc0b7dc2ed5016; \
;; \
'armhf') \
URL="https://github.com/docker/compose/releases/download/v2.30.2/docker-compose-linux-armv6"; \
SHA256=a22f58dfc94fd1f8e86dee81e1378ae648c14a3bf0604d3a5434b53650619140; \
URL="https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-armv6"; \
SHA256=7116c73bd22504ff61e5e25f3ea6638a7b2a5d126764fccdec4fd7623cf17963; \
;; \
'armv7l') \
URL="https://github.com/docker/compose/releases/download/v2.30.2/docker-compose-linux-armv7"; \
SHA256=9fb8f299c55451c08ea04dd7770fd698f45e31ab12df99dd582f0fa0984f5364; \
URL="https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-armv7"; \
SHA256=944402b85b5eb8492ebbe2e4dcbf962adcaaa16b0ed66b51abaf2ac3e3809b1b; \
;; \
'aarch64') \
URL="https://github.com/docker/compose/releases/download/v2.30.2/docker-compose-linux-aarch64"; \
SHA256=2c7c902a845288c5733f6d13910ef65e17283f25b3519dee704d6d74de2ec78b; \
URL="https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-aarch64"; \
SHA256=8fed7b79b8bd1cb0624142f7d723c3cc67ba747c77ed69abbdefdc77a6d416d1; \
;; \
'ppc64le') \
URL="https://github.com/docker/compose/releases/download/v2.30.2/docker-compose-linux-ppc64le"; \
SHA256=a3778d98118d408620eeed110a9bf85c77460601384899566293e8e90e21e206; \
URL="https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-ppc64le"; \
SHA256=9a5d9fd85e852a9c3c9137ea8ea80d66f0fe349d34b3e329255d98cd960c331e; \
;; \
'riscv64') \
URL="https://github.com/docker/compose/releases/download/v2.30.2/docker-compose-linux-riscv64"; \
SHA256=9d3215288f9e9626c4e720576582fedbb4dfa3c728e53e3bb7151eca0251fa5c; \
URL="https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-riscv64"; \
SHA256=eda617db72d24fe79be98e2273e1fb433943a18479cedc86601963f75666304f; \
;; \
's390x') \
URL="https://github.com/docker/compose/releases/download/v2.30.2/docker-compose-linux-s390x"; \
SHA256=797f3d346f53ffc751eb0bebc9c8f610503bdea84ec993d00ee15e77ed2f0eb9; \
URL="https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-s390x"; \
SHA256=9476a64e9605df956e3e33b09acfdaed2d4a2c71da5b4a09899a9b7d428263a0; \
;; \
*) \
echo "Architecture not supported"; \
Expand Down
34 changes: 17 additions & 17 deletions variants/4.11.0-docker-rootless/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -245,39 +245,39 @@ RUN apk add --no-cache docker-compose

# Install docker-compose
RUN set -eux; \
DOCKER_COMPOSE_VERSION=v2.30.2; \
DOCKER_COMPOSE_VERSION=v2.30.3; \
case "$( uname -m )" in \
'x86') \
URL="https://github.com/docker/compose/releases/download/v2.30.2/docker-compose-linux-x86_64"; \
SHA256=64b798329464b7553bdf4706c5fb1a97dc9504b360f29d30479ac126017d3944; \
URL="https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-x86_64"; \
SHA256=fbb4853d3f2148b0f2f0916f8971c9e500784e4e4949324934fc0b7dc2ed5016; \
;; \
'x86_64') \
URL="https://github.com/docker/compose/releases/download/v2.30.2/docker-compose-linux-x86_64"; \
SHA256=64b798329464b7553bdf4706c5fb1a97dc9504b360f29d30479ac126017d3944; \
URL="https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-x86_64"; \
SHA256=fbb4853d3f2148b0f2f0916f8971c9e500784e4e4949324934fc0b7dc2ed5016; \
;; \
'armhf') \
URL="https://github.com/docker/compose/releases/download/v2.30.2/docker-compose-linux-armv6"; \
SHA256=a22f58dfc94fd1f8e86dee81e1378ae648c14a3bf0604d3a5434b53650619140; \
URL="https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-armv6"; \
SHA256=7116c73bd22504ff61e5e25f3ea6638a7b2a5d126764fccdec4fd7623cf17963; \
;; \
'armv7l') \
URL="https://github.com/docker/compose/releases/download/v2.30.2/docker-compose-linux-armv7"; \
SHA256=9fb8f299c55451c08ea04dd7770fd698f45e31ab12df99dd582f0fa0984f5364; \
URL="https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-armv7"; \
SHA256=944402b85b5eb8492ebbe2e4dcbf962adcaaa16b0ed66b51abaf2ac3e3809b1b; \
;; \
'aarch64') \
URL="https://github.com/docker/compose/releases/download/v2.30.2/docker-compose-linux-aarch64"; \
SHA256=2c7c902a845288c5733f6d13910ef65e17283f25b3519dee704d6d74de2ec78b; \
URL="https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-aarch64"; \
SHA256=8fed7b79b8bd1cb0624142f7d723c3cc67ba747c77ed69abbdefdc77a6d416d1; \
;; \
'ppc64le') \
URL="https://github.com/docker/compose/releases/download/v2.30.2/docker-compose-linux-ppc64le"; \
SHA256=a3778d98118d408620eeed110a9bf85c77460601384899566293e8e90e21e206; \
URL="https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-ppc64le"; \
SHA256=9a5d9fd85e852a9c3c9137ea8ea80d66f0fe349d34b3e329255d98cd960c331e; \
;; \
'riscv64') \
URL="https://github.com/docker/compose/releases/download/v2.30.2/docker-compose-linux-riscv64"; \
SHA256=9d3215288f9e9626c4e720576582fedbb4dfa3c728e53e3bb7151eca0251fa5c; \
URL="https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-riscv64"; \
SHA256=eda617db72d24fe79be98e2273e1fb433943a18479cedc86601963f75666304f; \
;; \
's390x') \
URL="https://github.com/docker/compose/releases/download/v2.30.2/docker-compose-linux-s390x"; \
SHA256=797f3d346f53ffc751eb0bebc9c8f610503bdea84ec993d00ee15e77ed2f0eb9; \
URL="https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-s390x"; \
SHA256=9476a64e9605df956e3e33b09acfdaed2d4a2c71da5b4a09899a9b7d428263a0; \
;; \
*) \
echo "Architecture not supported"; \
Expand Down
34 changes: 17 additions & 17 deletions variants/4.11.0-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -197,39 +197,39 @@ RUN apk add --no-cache docker-compose

# Install docker-compose
RUN set -eux; \
DOCKER_COMPOSE_VERSION=v2.30.2; \
DOCKER_COMPOSE_VERSION=v2.30.3; \
case "$( uname -m )" in \
'x86') \
URL="https://github.com/docker/compose/releases/download/v2.30.2/docker-compose-linux-x86_64"; \
SHA256=64b798329464b7553bdf4706c5fb1a97dc9504b360f29d30479ac126017d3944; \
URL="https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-x86_64"; \
SHA256=fbb4853d3f2148b0f2f0916f8971c9e500784e4e4949324934fc0b7dc2ed5016; \
;; \
'x86_64') \
URL="https://github.com/docker/compose/releases/download/v2.30.2/docker-compose-linux-x86_64"; \
SHA256=64b798329464b7553bdf4706c5fb1a97dc9504b360f29d30479ac126017d3944; \
URL="https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-x86_64"; \
SHA256=fbb4853d3f2148b0f2f0916f8971c9e500784e4e4949324934fc0b7dc2ed5016; \
;; \
'armhf') \
URL="https://github.com/docker/compose/releases/download/v2.30.2/docker-compose-linux-armv6"; \
SHA256=a22f58dfc94fd1f8e86dee81e1378ae648c14a3bf0604d3a5434b53650619140; \
URL="https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-armv6"; \
SHA256=7116c73bd22504ff61e5e25f3ea6638a7b2a5d126764fccdec4fd7623cf17963; \
;; \
'armv7l') \
URL="https://github.com/docker/compose/releases/download/v2.30.2/docker-compose-linux-armv7"; \
SHA256=9fb8f299c55451c08ea04dd7770fd698f45e31ab12df99dd582f0fa0984f5364; \
URL="https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-armv7"; \
SHA256=944402b85b5eb8492ebbe2e4dcbf962adcaaa16b0ed66b51abaf2ac3e3809b1b; \
;; \
'aarch64') \
URL="https://github.com/docker/compose/releases/download/v2.30.2/docker-compose-linux-aarch64"; \
SHA256=2c7c902a845288c5733f6d13910ef65e17283f25b3519dee704d6d74de2ec78b; \
URL="https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-aarch64"; \
SHA256=8fed7b79b8bd1cb0624142f7d723c3cc67ba747c77ed69abbdefdc77a6d416d1; \
;; \
'ppc64le') \
URL="https://github.com/docker/compose/releases/download/v2.30.2/docker-compose-linux-ppc64le"; \
SHA256=a3778d98118d408620eeed110a9bf85c77460601384899566293e8e90e21e206; \
URL="https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-ppc64le"; \
SHA256=9a5d9fd85e852a9c3c9137ea8ea80d66f0fe349d34b3e329255d98cd960c331e; \
;; \
'riscv64') \
URL="https://github.com/docker/compose/releases/download/v2.30.2/docker-compose-linux-riscv64"; \
SHA256=9d3215288f9e9626c4e720576582fedbb4dfa3c728e53e3bb7151eca0251fa5c; \
URL="https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-riscv64"; \
SHA256=eda617db72d24fe79be98e2273e1fb433943a18479cedc86601963f75666304f; \
;; \
's390x') \
URL="https://github.com/docker/compose/releases/download/v2.30.2/docker-compose-linux-s390x"; \
SHA256=797f3d346f53ffc751eb0bebc9c8f610503bdea84ec993d00ee15e77ed2f0eb9; \
URL="https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-s390x"; \
SHA256=9476a64e9605df956e3e33b09acfdaed2d4a2c71da5b4a09899a9b7d428263a0; \
;; \
*) \
echo "Architecture not supported"; \
Expand Down
34 changes: 17 additions & 17 deletions variants/4.12.0-docker-go-1.20.14/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -197,39 +197,39 @@ RUN apk add --no-cache docker-compose

# Install docker-compose
RUN set -eux; \
DOCKER_COMPOSE_VERSION=v2.30.2; \
DOCKER_COMPOSE_VERSION=v2.30.3; \
case "$( uname -m )" in \
'x86') \
URL="https://github.com/docker/compose/releases/download/v2.30.2/docker-compose-linux-x86_64"; \
SHA256=64b798329464b7553bdf4706c5fb1a97dc9504b360f29d30479ac126017d3944; \
URL="https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-x86_64"; \
SHA256=fbb4853d3f2148b0f2f0916f8971c9e500784e4e4949324934fc0b7dc2ed5016; \
;; \
'x86_64') \
URL="https://github.com/docker/compose/releases/download/v2.30.2/docker-compose-linux-x86_64"; \
SHA256=64b798329464b7553bdf4706c5fb1a97dc9504b360f29d30479ac126017d3944; \
URL="https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-x86_64"; \
SHA256=fbb4853d3f2148b0f2f0916f8971c9e500784e4e4949324934fc0b7dc2ed5016; \
;; \
'armhf') \
URL="https://github.com/docker/compose/releases/download/v2.30.2/docker-compose-linux-armv6"; \
SHA256=a22f58dfc94fd1f8e86dee81e1378ae648c14a3bf0604d3a5434b53650619140; \
URL="https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-armv6"; \
SHA256=7116c73bd22504ff61e5e25f3ea6638a7b2a5d126764fccdec4fd7623cf17963; \
;; \
'armv7l') \
URL="https://github.com/docker/compose/releases/download/v2.30.2/docker-compose-linux-armv7"; \
SHA256=9fb8f299c55451c08ea04dd7770fd698f45e31ab12df99dd582f0fa0984f5364; \
URL="https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-armv7"; \
SHA256=944402b85b5eb8492ebbe2e4dcbf962adcaaa16b0ed66b51abaf2ac3e3809b1b; \
;; \
'aarch64') \
URL="https://github.com/docker/compose/releases/download/v2.30.2/docker-compose-linux-aarch64"; \
SHA256=2c7c902a845288c5733f6d13910ef65e17283f25b3519dee704d6d74de2ec78b; \
URL="https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-aarch64"; \
SHA256=8fed7b79b8bd1cb0624142f7d723c3cc67ba747c77ed69abbdefdc77a6d416d1; \
;; \
'ppc64le') \
URL="https://github.com/docker/compose/releases/download/v2.30.2/docker-compose-linux-ppc64le"; \
SHA256=a3778d98118d408620eeed110a9bf85c77460601384899566293e8e90e21e206; \
URL="https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-ppc64le"; \
SHA256=9a5d9fd85e852a9c3c9137ea8ea80d66f0fe349d34b3e329255d98cd960c331e; \
;; \
'riscv64') \
URL="https://github.com/docker/compose/releases/download/v2.30.2/docker-compose-linux-riscv64"; \
SHA256=9d3215288f9e9626c4e720576582fedbb4dfa3c728e53e3bb7151eca0251fa5c; \
URL="https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-riscv64"; \
SHA256=eda617db72d24fe79be98e2273e1fb433943a18479cedc86601963f75666304f; \
;; \
's390x') \
URL="https://github.com/docker/compose/releases/download/v2.30.2/docker-compose-linux-s390x"; \
SHA256=797f3d346f53ffc751eb0bebc9c8f610503bdea84ec993d00ee15e77ed2f0eb9; \
URL="https://github.com/docker/compose/releases/download/v2.30.3/docker-compose-linux-s390x"; \
SHA256=9476a64e9605df956e3e33b09acfdaed2d4a2c71da5b4a09899a9b7d428263a0; \
;; \
*) \
echo "Architecture not supported"; \
Expand Down
Loading

0 comments on commit 982dc0b

Please sign in to comment.