Skip to content

Commit

Permalink
Merge pull request #196 from theohbrothers/enhancement/add-docker-com…
Browse files Browse the repository at this point in the history
…pose-2.32.0-variants

Enhancement: Add docker-compose 2.32.0 variants
  • Loading branch information
theohbrothersbot authored Dec 14, 2024
2 parents 201b762 + 5146e9a commit c36b791
Show file tree
Hide file tree
Showing 73 changed files with 1,225 additions and 1,224 deletions.
1 change: 1 addition & 0 deletions generate/definitions/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
},
"docker-compose": {
"versions": [
"2.32.0",
"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.31.0; \
DOCKER_COMPOSE_VERSION=v2.32.0; \
case "$( uname -m )" in \
'x86') \
URL="https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-linux-x86_64"; \
SHA256=8b5d2cb358427e654ada217cfdfedc00c4273f7a8ee07f27003a18d15461b6cd; \
URL="https://github.com/docker/compose/releases/download/v2.32.0/docker-compose-linux-x86_64"; \
SHA256=c204bc7058fb881b2a39175df5c3596f6b08ef9e358d7236df7cc781f74695bd; \
;; \
'x86_64') \
URL="https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-linux-x86_64"; \
SHA256=8b5d2cb358427e654ada217cfdfedc00c4273f7a8ee07f27003a18d15461b6cd; \
URL="https://github.com/docker/compose/releases/download/v2.32.0/docker-compose-linux-x86_64"; \
SHA256=c204bc7058fb881b2a39175df5c3596f6b08ef9e358d7236df7cc781f74695bd; \
;; \
'armhf') \
URL="https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-linux-armv6"; \
SHA256=5812e2fe5e8fdbaa984679ad5809779a0a0f054a423a63f6d15167b5d643db43; \
URL="https://github.com/docker/compose/releases/download/v2.32.0/docker-compose-linux-armv6"; \
SHA256=d72e2d4b8ab71fa4b0132b451f43267aaca980c4ee9cb670ae6f83fa101747e7; \
;; \
'armv7l') \
URL="https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-linux-armv7"; \
SHA256=f8271667b0b0337cdd11a0f2920089f09b06bb4e5e3988e66ab23b5d18c3fa18; \
URL="https://github.com/docker/compose/releases/download/v2.32.0/docker-compose-linux-armv7"; \
SHA256=9e6b63bd2b863c4564fa61c18f2515f0130a8800f12a35c2836fdd6a044ff222; \
;; \
'aarch64') \
URL="https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-linux-aarch64"; \
SHA256=a1f85584584d0c3c489f31f015c97eb543f1f0949fdc5ce3ded88c05a5188729; \
URL="https://github.com/docker/compose/releases/download/v2.32.0/docker-compose-linux-aarch64"; \
SHA256=0bb65b36b32750a876cfdd5720e811ba1b70cb9eca72536fdf4ac7949fbc20e1; \
;; \
'ppc64le') \
URL="https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-linux-ppc64le"; \
SHA256=0f6149bb38f1722dea511fc80228d9bc7c3504cedaf662e09033d3aa89c70d93; \
URL="https://github.com/docker/compose/releases/download/v2.32.0/docker-compose-linux-ppc64le"; \
SHA256=5e05371a1b0f3bb4e9785aa9957c98bff625aab675a59e5ae6c75e7e7ec41027; \
;; \
'riscv64') \
URL="https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-linux-riscv64"; \
SHA256=f3f9a94dc4bb8773bdcd70680a177171e8aeb15b98b979fe51b447a5c97c52d1; \
URL="https://github.com/docker/compose/releases/download/v2.32.0/docker-compose-linux-riscv64"; \
SHA256=726362c280a764de1249927857e51bb9f1321a0c4d5192dc0a5e2134ac29a999; \
;; \
's390x') \
URL="https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-linux-s390x"; \
SHA256=6635a146193c797ed11ba3a6e9d7b1da5df0f1215ccd3c52f712001e58413f20; \
URL="https://github.com/docker/compose/releases/download/v2.32.0/docker-compose-linux-s390x"; \
SHA256=d9c117c743131c3addc933d71d6ee5cbf70951ce34c43b765a7d57c80ef58429; \
;; \
*) \
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.31.0; \
DOCKER_COMPOSE_VERSION=v2.32.0; \
case "$( uname -m )" in \
'x86') \
URL="https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-linux-x86_64"; \
SHA256=8b5d2cb358427e654ada217cfdfedc00c4273f7a8ee07f27003a18d15461b6cd; \
URL="https://github.com/docker/compose/releases/download/v2.32.0/docker-compose-linux-x86_64"; \
SHA256=c204bc7058fb881b2a39175df5c3596f6b08ef9e358d7236df7cc781f74695bd; \
;; \
'x86_64') \
URL="https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-linux-x86_64"; \
SHA256=8b5d2cb358427e654ada217cfdfedc00c4273f7a8ee07f27003a18d15461b6cd; \
URL="https://github.com/docker/compose/releases/download/v2.32.0/docker-compose-linux-x86_64"; \
SHA256=c204bc7058fb881b2a39175df5c3596f6b08ef9e358d7236df7cc781f74695bd; \
;; \
'armhf') \
URL="https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-linux-armv6"; \
SHA256=5812e2fe5e8fdbaa984679ad5809779a0a0f054a423a63f6d15167b5d643db43; \
URL="https://github.com/docker/compose/releases/download/v2.32.0/docker-compose-linux-armv6"; \
SHA256=d72e2d4b8ab71fa4b0132b451f43267aaca980c4ee9cb670ae6f83fa101747e7; \
;; \
'armv7l') \
URL="https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-linux-armv7"; \
SHA256=f8271667b0b0337cdd11a0f2920089f09b06bb4e5e3988e66ab23b5d18c3fa18; \
URL="https://github.com/docker/compose/releases/download/v2.32.0/docker-compose-linux-armv7"; \
SHA256=9e6b63bd2b863c4564fa61c18f2515f0130a8800f12a35c2836fdd6a044ff222; \
;; \
'aarch64') \
URL="https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-linux-aarch64"; \
SHA256=a1f85584584d0c3c489f31f015c97eb543f1f0949fdc5ce3ded88c05a5188729; \
URL="https://github.com/docker/compose/releases/download/v2.32.0/docker-compose-linux-aarch64"; \
SHA256=0bb65b36b32750a876cfdd5720e811ba1b70cb9eca72536fdf4ac7949fbc20e1; \
;; \
'ppc64le') \
URL="https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-linux-ppc64le"; \
SHA256=0f6149bb38f1722dea511fc80228d9bc7c3504cedaf662e09033d3aa89c70d93; \
URL="https://github.com/docker/compose/releases/download/v2.32.0/docker-compose-linux-ppc64le"; \
SHA256=5e05371a1b0f3bb4e9785aa9957c98bff625aab675a59e5ae6c75e7e7ec41027; \
;; \
'riscv64') \
URL="https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-linux-riscv64"; \
SHA256=f3f9a94dc4bb8773bdcd70680a177171e8aeb15b98b979fe51b447a5c97c52d1; \
URL="https://github.com/docker/compose/releases/download/v2.32.0/docker-compose-linux-riscv64"; \
SHA256=726362c280a764de1249927857e51bb9f1321a0c4d5192dc0a5e2134ac29a999; \
;; \
's390x') \
URL="https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-linux-s390x"; \
SHA256=6635a146193c797ed11ba3a6e9d7b1da5df0f1215ccd3c52f712001e58413f20; \
URL="https://github.com/docker/compose/releases/download/v2.32.0/docker-compose-linux-s390x"; \
SHA256=d9c117c743131c3addc933d71d6ee5cbf70951ce34c43b765a7d57c80ef58429; \
;; \
*) \
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.31.0; \
DOCKER_COMPOSE_VERSION=v2.32.0; \
case "$( uname -m )" in \
'x86') \
URL="https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-linux-x86_64"; \
SHA256=8b5d2cb358427e654ada217cfdfedc00c4273f7a8ee07f27003a18d15461b6cd; \
URL="https://github.com/docker/compose/releases/download/v2.32.0/docker-compose-linux-x86_64"; \
SHA256=c204bc7058fb881b2a39175df5c3596f6b08ef9e358d7236df7cc781f74695bd; \
;; \
'x86_64') \
URL="https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-linux-x86_64"; \
SHA256=8b5d2cb358427e654ada217cfdfedc00c4273f7a8ee07f27003a18d15461b6cd; \
URL="https://github.com/docker/compose/releases/download/v2.32.0/docker-compose-linux-x86_64"; \
SHA256=c204bc7058fb881b2a39175df5c3596f6b08ef9e358d7236df7cc781f74695bd; \
;; \
'armhf') \
URL="https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-linux-armv6"; \
SHA256=5812e2fe5e8fdbaa984679ad5809779a0a0f054a423a63f6d15167b5d643db43; \
URL="https://github.com/docker/compose/releases/download/v2.32.0/docker-compose-linux-armv6"; \
SHA256=d72e2d4b8ab71fa4b0132b451f43267aaca980c4ee9cb670ae6f83fa101747e7; \
;; \
'armv7l') \
URL="https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-linux-armv7"; \
SHA256=f8271667b0b0337cdd11a0f2920089f09b06bb4e5e3988e66ab23b5d18c3fa18; \
URL="https://github.com/docker/compose/releases/download/v2.32.0/docker-compose-linux-armv7"; \
SHA256=9e6b63bd2b863c4564fa61c18f2515f0130a8800f12a35c2836fdd6a044ff222; \
;; \
'aarch64') \
URL="https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-linux-aarch64"; \
SHA256=a1f85584584d0c3c489f31f015c97eb543f1f0949fdc5ce3ded88c05a5188729; \
URL="https://github.com/docker/compose/releases/download/v2.32.0/docker-compose-linux-aarch64"; \
SHA256=0bb65b36b32750a876cfdd5720e811ba1b70cb9eca72536fdf4ac7949fbc20e1; \
;; \
'ppc64le') \
URL="https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-linux-ppc64le"; \
SHA256=0f6149bb38f1722dea511fc80228d9bc7c3504cedaf662e09033d3aa89c70d93; \
URL="https://github.com/docker/compose/releases/download/v2.32.0/docker-compose-linux-ppc64le"; \
SHA256=5e05371a1b0f3bb4e9785aa9957c98bff625aab675a59e5ae6c75e7e7ec41027; \
;; \
'riscv64') \
URL="https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-linux-riscv64"; \
SHA256=f3f9a94dc4bb8773bdcd70680a177171e8aeb15b98b979fe51b447a5c97c52d1; \
URL="https://github.com/docker/compose/releases/download/v2.32.0/docker-compose-linux-riscv64"; \
SHA256=726362c280a764de1249927857e51bb9f1321a0c4d5192dc0a5e2134ac29a999; \
;; \
's390x') \
URL="https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-linux-s390x"; \
SHA256=6635a146193c797ed11ba3a6e9d7b1da5df0f1215ccd3c52f712001e58413f20; \
URL="https://github.com/docker/compose/releases/download/v2.32.0/docker-compose-linux-s390x"; \
SHA256=d9c117c743131c3addc933d71d6ee5cbf70951ce34c43b765a7d57c80ef58429; \
;; \
*) \
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.31.0; \
DOCKER_COMPOSE_VERSION=v2.32.0; \
case "$( uname -m )" in \
'x86') \
URL="https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-linux-x86_64"; \
SHA256=8b5d2cb358427e654ada217cfdfedc00c4273f7a8ee07f27003a18d15461b6cd; \
URL="https://github.com/docker/compose/releases/download/v2.32.0/docker-compose-linux-x86_64"; \
SHA256=c204bc7058fb881b2a39175df5c3596f6b08ef9e358d7236df7cc781f74695bd; \
;; \
'x86_64') \
URL="https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-linux-x86_64"; \
SHA256=8b5d2cb358427e654ada217cfdfedc00c4273f7a8ee07f27003a18d15461b6cd; \
URL="https://github.com/docker/compose/releases/download/v2.32.0/docker-compose-linux-x86_64"; \
SHA256=c204bc7058fb881b2a39175df5c3596f6b08ef9e358d7236df7cc781f74695bd; \
;; \
'armhf') \
URL="https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-linux-armv6"; \
SHA256=5812e2fe5e8fdbaa984679ad5809779a0a0f054a423a63f6d15167b5d643db43; \
URL="https://github.com/docker/compose/releases/download/v2.32.0/docker-compose-linux-armv6"; \
SHA256=d72e2d4b8ab71fa4b0132b451f43267aaca980c4ee9cb670ae6f83fa101747e7; \
;; \
'armv7l') \
URL="https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-linux-armv7"; \
SHA256=f8271667b0b0337cdd11a0f2920089f09b06bb4e5e3988e66ab23b5d18c3fa18; \
URL="https://github.com/docker/compose/releases/download/v2.32.0/docker-compose-linux-armv7"; \
SHA256=9e6b63bd2b863c4564fa61c18f2515f0130a8800f12a35c2836fdd6a044ff222; \
;; \
'aarch64') \
URL="https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-linux-aarch64"; \
SHA256=a1f85584584d0c3c489f31f015c97eb543f1f0949fdc5ce3ded88c05a5188729; \
URL="https://github.com/docker/compose/releases/download/v2.32.0/docker-compose-linux-aarch64"; \
SHA256=0bb65b36b32750a876cfdd5720e811ba1b70cb9eca72536fdf4ac7949fbc20e1; \
;; \
'ppc64le') \
URL="https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-linux-ppc64le"; \
SHA256=0f6149bb38f1722dea511fc80228d9bc7c3504cedaf662e09033d3aa89c70d93; \
URL="https://github.com/docker/compose/releases/download/v2.32.0/docker-compose-linux-ppc64le"; \
SHA256=5e05371a1b0f3bb4e9785aa9957c98bff625aab675a59e5ae6c75e7e7ec41027; \
;; \
'riscv64') \
URL="https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-linux-riscv64"; \
SHA256=f3f9a94dc4bb8773bdcd70680a177171e8aeb15b98b979fe51b447a5c97c52d1; \
URL="https://github.com/docker/compose/releases/download/v2.32.0/docker-compose-linux-riscv64"; \
SHA256=726362c280a764de1249927857e51bb9f1321a0c4d5192dc0a5e2134ac29a999; \
;; \
's390x') \
URL="https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-linux-s390x"; \
SHA256=6635a146193c797ed11ba3a6e9d7b1da5df0f1215ccd3c52f712001e58413f20; \
URL="https://github.com/docker/compose/releases/download/v2.32.0/docker-compose-linux-s390x"; \
SHA256=d9c117c743131c3addc933d71d6ee5cbf70951ce34c43b765a7d57c80ef58429; \
;; \
*) \
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.31.0; \
DOCKER_COMPOSE_VERSION=v2.32.0; \
case "$( uname -m )" in \
'x86') \
URL="https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-linux-x86_64"; \
SHA256=8b5d2cb358427e654ada217cfdfedc00c4273f7a8ee07f27003a18d15461b6cd; \
URL="https://github.com/docker/compose/releases/download/v2.32.0/docker-compose-linux-x86_64"; \
SHA256=c204bc7058fb881b2a39175df5c3596f6b08ef9e358d7236df7cc781f74695bd; \
;; \
'x86_64') \
URL="https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-linux-x86_64"; \
SHA256=8b5d2cb358427e654ada217cfdfedc00c4273f7a8ee07f27003a18d15461b6cd; \
URL="https://github.com/docker/compose/releases/download/v2.32.0/docker-compose-linux-x86_64"; \
SHA256=c204bc7058fb881b2a39175df5c3596f6b08ef9e358d7236df7cc781f74695bd; \
;; \
'armhf') \
URL="https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-linux-armv6"; \
SHA256=5812e2fe5e8fdbaa984679ad5809779a0a0f054a423a63f6d15167b5d643db43; \
URL="https://github.com/docker/compose/releases/download/v2.32.0/docker-compose-linux-armv6"; \
SHA256=d72e2d4b8ab71fa4b0132b451f43267aaca980c4ee9cb670ae6f83fa101747e7; \
;; \
'armv7l') \
URL="https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-linux-armv7"; \
SHA256=f8271667b0b0337cdd11a0f2920089f09b06bb4e5e3988e66ab23b5d18c3fa18; \
URL="https://github.com/docker/compose/releases/download/v2.32.0/docker-compose-linux-armv7"; \
SHA256=9e6b63bd2b863c4564fa61c18f2515f0130a8800f12a35c2836fdd6a044ff222; \
;; \
'aarch64') \
URL="https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-linux-aarch64"; \
SHA256=a1f85584584d0c3c489f31f015c97eb543f1f0949fdc5ce3ded88c05a5188729; \
URL="https://github.com/docker/compose/releases/download/v2.32.0/docker-compose-linux-aarch64"; \
SHA256=0bb65b36b32750a876cfdd5720e811ba1b70cb9eca72536fdf4ac7949fbc20e1; \
;; \
'ppc64le') \
URL="https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-linux-ppc64le"; \
SHA256=0f6149bb38f1722dea511fc80228d9bc7c3504cedaf662e09033d3aa89c70d93; \
URL="https://github.com/docker/compose/releases/download/v2.32.0/docker-compose-linux-ppc64le"; \
SHA256=5e05371a1b0f3bb4e9785aa9957c98bff625aab675a59e5ae6c75e7e7ec41027; \
;; \
'riscv64') \
URL="https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-linux-riscv64"; \
SHA256=f3f9a94dc4bb8773bdcd70680a177171e8aeb15b98b979fe51b447a5c97c52d1; \
URL="https://github.com/docker/compose/releases/download/v2.32.0/docker-compose-linux-riscv64"; \
SHA256=726362c280a764de1249927857e51bb9f1321a0c4d5192dc0a5e2134ac29a999; \
;; \
's390x') \
URL="https://github.com/docker/compose/releases/download/v2.31.0/docker-compose-linux-s390x"; \
SHA256=6635a146193c797ed11ba3a6e9d7b1da5df0f1215ccd3c52f712001e58413f20; \
URL="https://github.com/docker/compose/releases/download/v2.32.0/docker-compose-linux-s390x"; \
SHA256=d9c117c743131c3addc933d71d6ee5cbf70951ce34c43b765a7d57c80ef58429; \
;; \
*) \
echo "Architecture not supported"; \
Expand Down
Loading

0 comments on commit c36b791

Please sign in to comment.