Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rabbitmq #17590

Merged
merged 1 commit into from
Sep 19, 2024
Merged

Update rabbitmq #17590

merged 1 commit into from
Sep 19, 2024

Conversation

tianon
Copy link
Member

@tianon tianon commented Sep 19, 2024

Changes:

Changes:

- docker-library/rabbitmq@444c58b: Update 3.12 to otp 25.3.2.14
- docker-library/rabbitmq@efe509f: Update 4.0 to 4.0.1
@tianon tianon requested a review from a team as a code owner September 19, 2024 16:09
Copy link

Diff for 6c8d3d3:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 8b7a309..7bf58fc 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -4,12 +4,12 @@ Builder: buildkit
 
 Tags: 3.12.14, 3.12
 Architectures: amd64, arm32v7, arm64v8, ppc64le, riscv64, s390x
-GitCommit: fd645d88914a864e702b088ecb4bfecf2bb11156
+GitCommit: 444c58b5b51433019a9422737ee98b05adcf7e06
 Directory: 3.12/ubuntu
 
 Tags: 3.12.14-alpine, 3.12-alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: fd645d88914a864e702b088ecb4bfecf2bb11156
+GitCommit: 444c58b5b51433019a9422737ee98b05adcf7e06
 Directory: 3.12/alpine
 
 Tags: 3.12.14-management, 3.12-management
@@ -42,22 +42,22 @@ Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
 GitCommit: 6cc0f66ec13b06c153a7527c033cf1ad59a97ef3
 Directory: 3.13/alpine/management
 
-Tags: 4.0.0, 4.0, 4, latest
+Tags: 4.0.1, 4.0, 4, latest
 Architectures: amd64, arm32v7, arm64v8, ppc64le, riscv64, s390x
-GitCommit: 266d9cdc38a670282b731e2a0ed0381c49ba9b96
+GitCommit: efe509f5e9252e6085b1a34c27359ef51953deed
 Directory: 4.0/ubuntu
 
-Tags: 4.0.0-alpine, 4.0-alpine, 4-alpine, alpine
+Tags: 4.0.1-alpine, 4.0-alpine, 4-alpine, alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 266d9cdc38a670282b731e2a0ed0381c49ba9b96
+GitCommit: efe509f5e9252e6085b1a34c27359ef51953deed
 Directory: 4.0/alpine
 
-Tags: 4.0.0-management, 4.0-management, 4-management, management
+Tags: 4.0.1-management, 4.0-management, 4-management, management
 Architectures: amd64, arm32v7, arm64v8, ppc64le, riscv64, s390x
 GitCommit: 266d9cdc38a670282b731e2a0ed0381c49ba9b96
 Directory: 4.0/ubuntu/management
 
-Tags: 4.0.0-management-alpine, 4.0-management-alpine, 4-management-alpine, management-alpine
+Tags: 4.0.1-management-alpine, 4.0-management-alpine, 4-management-alpine, management-alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
 GitCommit: 266d9cdc38a670282b731e2a0ed0381c49ba9b96
 Directory: 4.0/alpine/management
diff --git a/_bashbrew-list b/_bashbrew-list
index 6a22fb2..06cd215 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -26,10 +26,10 @@ rabbitmq:4.0
 rabbitmq:4.0-alpine
 rabbitmq:4.0-management
 rabbitmq:4.0-management-alpine
-rabbitmq:4.0.0
-rabbitmq:4.0.0-alpine
-rabbitmq:4.0.0-management
-rabbitmq:4.0.0-management-alpine
+rabbitmq:4.0.1
+rabbitmq:4.0.1-alpine
+rabbitmq:4.0.1-management
+rabbitmq:4.0.1-management-alpine
 rabbitmq:alpine
 rabbitmq:latest
 rabbitmq:management
diff --git a/rabbitmq_3.12-alpine/Dockerfile b/rabbitmq_3.12-alpine/Dockerfile
index f06f47a..41ae6af 100644
--- a/rabbitmq_3.12-alpine/Dockerfile
+++ b/rabbitmq_3.12-alpine/Dockerfile
@@ -31,10 +31,10 @@ ENV OPENSSL_SOURCE_SHA256="053a31fa80cf4aebe1068c987d2ef1e44ce418881427c4464751a
 # https://www.openssl.org/source/
 ENV OPENSSL_PGP_KEY_IDS="0xBA5473A2B0587B07FB27CF2D216094DFD0CB81EF"
 
