Skip to content

Commit

Permalink
Merge pull request #201 from theohbrothers/enhancement/bump-docker-co…
Browse files Browse the repository at this point in the history
…mpose-2.32-to-2.32.3

Enhancement: Bump docker-compose 2.32 to 2.32.3
  • Loading branch information
theohbrothersbot authored Jan 14, 2025
2 parents 76f0af1 + a906c13 commit eac2052
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.32.2",
"2.32.3",
"2.31.0",
"2.30.3",
"2.29.7",
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.32.2; \
DOCKER_COMPOSE_VERSION=v2.32.3; \
case "$( uname -m )" in \
'x86') \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-x86_64"; \
SHA256=e746a42f33113ca1057a72adff5f07d584b38c94dd7cc8368f6a30c276367710; \
URL="https://github.com/docker/compose/releases/download/v2.32.3/docker-compose-linux-x86_64"; \
SHA256=6ef48e4bf25fbf1f1ad50c43b797cc24e12e4cde29765076b4145e09e35f5713; \
;; \
'x86_64') \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-x86_64"; \
SHA256=e746a42f33113ca1057a72adff5f07d584b38c94dd7cc8368f6a30c276367710; \
URL="https://github.com/docker/compose/releases/download/v2.32.3/docker-compose-linux-x86_64"; \
SHA256=6ef48e4bf25fbf1f1ad50c43b797cc24e12e4cde29765076b4145e09e35f5713; \
;; \
'armhf') \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-armv6"; \
SHA256=7a527b3c21d2e9f1f98cef3b37ad2fcb84f410dfcd67916e6fad78123155d216; \
URL="https://github.com/docker/compose/releases/download/v2.32.3/docker-compose-linux-armv6"; \
SHA256=8f415a76ad62ff621b26b37a94841ee0d4480862d8da55320c1c8fc9db4d8359; \
;; \
'armv7l') \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-armv7"; \
SHA256=556710d309f248fffbfab835c1142e32ea9dd0b1ccfbdbeea2624db0f35c68a6; \
URL="https://github.com/docker/compose/releases/download/v2.32.3/docker-compose-linux-armv7"; \
SHA256=64314c73a7d34e4a8b9dad87bab857304fb60b0293703d02be436893e1c37f33; \
;; \
'aarch64') \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-aarch64"; \
SHA256=c5b795b304410d46a754ecacfee36bf1f341e3bcd562a882525115e09ed90d6c; \
URL="https://github.com/docker/compose/releases/download/v2.32.3/docker-compose-linux-aarch64"; \
SHA256=d1a04a3eb7fd738cc78e518d179a03adb9fe531ee422b8a14bdccf36d654b73a; \
;; \
'ppc64le') \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-ppc64le"; \
SHA256=4eb2cac95680923c50bd1b1248e460cafe99ebaa063e394dd5178bc4065e0efa; \
URL="https://github.com/docker/compose/releases/download/v2.32.3/docker-compose-linux-ppc64le"; \
SHA256=23bddc8119bce6c0eeef1461bc0526291d60de9042b28780012033ba4082090e; \
;; \
'riscv64') \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-riscv64"; \
SHA256=d007f7dd93ea364d1e341e53308691f61cebb86a45b63d002157c22cba80510d; \
URL="https://github.com/docker/compose/releases/download/v2.32.3/docker-compose-linux-riscv64"; \
SHA256=c4bac574a2123938de4ef410e7cef92d079abe266298c93257cbcc4e17134184; \
;; \
's390x') \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-s390x"; \
SHA256=b91db23ea592c81162bb92b042873569cbe1e381400ad45447521cfa984bc184; \
URL="https://github.com/docker/compose/releases/download/v2.32.3/docker-compose-linux-s390x"; \
SHA256=6c0c7d9b6119f68b3dcbf816cf9e5782eb7cea8d2433f8a51b95a41276241e18; \
;; \
*) \
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.32.2; \
DOCKER_COMPOSE_VERSION=v2.32.3; \
case "$( uname -m )" in \
'x86') \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-x86_64"; \
SHA256=e746a42f33113ca1057a72adff5f07d584b38c94dd7cc8368f6a30c276367710; \
URL="https://github.com/docker/compose/releases/download/v2.32.3/docker-compose-linux-x86_64"; \
SHA256=6ef48e4bf25fbf1f1ad50c43b797cc24e12e4cde29765076b4145e09e35f5713; \
;; \
'x86_64') \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-x86_64"; \
SHA256=e746a42f33113ca1057a72adff5f07d584b38c94dd7cc8368f6a30c276367710; \
URL="https://github.com/docker/compose/releases/download/v2.32.3/docker-compose-linux-x86_64"; \
SHA256=6ef48e4bf25fbf1f1ad50c43b797cc24e12e4cde29765076b4145e09e35f5713; \
;; \
'armhf') \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-armv6"; \
SHA256=7a527b3c21d2e9f1f98cef3b37ad2fcb84f410dfcd67916e6fad78123155d216; \
URL="https://github.com/docker/compose/releases/download/v2.32.3/docker-compose-linux-armv6"; \
SHA256=8f415a76ad62ff621b26b37a94841ee0d4480862d8da55320c1c8fc9db4d8359; \
;; \
'armv7l') \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-armv7"; \
SHA256=556710d309f248fffbfab835c1142e32ea9dd0b1ccfbdbeea2624db0f35c68a6; \
URL="https://github.com/docker/compose/releases/download/v2.32.3/docker-compose-linux-armv7"; \
SHA256=64314c73a7d34e4a8b9dad87bab857304fb60b0293703d02be436893e1c37f33; \
;; \
'aarch64') \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-aarch64"; \
SHA256=c5b795b304410d46a754ecacfee36bf1f341e3bcd562a882525115e09ed90d6c; \
URL="https://github.com/docker/compose/releases/download/v2.32.3/docker-compose-linux-aarch64"; \
SHA256=d1a04a3eb7fd738cc78e518d179a03adb9fe531ee422b8a14bdccf36d654b73a; \
;; \
'ppc64le') \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-ppc64le"; \
SHA256=4eb2cac95680923c50bd1b1248e460cafe99ebaa063e394dd5178bc4065e0efa; \
URL="https://github.com/docker/compose/releases/download/v2.32.3/docker-compose-linux-ppc64le"; \
SHA256=23bddc8119bce6c0eeef1461bc0526291d60de9042b28780012033ba4082090e; \
;; \
'riscv64') \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-riscv64"; \
SHA256=d007f7dd93ea364d1e341e53308691f61cebb86a45b63d002157c22cba80510d; \
URL="https://github.com/docker/compose/releases/download/v2.32.3/docker-compose-linux-riscv64"; \
SHA256=c4bac574a2123938de4ef410e7cef92d079abe266298c93257cbcc4e17134184; \
;; \
's390x') \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-s390x"; \
SHA256=b91db23ea592c81162bb92b042873569cbe1e381400ad45447521cfa984bc184; \
URL="https://github.com/docker/compose/releases/download/v2.32.3/docker-compose-linux-s390x"; \
SHA256=6c0c7d9b6119f68b3dcbf816cf9e5782eb7cea8d2433f8a51b95a41276241e18; \
;; \
*) \
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.32.2; \
DOCKER_COMPOSE_VERSION=v2.32.3; \
case "$( uname -m )" in \
'x86') \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-x86_64"; \
SHA256=e746a42f33113ca1057a72adff5f07d584b38c94dd7cc8368f6a30c276367710; \
URL="https://github.com/docker/compose/releases/download/v2.32.3/docker-compose-linux-x86_64"; \
SHA256=6ef48e4bf25fbf1f1ad50c43b797cc24e12e4cde29765076b4145e09e35f5713; \
;; \
'x86_64') \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-x86_64"; \
SHA256=e746a42f33113ca1057a72adff5f07d584b38c94dd7cc8368f6a30c276367710; \
URL="https://github.com/docker/compose/releases/download/v2.32.3/docker-compose-linux-x86_64"; \
SHA256=6ef48e4bf25fbf1f1ad50c43b797cc24e12e4cde29765076b4145e09e35f5713; \
;; \
'armhf') \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-armv6"; \
SHA256=7a527b3c21d2e9f1f98cef3b37ad2fcb84f410dfcd67916e6fad78123155d216; \
URL="https://github.com/docker/compose/releases/download/v2.32.3/docker-compose-linux-armv6"; \
SHA256=8f415a76ad62ff621b26b37a94841ee0d4480862d8da55320c1c8fc9db4d8359; \
;; \
'armv7l') \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-armv7"; \
SHA256=556710d309f248fffbfab835c1142e32ea9dd0b1ccfbdbeea2624db0f35c68a6; \
URL="https://github.com/docker/compose/releases/download/v2.32.3/docker-compose-linux-armv7"; \
SHA256=64314c73a7d34e4a8b9dad87bab857304fb60b0293703d02be436893e1c37f33; \
;; \
'aarch64') \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-aarch64"; \
SHA256=c5b795b304410d46a754ecacfee36bf1f341e3bcd562a882525115e09ed90d6c; \
URL="https://github.com/docker/compose/releases/download/v2.32.3/docker-compose-linux-aarch64"; \
SHA256=d1a04a3eb7fd738cc78e518d179a03adb9fe531ee422b8a14bdccf36d654b73a; \
;; \
'ppc64le') \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-ppc64le"; \
SHA256=4eb2cac95680923c50bd1b1248e460cafe99ebaa063e394dd5178bc4065e0efa; \
URL="https://github.com/docker/compose/releases/download/v2.32.3/docker-compose-linux-ppc64le"; \
SHA256=23bddc8119bce6c0eeef1461bc0526291d60de9042b28780012033ba4082090e; \
;; \
'riscv64') \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-riscv64"; \
SHA256=d007f7dd93ea364d1e341e53308691f61cebb86a45b63d002157c22cba80510d; \
URL="https://github.com/docker/compose/releases/download/v2.32.3/docker-compose-linux-riscv64"; \
SHA256=c4bac574a2123938de4ef410e7cef92d079abe266298c93257cbcc4e17134184; \
;; \
's390x') \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-s390x"; \
SHA256=b91db23ea592c81162bb92b042873569cbe1e381400ad45447521cfa984bc184; \
URL="https://github.com/docker/compose/releases/download/v2.32.3/docker-compose-linux-s390x"; \
SHA256=6c0c7d9b6119f68b3dcbf816cf9e5782eb7cea8d2433f8a51b95a41276241e18; \
;; \
*) \
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.32.2; \
DOCKER_COMPOSE_VERSION=v2.32.3; \
case "$( uname -m )" in \
'x86') \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-x86_64"; \
SHA256=e746a42f33113ca1057a72adff5f07d584b38c94dd7cc8368f6a30c276367710; \
URL="https://github.com/docker/compose/releases/download/v2.32.3/docker-compose-linux-x86_64"; \
SHA256=6ef48e4bf25fbf1f1ad50c43b797cc24e12e4cde29765076b4145e09e35f5713; \
;; \
'x86_64') \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-x86_64"; \
SHA256=e746a42f33113ca1057a72adff5f07d584b38c94dd7cc8368f6a30c276367710; \
URL="https://github.com/docker/compose/releases/download/v2.32.3/docker-compose-linux-x86_64"; \
SHA256=6ef48e4bf25fbf1f1ad50c43b797cc24e12e4cde29765076b4145e09e35f5713; \
;; \
'armhf') \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-armv6"; \
SHA256=7a527b3c21d2e9f1f98cef3b37ad2fcb84f410dfcd67916e6fad78123155d216; \
URL="https://github.com/docker/compose/releases/download/v2.32.3/docker-compose-linux-armv6"; \
SHA256=8f415a76ad62ff621b26b37a94841ee0d4480862d8da55320c1c8fc9db4d8359; \
;; \
'armv7l') \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-armv7"; \
SHA256=556710d309f248fffbfab835c1142e32ea9dd0b1ccfbdbeea2624db0f35c68a6; \
URL="https://github.com/docker/compose/releases/download/v2.32.3/docker-compose-linux-armv7"; \
SHA256=64314c73a7d34e4a8b9dad87bab857304fb60b0293703d02be436893e1c37f33; \
;; \
'aarch64') \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-aarch64"; \
SHA256=c5b795b304410d46a754ecacfee36bf1f341e3bcd562a882525115e09ed90d6c; \
URL="https://github.com/docker/compose/releases/download/v2.32.3/docker-compose-linux-aarch64"; \
SHA256=d1a04a3eb7fd738cc78e518d179a03adb9fe531ee422b8a14bdccf36d654b73a; \
;; \
'ppc64le') \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-ppc64le"; \
SHA256=4eb2cac95680923c50bd1b1248e460cafe99ebaa063e394dd5178bc4065e0efa; \
URL="https://github.com/docker/compose/releases/download/v2.32.3/docker-compose-linux-ppc64le"; \
SHA256=23bddc8119bce6c0eeef1461bc0526291d60de9042b28780012033ba4082090e; \
;; \
'riscv64') \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-riscv64"; \
SHA256=d007f7dd93ea364d1e341e53308691f61cebb86a45b63d002157c22cba80510d; \
URL="https://github.com/docker/compose/releases/download/v2.32.3/docker-compose-linux-riscv64"; \
SHA256=c4bac574a2123938de4ef410e7cef92d079abe266298c93257cbcc4e17134184; \
;; \
's390x') \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-s390x"; \
SHA256=b91db23ea592c81162bb92b042873569cbe1e381400ad45447521cfa984bc184; \
URL="https://github.com/docker/compose/releases/download/v2.32.3/docker-compose-linux-s390x"; \
SHA256=6c0c7d9b6119f68b3dcbf816cf9e5782eb7cea8d2433f8a51b95a41276241e18; \
;; \
*) \
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.32.2; \
DOCKER_COMPOSE_VERSION=v2.32.3; \
case "$( uname -m )" in \
'x86') \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-x86_64"; \
SHA256=e746a42f33113ca1057a72adff5f07d584b38c94dd7cc8368f6a30c276367710; \
URL="https://github.com/docker/compose/releases/download/v2.32.3/docker-compose-linux-x86_64"; \
SHA256=6ef48e4bf25fbf1f1ad50c43b797cc24e12e4cde29765076b4145e09e35f5713; \
;; \
'x86_64') \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-x86_64"; \
SHA256=e746a42f33113ca1057a72adff5f07d584b38c94dd7cc8368f6a30c276367710; \
URL="https://github.com/docker/compose/releases/download/v2.32.3/docker-compose-linux-x86_64"; \
SHA256=6ef48e4bf25fbf1f1ad50c43b797cc24e12e4cde29765076b4145e09e35f5713; \
;; \
'armhf') \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-armv6"; \
SHA256=7a527b3c21d2e9f1f98cef3b37ad2fcb84f410dfcd67916e6fad78123155d216; \
URL="https://github.com/docker/compose/releases/download/v2.32.3/docker-compose-linux-armv6"; \
SHA256=8f415a76ad62ff621b26b37a94841ee0d4480862d8da55320c1c8fc9db4d8359; \
;; \
'armv7l') \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-armv7"; \
SHA256=556710d309f248fffbfab835c1142e32ea9dd0b1ccfbdbeea2624db0f35c68a6; \
URL="https://github.com/docker/compose/releases/download/v2.32.3/docker-compose-linux-armv7"; \
SHA256=64314c73a7d34e4a8b9dad87bab857304fb60b0293703d02be436893e1c37f33; \
;; \
'aarch64') \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-aarch64"; \
SHA256=c5b795b304410d46a754ecacfee36bf1f341e3bcd562a882525115e09ed90d6c; \
URL="https://github.com/docker/compose/releases/download/v2.32.3/docker-compose-linux-aarch64"; \
SHA256=d1a04a3eb7fd738cc78e518d179a03adb9fe531ee422b8a14bdccf36d654b73a; \
;; \
'ppc64le') \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-ppc64le"; \
SHA256=4eb2cac95680923c50bd1b1248e460cafe99ebaa063e394dd5178bc4065e0efa; \
URL="https://github.com/docker/compose/releases/download/v2.32.3/docker-compose-linux-ppc64le"; \
SHA256=23bddc8119bce6c0eeef1461bc0526291d60de9042b28780012033ba4082090e; \
;; \
'riscv64') \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-riscv64"; \
SHA256=d007f7dd93ea364d1e341e53308691f61cebb86a45b63d002157c22cba80510d; \
URL="https://github.com/docker/compose/releases/download/v2.32.3/docker-compose-linux-riscv64"; \
SHA256=c4bac574a2123938de4ef410e7cef92d079abe266298c93257cbcc4e17134184; \
;; \
's390x') \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-s390x"; \
SHA256=b91db23ea592c81162bb92b042873569cbe1e381400ad45447521cfa984bc184; \
URL="https://github.com/docker/compose/releases/download/v2.32.3/docker-compose-linux-s390x"; \
SHA256=6c0c7d9b6119f68b3dcbf816cf9e5782eb7cea8d2433f8a51b95a41276241e18; \
;; \
*) \
echo "Architecture not supported"; \
Expand Down
Loading

0 comments on commit eac2052

Please sign in to comment.