Skip to content

Commit

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

Enhancement: Bump docker-compose 2.29 variants to 2.29.5
  • Loading branch information
theohbrothersbot authored Sep 18, 2024
2 parents e56e697 + 635664f commit 5e973f8
Show file tree
Hide file tree
Showing 69 changed files with 1,157 additions and 1,157 deletions.
2 changes: 1 addition & 1 deletion generate/definitions/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"docker-compose": {
"versions": [
"2.29.4",
"2.29.5",
"2.28.1",
"2.27.2",
"2.26.1",
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.29.4; \
DOCKER_COMPOSE_VERSION=v2.29.5; \
case "$( uname -m )" in \
'x86') \
URL="https://github.com/docker/compose/releases/download/v2.29.4/docker-compose-linux-x86_64"; \
SHA256=2eb8de746c0bc724bb5da4de52fc9660c2e866afc9a639ffdb1adfef2649cc0c; \
URL="https://github.com/docker/compose/releases/download/v2.29.5/docker-compose-linux-x86_64"; \
SHA256=589f98f1395936170815282d77dbcb9935210536c769778aedd09c4ff5eec33b; \
;; \
'x86_64') \
URL="https://github.com/docker/compose/releases/download/v2.29.4/docker-compose-linux-x86_64"; \
SHA256=2eb8de746c0bc724bb5da4de52fc9660c2e866afc9a639ffdb1adfef2649cc0c; \
URL="https://github.com/docker/compose/releases/download/v2.29.5/docker-compose-linux-x86_64"; \
SHA256=589f98f1395936170815282d77dbcb9935210536c769778aedd09c4ff5eec33b; \
;; \
'armhf') \
URL="https://github.com/docker/compose/releases/download/v2.29.4/docker-compose-linux-armv6"; \
SHA256=ad707af427c3d3574c9e7dbc77915dcd06779a58e2c3b3783f7781166213454e; \
URL="https://github.com/docker/compose/releases/download/v2.29.5/docker-compose-linux-armv6"; \
SHA256=3484cca874ef8eac4a81a020acbf8380dd9fa6176a1162a2591a42dd26d3d182; \
;; \
'armv7l') \
URL="https://github.com/docker/compose/releases/download/v2.29.4/docker-compose-linux-armv7"; \
SHA256=bd473fb4fcdb6ff9d1616d7ff3294387a574298083de91a36eed2741341f3c97; \
URL="https://github.com/docker/compose/releases/download/v2.29.5/docker-compose-linux-armv7"; \
SHA256=03848bfe15f37fb078d6ad6f63183de985c837791e472b4e15e5768ab29ca84b; \
;; \
'aarch64') \
URL="https://github.com/docker/compose/releases/download/v2.29.4/docker-compose-linux-aarch64"; \
SHA256=d95d239bec166137a1ede1d441cb808da800dacc6041c966be35066aa96c6ee7; \
URL="https://github.com/docker/compose/releases/download/v2.29.5/docker-compose-linux-aarch64"; \
SHA256=1301f1e1d94e9f03f39448c1bff5b14238770438f5c698e09ffaa7fad9969901; \
;; \
'ppc64le') \
URL="https://github.com/docker/compose/releases/download/v2.29.4/docker-compose-linux-ppc64le"; \
SHA256=72d4359904b6821b04b77f7dac609b994847838d1d38e5840362d64dc35d9bff; \
URL="https://github.com/docker/compose/releases/download/v2.29.5/docker-compose-linux-ppc64le"; \
SHA256=756103706b378948e989d8aa7e4694a9d8691aabd73019064b57ad4315f6388a; \
;; \
'riscv64') \
URL="https://github.com/docker/compose/releases/download/v2.29.4/docker-compose-linux-riscv64"; \
SHA256=34f859fd5b5d3f081a88004ad9a165b01f5b549abb76e0b99a3281bc963ebbde; \
URL="https://github.com/docker/compose/releases/download/v2.29.5/docker-compose-linux-riscv64"; \
SHA256=6dca0ca98fdcbfbbf26318bf74bb7faf8f221201370f059c83dc554fe08fce23; \
;; \
's390x') \
URL="https://github.com/docker/compose/releases/download/v2.29.4/docker-compose-linux-s390x"; \
SHA256=d4f333a3abb6f4904e75e56196a3e6671797ef2f5e09cfbe71263f2dad466ea0; \
URL="https://github.com/docker/compose/releases/download/v2.29.5/docker-compose-linux-s390x"; \
SHA256=6a43ae85495ceaa1b41f8958c1677ce0e25991f96b3bc47107f4af0e4db8927d; \
;; \
*) \
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.29.4; \
DOCKER_COMPOSE_VERSION=v2.29.5; \
case "$( uname -m )" in \
'x86') \
URL="https://github.com/docker/compose/releases/download/v2.29.4/docker-compose-linux-x86_64"; \
SHA256=2eb8de746c0bc724bb5da4de52fc9660c2e866afc9a639ffdb1adfef2649cc0c; \
URL="https://github.com/docker/compose/releases/download/v2.29.5/docker-compose-linux-x86_64"; \
SHA256=589f98f1395936170815282d77dbcb9935210536c769778aedd09c4ff5eec33b; \
;; \
'x86_64') \
URL="https://github.com/docker/compose/releases/download/v2.29.4/docker-compose-linux-x86_64"; \
SHA256=2eb8de746c0bc724bb5da4de52fc9660c2e866afc9a639ffdb1adfef2649cc0c; \
URL="https://github.com/docker/compose/releases/download/v2.29.5/docker-compose-linux-x86_64"; \
SHA256=589f98f1395936170815282d77dbcb9935210536c769778aedd09c4ff5eec33b; \
;; \
'armhf') \
URL="https://github.com/docker/compose/releases/download/v2.29.4/docker-compose-linux-armv6"; \
SHA256=ad707af427c3d3574c9e7dbc77915dcd06779a58e2c3b3783f7781166213454e; \
URL="https://github.com/docker/compose/releases/download/v2.29.5/docker-compose-linux-armv6"; \
SHA256=3484cca874ef8eac4a81a020acbf8380dd9fa6176a1162a2591a42dd26d3d182; \
;; \
'armv7l') \
URL="https://github.com/docker/compose/releases/download/v2.29.4/docker-compose-linux-armv7"; \
SHA256=bd473fb4fcdb6ff9d1616d7ff3294387a574298083de91a36eed2741341f3c97; \
URL="https://github.com/docker/compose/releases/download/v2.29.5/docker-compose-linux-armv7"; \
SHA256=03848bfe15f37fb078d6ad6f63183de985c837791e472b4e15e5768ab29ca84b; \
;; \
'aarch64') \
URL="https://github.com/docker/compose/releases/download/v2.29.4/docker-compose-linux-aarch64"; \
SHA256=d95d239bec166137a1ede1d441cb808da800dacc6041c966be35066aa96c6ee7; \
URL="https://github.com/docker/compose/releases/download/v2.29.5/docker-compose-linux-aarch64"; \
SHA256=1301f1e1d94e9f03f39448c1bff5b14238770438f5c698e09ffaa7fad9969901; \
;; \
'ppc64le') \
URL="https://github.com/docker/compose/releases/download/v2.29.4/docker-compose-linux-ppc64le"; \
SHA256=72d4359904b6821b04b77f7dac609b994847838d1d38e5840362d64dc35d9bff; \
URL="https://github.com/docker/compose/releases/download/v2.29.5/docker-compose-linux-ppc64le"; \
SHA256=756103706b378948e989d8aa7e4694a9d8691aabd73019064b57ad4315f6388a; \
;; \
'riscv64') \
URL="https://github.com/docker/compose/releases/download/v2.29.4/docker-compose-linux-riscv64"; \
SHA256=34f859fd5b5d3f081a88004ad9a165b01f5b549abb76e0b99a3281bc963ebbde; \
URL="https://github.com/docker/compose/releases/download/v2.29.5/docker-compose-linux-riscv64"; \
SHA256=6dca0ca98fdcbfbbf26318bf74bb7faf8f221201370f059c83dc554fe08fce23; \
;; \
's390x') \
URL="https://github.com/docker/compose/releases/download/v2.29.4/docker-compose-linux-s390x"; \
SHA256=d4f333a3abb6f4904e75e56196a3e6671797ef2f5e09cfbe71263f2dad466ea0; \
URL="https://github.com/docker/compose/releases/download/v2.29.5/docker-compose-linux-s390x"; \
SHA256=6a43ae85495ceaa1b41f8958c1677ce0e25991f96b3bc47107f4af0e4db8927d; \
;; \
*) \
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.29.4; \
DOCKER_COMPOSE_VERSION=v2.29.5; \
case "$( uname -m )" in \
'x86') \
URL="https://github.com/docker/compose/releases/download/v2.29.4/docker-compose-linux-x86_64"; \
SHA256=2eb8de746c0bc724bb5da4de52fc9660c2e866afc9a639ffdb1adfef2649cc0c; \
URL="https://github.com/docker/compose/releases/download/v2.29.5/docker-compose-linux-x86_64"; \
SHA256=589f98f1395936170815282d77dbcb9935210536c769778aedd09c4ff5eec33b; \
;; \
'x86_64') \
URL="https://github.com/docker/compose/releases/download/v2.29.4/docker-compose-linux-x86_64"; \
SHA256=2eb8de746c0bc724bb5da4de52fc9660c2e866afc9a639ffdb1adfef2649cc0c; \
URL="https://github.com/docker/compose/releases/download/v2.29.5/docker-compose-linux-x86_64"; \
SHA256=589f98f1395936170815282d77dbcb9935210536c769778aedd09c4ff5eec33b; \
;; \
'armhf') \
URL="https://github.com/docker/compose/releases/download/v2.29.4/docker-compose-linux-armv6"; \
SHA256=ad707af427c3d3574c9e7dbc77915dcd06779a58e2c3b3783f7781166213454e; \
URL="https://github.com/docker/compose/releases/download/v2.29.5/docker-compose-linux-armv6"; \
SHA256=3484cca874ef8eac4a81a020acbf8380dd9fa6176a1162a2591a42dd26d3d182; \
;; \
'armv7l') \
URL="https://github.com/docker/compose/releases/download/v2.29.4/docker-compose-linux-armv7"; \
SHA256=bd473fb4fcdb6ff9d1616d7ff3294387a574298083de91a36eed2741341f3c97; \
URL="https://github.com/docker/compose/releases/download/v2.29.5/docker-compose-linux-armv7"; \
SHA256=03848bfe15f37fb078d6ad6f63183de985c837791e472b4e15e5768ab29ca84b; \
;; \
'aarch64') \
URL="https://github.com/docker/compose/releases/download/v2.29.4/docker-compose-linux-aarch64"; \
SHA256=d95d239bec166137a1ede1d441cb808da800dacc6041c966be35066aa96c6ee7; \
URL="https://github.com/docker/compose/releases/download/v2.29.5/docker-compose-linux-aarch64"; \
SHA256=1301f1e1d94e9f03f39448c1bff5b14238770438f5c698e09ffaa7fad9969901; \
;; \
'ppc64le') \
URL="https://github.com/docker/compose/releases/download/v2.29.4/docker-compose-linux-ppc64le"; \
SHA256=72d4359904b6821b04b77f7dac609b994847838d1d38e5840362d64dc35d9bff; \
URL="https://github.com/docker/compose/releases/download/v2.29.5/docker-compose-linux-ppc64le"; \
SHA256=756103706b378948e989d8aa7e4694a9d8691aabd73019064b57ad4315f6388a; \
;; \
'riscv64') \
URL="https://github.com/docker/compose/releases/download/v2.29.4/docker-compose-linux-riscv64"; \
SHA256=34f859fd5b5d3f081a88004ad9a165b01f5b549abb76e0b99a3281bc963ebbde; \
URL="https://github.com/docker/compose/releases/download/v2.29.5/docker-compose-linux-riscv64"; \
SHA256=6dca0ca98fdcbfbbf26318bf74bb7faf8f221201370f059c83dc554fe08fce23; \
;; \
's390x') \
URL="https://github.com/docker/compose/releases/download/v2.29.4/docker-compose-linux-s390x"; \
SHA256=d4f333a3abb6f4904e75e56196a3e6671797ef2f5e09cfbe71263f2dad466ea0; \
URL="https://github.com/docker/compose/releases/download/v2.29.5/docker-compose-linux-s390x"; \
SHA256=6a43ae85495ceaa1b41f8958c1677ce0e25991f96b3bc47107f4af0e4db8927d; \
;; \
*) \
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.29.4; \
DOCKER_COMPOSE_VERSION=v2.29.5; \
case "$( uname -m )" in \
'x86') \
URL="https://github.com/docker/compose/releases/download/v2.29.4/docker-compose-linux-x86_64"; \
SHA256=2eb8de746c0bc724bb5da4de52fc9660c2e866afc9a639ffdb1adfef2649cc0c; \
URL="https://github.com/docker/compose/releases/download/v2.29.5/docker-compose-linux-x86_64"; \
SHA256=589f98f1395936170815282d77dbcb9935210536c769778aedd09c4ff5eec33b; \
;; \
'x86_64') \
URL="https://github.com/docker/compose/releases/download/v2.29.4/docker-compose-linux-x86_64"; \
SHA256=2eb8de746c0bc724bb5da4de52fc9660c2e866afc9a639ffdb1adfef2649cc0c; \
URL="https://github.com/docker/compose/releases/download/v2.29.5/docker-compose-linux-x86_64"; \
SHA256=589f98f1395936170815282d77dbcb9935210536c769778aedd09c4ff5eec33b; \
;; \
'armhf') \
URL="https://github.com/docker/compose/releases/download/v2.29.4/docker-compose-linux-armv6"; \
SHA256=ad707af427c3d3574c9e7dbc77915dcd06779a58e2c3b3783f7781166213454e; \
URL="https://github.com/docker/compose/releases/download/v2.29.5/docker-compose-linux-armv6"; \
SHA256=3484cca874ef8eac4a81a020acbf8380dd9fa6176a1162a2591a42dd26d3d182; \
;; \
'armv7l') \
URL="https://github.com/docker/compose/releases/download/v2.29.4/docker-compose-linux-armv7"; \
SHA256=bd473fb4fcdb6ff9d1616d7ff3294387a574298083de91a36eed2741341f3c97; \
URL="https://github.com/docker/compose/releases/download/v2.29.5/docker-compose-linux-armv7"; \
SHA256=03848bfe15f37fb078d6ad6f63183de985c837791e472b4e15e5768ab29ca84b; \
;; \
'aarch64') \
URL="https://github.com/docker/compose/releases/download/v2.29.4/docker-compose-linux-aarch64"; \
SHA256=d95d239bec166137a1ede1d441cb808da800dacc6041c966be35066aa96c6ee7; \
URL="https://github.com/docker/compose/releases/download/v2.29.5/docker-compose-linux-aarch64"; \
SHA256=1301f1e1d94e9f03f39448c1bff5b14238770438f5c698e09ffaa7fad9969901; \
;; \
'ppc64le') \
URL="https://github.com/docker/compose/releases/download/v2.29.4/docker-compose-linux-ppc64le"; \
SHA256=72d4359904b6821b04b77f7dac609b994847838d1d38e5840362d64dc35d9bff; \
URL="https://github.com/docker/compose/releases/download/v2.29.5/docker-compose-linux-ppc64le"; \
SHA256=756103706b378948e989d8aa7e4694a9d8691aabd73019064b57ad4315f6388a; \
;; \
'riscv64') \
URL="https://github.com/docker/compose/releases/download/v2.29.4/docker-compose-linux-riscv64"; \
SHA256=34f859fd5b5d3f081a88004ad9a165b01f5b549abb76e0b99a3281bc963ebbde; \
URL="https://github.com/docker/compose/releases/download/v2.29.5/docker-compose-linux-riscv64"; \
SHA256=6dca0ca98fdcbfbbf26318bf74bb7faf8f221201370f059c83dc554fe08fce23; \
;; \
's390x') \
URL="https://github.com/docker/compose/releases/download/v2.29.4/docker-compose-linux-s390x"; \
SHA256=d4f333a3abb6f4904e75e56196a3e6671797ef2f5e09cfbe71263f2dad466ea0; \
URL="https://github.com/docker/compose/releases/download/v2.29.5/docker-compose-linux-s390x"; \
SHA256=6a43ae85495ceaa1b41f8958c1677ce0e25991f96b3bc47107f4af0e4db8927d; \
;; \
*) \
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.29.4; \
DOCKER_COMPOSE_VERSION=v2.29.5; \
case "$( uname -m )" in \
'x86') \
URL="https://github.com/docker/compose/releases/download/v2.29.4/docker-compose-linux-x86_64"; \
SHA256=2eb8de746c0bc724bb5da4de52fc9660c2e866afc9a639ffdb1adfef2649cc0c; \
URL="https://github.com/docker/compose/releases/download/v2.29.5/docker-compose-linux-x86_64"; \
SHA256=589f98f1395936170815282d77dbcb9935210536c769778aedd09c4ff5eec33b; \
;; \
'x86_64') \
URL="https://github.com/docker/compose/releases/download/v2.29.4/docker-compose-linux-x86_64"; \
SHA256=2eb8de746c0bc724bb5da4de52fc9660c2e866afc9a639ffdb1adfef2649cc0c; \
URL="https://github.com/docker/compose/releases/download/v2.29.5/docker-compose-linux-x86_64"; \
SHA256=589f98f1395936170815282d77dbcb9935210536c769778aedd09c4ff5eec33b; \
;; \
'armhf') \
URL="https://github.com/docker/compose/releases/download/v2.29.4/docker-compose-linux-armv6"; \
SHA256=ad707af427c3d3574c9e7dbc77915dcd06779a58e2c3b3783f7781166213454e; \
URL="https://github.com/docker/compose/releases/download/v2.29.5/docker-compose-linux-armv6"; \
SHA256=3484cca874ef8eac4a81a020acbf8380dd9fa6176a1162a2591a42dd26d3d182; \
;; \
'armv7l') \
URL="https://github.com/docker/compose/releases/download/v2.29.4/docker-compose-linux-armv7"; \
SHA256=bd473fb4fcdb6ff9d1616d7ff3294387a574298083de91a36eed2741341f3c97; \
URL="https://github.com/docker/compose/releases/download/v2.29.5/docker-compose-linux-armv7"; \
SHA256=03848bfe15f37fb078d6ad6f63183de985c837791e472b4e15e5768ab29ca84b; \
;; \
'aarch64') \
URL="https://github.com/docker/compose/releases/download/v2.29.4/docker-compose-linux-aarch64"; \
SHA256=d95d239bec166137a1ede1d441cb808da800dacc6041c966be35066aa96c6ee7; \
URL="https://github.com/docker/compose/releases/download/v2.29.5/docker-compose-linux-aarch64"; \
SHA256=1301f1e1d94e9f03f39448c1bff5b14238770438f5c698e09ffaa7fad9969901; \
;; \
'ppc64le') \
URL="https://github.com/docker/compose/releases/download/v2.29.4/docker-compose-linux-ppc64le"; \
SHA256=72d4359904b6821b04b77f7dac609b994847838d1d38e5840362d64dc35d9bff; \
URL="https://github.com/docker/compose/releases/download/v2.29.5/docker-compose-linux-ppc64le"; \
SHA256=756103706b378948e989d8aa7e4694a9d8691aabd73019064b57ad4315f6388a; \
;; \
'riscv64') \
URL="https://github.com/docker/compose/releases/download/v2.29.4/docker-compose-linux-riscv64"; \
SHA256=34f859fd5b5d3f081a88004ad9a165b01f5b549abb76e0b99a3281bc963ebbde; \
URL="https://github.com/docker/compose/releases/download/v2.29.5/docker-compose-linux-riscv64"; \
SHA256=6dca0ca98fdcbfbbf26318bf74bb7faf8f221201370f059c83dc554fe08fce23; \
;; \
's390x') \
URL="https://github.com/docker/compose/releases/download/v2.29.4/docker-compose-linux-s390x"; \
SHA256=d4f333a3abb6f4904e75e56196a3e6671797ef2f5e09cfbe71263f2dad466ea0; \
URL="https://github.com/docker/compose/releases/download/v2.29.5/docker-compose-linux-s390x"; \
SHA256=6a43ae85495ceaa1b41f8958c1677ce0e25991f96b3bc47107f4af0e4db8927d; \
;; \
*) \
echo "Architecture not supported"; \
Expand Down
Loading

0 comments on commit 5e973f8

Please sign in to comment.