-ENV OTP_VERSION 25.3.2.13
+ENV OTP_VERSION 25.3.2.14
 # TODO add PGP checking when the feature will be added to Erlang/OTP's build system
 # https://erlang.org/pipermail/erlang-questions/2019-January/097067.html
-ENV OTP_SOURCE_SHA256="00c2619648e05a25b39035ea51b65fc79c998e55f178cccc6c1b920f3f10dfba"
+ENV OTP_SOURCE_SHA256="99fc586af28552efc097e37ee7c779ee5d954225ce4ff45eaa66622a711dce6a"
 
 # install openssl & erlang to a path that isn't auto-checked for libs to prevent accidental use by system packages
 ENV ERLANG_INSTALL_PATH_PREFIX /opt/erlang
diff --git a/rabbitmq_3.12/Dockerfile b/rabbitmq_3.12/Dockerfile
index 3d8da82..d94a60f 100644
--- a/rabbitmq_3.12/Dockerfile
+++ b/rabbitmq_3.12/Dockerfile
@@ -34,10 +34,10 @@ ENV OPENSSL_SOURCE_SHA256="053a31fa80cf4aebe1068c987d2ef1e44ce418881427c4464751a
 # https://www.openssl.org/source/
 ENV OPENSSL_PGP_KEY_IDS="0xBA5473A2B0587B07FB27CF2D216094DFD0CB81EF"
 
-ENV OTP_VERSION 25.3.2.13
+ENV OTP_VERSION 25.3.2.14
 # TODO add PGP checking when the feature will be added to Erlang/OTP's build system
 # https://erlang.org/pipermail/erlang-questions/2019-January/097067.html
-ENV OTP_SOURCE_SHA256="00c2619648e05a25b39035ea51b65fc79c998e55f178cccc6c1b920f3f10dfba"
+ENV OTP_SOURCE_SHA256="99fc586af28552efc097e37ee7c779ee5d954225ce4ff45eaa66622a711dce6a"
 
 # install openssl & erlang to a path that isn't auto-checked for libs to prevent accidental use by system packages
 ENV ERLANG_INSTALL_PATH_PREFIX /opt/erlang
diff --git a/rabbitmq_alpine/Dockerfile b/rabbitmq_alpine/Dockerfile
index dd30926..7294c46 100644
--- a/rabbitmq_alpine/Dockerfile
+++ b/rabbitmq_alpine/Dockerfile
@@ -249,7 +249,7 @@ RUN set -eux; \
 		tzdata
 
 # Use the latest stable RabbitMQ release (https://www.rabbitmq.com/download.html)
-ENV RABBITMQ_VERSION 4.0.0
+ENV RABBITMQ_VERSION 4.0.1
 # https://www.rabbitmq.com/signatures.html#importing-gpg
 ENV RABBITMQ_PGP_KEY_ID 0x0A9AF2115F4687BD29803A206B73A36E6026DFCA
 ENV RABBITMQ_HOME /opt/rabbitmq
diff --git a/rabbitmq_latest/Dockerfile b/rabbitmq_latest/Dockerfile
index 85ccc62..08f5ea9 100644
--- a/rabbitmq_latest/Dockerfile
+++ b/rabbitmq_latest/Dockerfile
@@ -236,7 +236,7 @@ RUN set -eux; \
 	ln -sf "$RABBITMQ_DATA_DIR/.erlang.cookie" /root/.erlang.cookie
 
 # Use the latest stable RabbitMQ release (https://www.rabbitmq.com/download.html)
-ENV RABBITMQ_VERSION 4.0.0
+ENV RABBITMQ_VERSION 4.0.1
 # https://www.rabbitmq.com/signatures.html#importing-gpg
 ENV RABBITMQ_PGP_KEY_ID 0x0A9AF2115F4687BD29803A206B73A36E6026DFCA
 ENV RABBITMQ_HOME /opt/rabbitmq

Relevant Maintainers:

@yosifkit yosifkit merged commit 986cbc3 into docker-library:master Sep 19, 2024
11 checks passed
@yosifkit yosifkit deleted the rabbitmq branch September 19, 2024 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants