Skip to content

Commit

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

Enhancement: Bump docker-compose 2.32 variants to 2.32.2
  • Loading branch information
theohbrothersbot authored Jan 9, 2025
2 parents a69f678 + 642d424 commit 76f0af1
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.1",
"2.32.2",
"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.1; \
DOCKER_COMPOSE_VERSION=v2.32.2; \
case "$( uname -m )" in \
'x86') \
URL="https://github.com/docker/compose/releases/download/v2.32.1/docker-compose-linux-x86_64"; \
SHA256=ec81c40f138db0ca3aee71c2fffb0075636bea5a02109c75177f66e1b8f568b9; \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-x86_64"; \
SHA256=e746a42f33113ca1057a72adff5f07d584b38c94dd7cc8368f6a30c276367710; \
;; \
'x86_64') \
URL="https://github.com/docker/compose/releases/download/v2.32.1/docker-compose-linux-x86_64"; \
SHA256=ec81c40f138db0ca3aee71c2fffb0075636bea5a02109c75177f66e1b8f568b9; \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-x86_64"; \
SHA256=e746a42f33113ca1057a72adff5f07d584b38c94dd7cc8368f6a30c276367710; \
;; \
'armhf') \
URL="https://github.com/docker/compose/releases/download/v2.32.1/docker-compose-linux-armv6"; \
SHA256=a570825379639804e406c07fe73d052e7909e74c976c3a5cc6cad74a871e405d; \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-armv6"; \
SHA256=7a527b3c21d2e9f1f98cef3b37ad2fcb84f410dfcd67916e6fad78123155d216; \
;; \
'armv7l') \
URL="https://github.com/docker/compose/releases/download/v2.32.1/docker-compose-linux-armv7"; \
SHA256=bd6a7456eb94e3bb7df31be43f84af9882149abe417f5b7a2635108325e7e604; \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-armv7"; \
SHA256=556710d309f248fffbfab835c1142e32ea9dd0b1ccfbdbeea2624db0f35c68a6; \
;; \
'aarch64') \
URL="https://github.com/docker/compose/releases/download/v2.32.1/docker-compose-linux-aarch64"; \
SHA256=7aa6406406be13c075e92cfbf322470318a9ad7a58c93a9fb3a215dc14aed8bd; \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-aarch64"; \
SHA256=c5b795b304410d46a754ecacfee36bf1f341e3bcd562a882525115e09ed90d6c; \
;; \
'ppc64le') \
URL="https://github.com/docker/compose/releases/download/v2.32.1/docker-compose-linux-ppc64le"; \
SHA256=4e56b1e8f5d5e68ce66d5a156a96597b1d7534a94dd2d846d288797008e044eb; \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-ppc64le"; \
SHA256=4eb2cac95680923c50bd1b1248e460cafe99ebaa063e394dd5178bc4065e0efa; \
;; \
'riscv64') \
URL="https://github.com/docker/compose/releases/download/v2.32.1/docker-compose-linux-riscv64"; \
SHA256=686bba58b9c2cad3edc4045dadb36ed2e2d4b0b72ada8eed832b6a9561fdb50d; \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-riscv64"; \
SHA256=d007f7dd93ea364d1e341e53308691f61cebb86a45b63d002157c22cba80510d; \
;; \
's390x') \
URL="https://github.com/docker/compose/releases/download/v2.32.1/docker-compose-linux-s390x"; \
SHA256=a40fdae1e4a3b90186bc06712b0b19079877bf408f39b3425bf65048e19bd8aa; \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-s390x"; \
SHA256=b91db23ea592c81162bb92b042873569cbe1e381400ad45447521cfa984bc184; \
;; \
*) \
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.1; \
DOCKER_COMPOSE_VERSION=v2.32.2; \
case "$( uname -m )" in \
'x86') \
URL="https://github.com/docker/compose/releases/download/v2.32.1/docker-compose-linux-x86_64"; \
SHA256=ec81c40f138db0ca3aee71c2fffb0075636bea5a02109c75177f66e1b8f568b9; \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-x86_64"; \
SHA256=e746a42f33113ca1057a72adff5f07d584b38c94dd7cc8368f6a30c276367710; \
;; \
'x86_64') \
URL="https://github.com/docker/compose/releases/download/v2.32.1/docker-compose-linux-x86_64"; \
SHA256=ec81c40f138db0ca3aee71c2fffb0075636bea5a02109c75177f66e1b8f568b9; \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-x86_64"; \
SHA256=e746a42f33113ca1057a72adff5f07d584b38c94dd7cc8368f6a30c276367710; \
;; \
'armhf') \
URL="https://github.com/docker/compose/releases/download/v2.32.1/docker-compose-linux-armv6"; \
SHA256=a570825379639804e406c07fe73d052e7909e74c976c3a5cc6cad74a871e405d; \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-armv6"; \
SHA256=7a527b3c21d2e9f1f98cef3b37ad2fcb84f410dfcd67916e6fad78123155d216; \
;; \
'armv7l') \
URL="https://github.com/docker/compose/releases/download/v2.32.1/docker-compose-linux-armv7"; \
SHA256=bd6a7456eb94e3bb7df31be43f84af9882149abe417f5b7a2635108325e7e604; \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-armv7"; \
SHA256=556710d309f248fffbfab835c1142e32ea9dd0b1ccfbdbeea2624db0f35c68a6; \
;; \
'aarch64') \
URL="https://github.com/docker/compose/releases/download/v2.32.1/docker-compose-linux-aarch64"; \
SHA256=7aa6406406be13c075e92cfbf322470318a9ad7a58c93a9fb3a215dc14aed8bd; \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-aarch64"; \
SHA256=c5b795b304410d46a754ecacfee36bf1f341e3bcd562a882525115e09ed90d6c; \
;; \
'ppc64le') \
URL="https://github.com/docker/compose/releases/download/v2.32.1/docker-compose-linux-ppc64le"; \
SHA256=4e56b1e8f5d5e68ce66d5a156a96597b1d7534a94dd2d846d288797008e044eb; \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-ppc64le"; \
SHA256=4eb2cac95680923c50bd1b1248e460cafe99ebaa063e394dd5178bc4065e0efa; \
;; \
'riscv64') \
URL="https://github.com/docker/compose/releases/download/v2.32.1/docker-compose-linux-riscv64"; \
SHA256=686bba58b9c2cad3edc4045dadb36ed2e2d4b0b72ada8eed832b6a9561fdb50d; \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-riscv64"; \
SHA256=d007f7dd93ea364d1e341e53308691f61cebb86a45b63d002157c22cba80510d; \
;; \
's390x') \
URL="https://github.com/docker/compose/releases/download/v2.32.1/docker-compose-linux-s390x"; \
SHA256=a40fdae1e4a3b90186bc06712b0b19079877bf408f39b3425bf65048e19bd8aa; \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-s390x"; \
SHA256=b91db23ea592c81162bb92b042873569cbe1e381400ad45447521cfa984bc184; \
;; \
*) \
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.1; \
DOCKER_COMPOSE_VERSION=v2.32.2; \
case "$( uname -m )" in \
'x86') \
URL="https://github.com/docker/compose/releases/download/v2.32.1/docker-compose-linux-x86_64"; \
SHA256=ec81c40f138db0ca3aee71c2fffb0075636bea5a02109c75177f66e1b8f568b9; \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-x86_64"; \
SHA256=e746a42f33113ca1057a72adff5f07d584b38c94dd7cc8368f6a30c276367710; \
;; \
'x86_64') \
URL="https://github.com/docker/compose/releases/download/v2.32.1/docker-compose-linux-x86_64"; \
SHA256=ec81c40f138db0ca3aee71c2fffb0075636bea5a02109c75177f66e1b8f568b9; \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-x86_64"; \
SHA256=e746a42f33113ca1057a72adff5f07d584b38c94dd7cc8368f6a30c276367710; \
;; \
'armhf') \
URL="https://github.com/docker/compose/releases/download/v2.32.1/docker-compose-linux-armv6"; \
SHA256=a570825379639804e406c07fe73d052e7909e74c976c3a5cc6cad74a871e405d; \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-armv6"; \
SHA256=7a527b3c21d2e9f1f98cef3b37ad2fcb84f410dfcd67916e6fad78123155d216; \
;; \
'armv7l') \
URL="https://github.com/docker/compose/releases/download/v2.32.1/docker-compose-linux-armv7"; \
SHA256=bd6a7456eb94e3bb7df31be43f84af9882149abe417f5b7a2635108325e7e604; \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-armv7"; \
SHA256=556710d309f248fffbfab835c1142e32ea9dd0b1ccfbdbeea2624db0f35c68a6; \
;; \
'aarch64') \
URL="https://github.com/docker/compose/releases/download/v2.32.1/docker-compose-linux-aarch64"; \
SHA256=7aa6406406be13c075e92cfbf322470318a9ad7a58c93a9fb3a215dc14aed8bd; \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-aarch64"; \
SHA256=c5b795b304410d46a754ecacfee36bf1f341e3bcd562a882525115e09ed90d6c; \
;; \
'ppc64le') \
URL="https://github.com/docker/compose/releases/download/v2.32.1/docker-compose-linux-ppc64le"; \
SHA256=4e56b1e8f5d5e68ce66d5a156a96597b1d7534a94dd2d846d288797008e044eb; \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-ppc64le"; \
SHA256=4eb2cac95680923c50bd1b1248e460cafe99ebaa063e394dd5178bc4065e0efa; \
;; \
'riscv64') \
URL="https://github.com/docker/compose/releases/download/v2.32.1/docker-compose-linux-riscv64"; \
SHA256=686bba58b9c2cad3edc4045dadb36ed2e2d4b0b72ada8eed832b6a9561fdb50d; \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-riscv64"; \
SHA256=d007f7dd93ea364d1e341e53308691f61cebb86a45b63d002157c22cba80510d; \
;; \
's390x') \
URL="https://github.com/docker/compose/releases/download/v2.32.1/docker-compose-linux-s390x"; \
SHA256=a40fdae1e4a3b90186bc06712b0b19079877bf408f39b3425bf65048e19bd8aa; \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-s390x"; \
SHA256=b91db23ea592c81162bb92b042873569cbe1e381400ad45447521cfa984bc184; \
;; \
*) \
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.1; \
DOCKER_COMPOSE_VERSION=v2.32.2; \
case "$( uname -m )" in \
'x86') \
URL="https://github.com/docker/compose/releases/download/v2.32.1/docker-compose-linux-x86_64"; \
SHA256=ec81c40f138db0ca3aee71c2fffb0075636bea5a02109c75177f66e1b8f568b9; \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-x86_64"; \
SHA256=e746a42f33113ca1057a72adff5f07d584b38c94dd7cc8368f6a30c276367710; \
;; \
'x86_64') \
URL="https://github.com/docker/compose/releases/download/v2.32.1/docker-compose-linux-x86_64"; \
SHA256=ec81c40f138db0ca3aee71c2fffb0075636bea5a02109c75177f66e1b8f568b9; \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-x86_64"; \
SHA256=e746a42f33113ca1057a72adff5f07d584b38c94dd7cc8368f6a30c276367710; \
;; \
'armhf') \
URL="https://github.com/docker/compose/releases/download/v2.32.1/docker-compose-linux-armv6"; \
SHA256=a570825379639804e406c07fe73d052e7909e74c976c3a5cc6cad74a871e405d; \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-armv6"; \
SHA256=7a527b3c21d2e9f1f98cef3b37ad2fcb84f410dfcd67916e6fad78123155d216; \
;; \
'armv7l') \
URL="https://github.com/docker/compose/releases/download/v2.32.1/docker-compose-linux-armv7"; \
SHA256=bd6a7456eb94e3bb7df31be43f84af9882149abe417f5b7a2635108325e7e604; \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-armv7"; \
SHA256=556710d309f248fffbfab835c1142e32ea9dd0b1ccfbdbeea2624db0f35c68a6; \
;; \
'aarch64') \
URL="https://github.com/docker/compose/releases/download/v2.32.1/docker-compose-linux-aarch64"; \
SHA256=7aa6406406be13c075e92cfbf322470318a9ad7a58c93a9fb3a215dc14aed8bd; \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-aarch64"; \
SHA256=c5b795b304410d46a754ecacfee36bf1f341e3bcd562a882525115e09ed90d6c; \
;; \
'ppc64le') \
URL="https://github.com/docker/compose/releases/download/v2.32.1/docker-compose-linux-ppc64le"; \
SHA256=4e56b1e8f5d5e68ce66d5a156a96597b1d7534a94dd2d846d288797008e044eb; \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-ppc64le"; \
SHA256=4eb2cac95680923c50bd1b1248e460cafe99ebaa063e394dd5178bc4065e0efa; \
;; \
'riscv64') \
URL="https://github.com/docker/compose/releases/download/v2.32.1/docker-compose-linux-riscv64"; \
SHA256=686bba58b9c2cad3edc4045dadb36ed2e2d4b0b72ada8eed832b6a9561fdb50d; \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-riscv64"; \
SHA256=d007f7dd93ea364d1e341e53308691f61cebb86a45b63d002157c22cba80510d; \
;; \
's390x') \
URL="https://github.com/docker/compose/releases/download/v2.32.1/docker-compose-linux-s390x"; \
SHA256=a40fdae1e4a3b90186bc06712b0b19079877bf408f39b3425bf65048e19bd8aa; \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-s390x"; \
SHA256=b91db23ea592c81162bb92b042873569cbe1e381400ad45447521cfa984bc184; \
;; \
*) \
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.1; \
DOCKER_COMPOSE_VERSION=v2.32.2; \
case "$( uname -m )" in \
'x86') \
URL="https://github.com/docker/compose/releases/download/v2.32.1/docker-compose-linux-x86_64"; \
SHA256=ec81c40f138db0ca3aee71c2fffb0075636bea5a02109c75177f66e1b8f568b9; \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-x86_64"; \
SHA256=e746a42f33113ca1057a72adff5f07d584b38c94dd7cc8368f6a30c276367710; \
;; \
'x86_64') \
URL="https://github.com/docker/compose/releases/download/v2.32.1/docker-compose-linux-x86_64"; \
SHA256=ec81c40f138db0ca3aee71c2fffb0075636bea5a02109c75177f66e1b8f568b9; \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-x86_64"; \
SHA256=e746a42f33113ca1057a72adff5f07d584b38c94dd7cc8368f6a30c276367710; \
;; \
'armhf') \
URL="https://github.com/docker/compose/releases/download/v2.32.1/docker-compose-linux-armv6"; \
SHA256=a570825379639804e406c07fe73d052e7909e74c976c3a5cc6cad74a871e405d; \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-armv6"; \
SHA256=7a527b3c21d2e9f1f98cef3b37ad2fcb84f410dfcd67916e6fad78123155d216; \
;; \
'armv7l') \
URL="https://github.com/docker/compose/releases/download/v2.32.1/docker-compose-linux-armv7"; \
SHA256=bd6a7456eb94e3bb7df31be43f84af9882149abe417f5b7a2635108325e7e604; \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-armv7"; \
SHA256=556710d309f248fffbfab835c1142e32ea9dd0b1ccfbdbeea2624db0f35c68a6; \
;; \
'aarch64') \
URL="https://github.com/docker/compose/releases/download/v2.32.1/docker-compose-linux-aarch64"; \
SHA256=7aa6406406be13c075e92cfbf322470318a9ad7a58c93a9fb3a215dc14aed8bd; \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-aarch64"; \
SHA256=c5b795b304410d46a754ecacfee36bf1f341e3bcd562a882525115e09ed90d6c; \
;; \
'ppc64le') \
URL="https://github.com/docker/compose/releases/download/v2.32.1/docker-compose-linux-ppc64le"; \
SHA256=4e56b1e8f5d5e68ce66d5a156a96597b1d7534a94dd2d846d288797008e044eb; \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-ppc64le"; \
SHA256=4eb2cac95680923c50bd1b1248e460cafe99ebaa063e394dd5178bc4065e0efa; \
;; \
'riscv64') \
URL="https://github.com/docker/compose/releases/download/v2.32.1/docker-compose-linux-riscv64"; \
SHA256=686bba58b9c2cad3edc4045dadb36ed2e2d4b0b72ada8eed832b6a9561fdb50d; \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-riscv64"; \
SHA256=d007f7dd93ea364d1e341e53308691f61cebb86a45b63d002157c22cba80510d; \
;; \
's390x') \
URL="https://github.com/docker/compose/releases/download/v2.32.1/docker-compose-linux-s390x"; \
SHA256=a40fdae1e4a3b90186bc06712b0b19079877bf408f39b3425bf65048e19bd8aa; \
URL="https://github.com/docker/compose/releases/download/v2.32.2/docker-compose-linux-s390x"; \
SHA256=b91db23ea592c81162bb92b042873569cbe1e381400ad45447521cfa984bc184; \
;; \
*) \
echo "Architecture not supported"; \
Expand Down
Loading

0 comments on commit 76f0af1

Please sign in to comment.