-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 #18071
Merged
Merged
Update rabbitmq #18071
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Changes: - docker-library/rabbitmq@99ed8df: Update 4.1-rc to otp 27.2 - docker-library/rabbitmq@efb58cd: Update 4.0 to otp 27.2 - docker-library/rabbitmq@966d6d1: Update 4.1-rc to 4.1.0-beta.3
Diff for b916afd:diff --git a/_bashbrew-cat b/_bashbrew-cat
index e2da4ef..2aefc98 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -24,12 +24,12 @@ Directory: 3.13/alpine/management
Tags: 4.0.4, 4.0, 4, latest
Architectures: amd64, arm32v7, arm64v8, ppc64le, riscv64, s390x
-GitCommit: 8a0389fb2c2007af3db29b1f12fe82d239c027ac
+GitCommit: efb58cd44392eb62a59b4408dffdf09ff5505015
Directory: 4.0/ubuntu
Tags: 4.0.4-alpine, 4.0-alpine, 4-alpine, alpine
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 8a0389fb2c2007af3db29b1f12fe82d239c027ac
+GitCommit: efb58cd44392eb62a59b4408dffdf09ff5505015
Directory: 4.0/alpine
Tags: 4.0.4-management, 4.0-management, 4-management, management
@@ -42,22 +42,22 @@ Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
GitCommit: 36e4d246e934a96b1c3a920e398f96434f3fc34c
Directory: 4.0/alpine/management
-Tags: 4.1.0-beta.2, 4.1-rc
+Tags: 4.1.0-beta.3, 4.1-rc
Architectures: amd64, arm32v7, arm64v8, ppc64le, riscv64, s390x
-GitCommit: 5fb7f52a1f2f438c5994210ee06bc92f2437c8e2
+GitCommit: 99ed8dff13e2b79fc189b76bbbfec8d07947e6b9
Directory: 4.1-rc/ubuntu
-Tags: 4.1.0-beta.2-alpine, 4.1-rc-alpine
+Tags: 4.1.0-beta.3-alpine, 4.1-rc-alpine
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 5fb7f52a1f2f438c5994210ee06bc92f2437c8e2
+GitCommit: 99ed8dff13e2b79fc189b76bbbfec8d07947e6b9
Directory: 4.1-rc/alpine
-Tags: 4.1.0-beta.2-management, 4.1-rc-management
+Tags: 4.1.0-beta.3-management, 4.1-rc-management
Architectures: amd64, arm32v7, arm64v8, ppc64le, riscv64, s390x
GitCommit: c0dcc40c9bce4bb6a826a61d250a2aeb0fa35416
Directory: 4.1-rc/ubuntu/management
-Tags: 4.1.0-beta.2-management-alpine, 4.1-rc-management-alpine
+Tags: 4.1.0-beta.3-management-alpine, 4.1-rc-management-alpine
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
GitCommit: c0dcc40c9bce4bb6a826a61d250a2aeb0fa35416
Directory: 4.1-rc/alpine/management
diff --git a/_bashbrew-list b/_bashbrew-list
index b5fcf42..f99d470 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -26,10 +26,10 @@ rabbitmq:4.1-rc
rabbitmq:4.1-rc-alpine
rabbitmq:4.1-rc-management
rabbitmq:4.1-rc-management-alpine
-rabbitmq:4.1.0-beta.2
-rabbitmq:4.1.0-beta.2-alpine
-rabbitmq:4.1.0-beta.2-management
-rabbitmq:4.1.0-beta.2-management-alpine
+rabbitmq:4.1.0-beta.3
+rabbitmq:4.1.0-beta.3-alpine
+rabbitmq:4.1.0-beta.3-management
+rabbitmq:4.1.0-beta.3-management-alpine
rabbitmq:alpine
rabbitmq:latest
rabbitmq:management
diff --git a/rabbitmq_4.1-rc-alpine/Dockerfile b/rabbitmq_4.1-rc-alpine/Dockerfile
index c4d16c4..5077b6e 100644
--- a/rabbitmq_4.1-rc-alpine/Dockerfile
+++ b/rabbitmq_4.1-rc-alpine/Dockerfile
@@ -31,10 +31,10 @@ ENV OPENSSL_SOURCE_SHA256="2e8a40b01979afe8be0bbfb3de5dc1c6709fedb46d6c89c10da11
# https://www.openssl.org/source/
ENV OPENSSL_PGP_KEY_IDS="0xBA5473A2B0587B07FB27CF2D216094DFD0CB81EF"
-ENV OTP_VERSION 27.1.3
+ENV OTP_VERSION 27.2
# 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="1b1eb1ed919625caed3dd56e97182956613b3d650556ba1b8b2d6c9bc0c51c28"
+ENV OTP_SOURCE_SHA256="b66c2cc4fa2c87211b668e4486d4f3e5b1b6705698873ea3e6d9850801ac992d"
# 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
@@ -249,7 +249,7 @@ RUN set -eux; \
tzdata
# Use the latest stable RabbitMQ release (https://www.rabbitmq.com/download.html)
-ENV RABBITMQ_VERSION 4.1.0-beta.2
+ENV RABBITMQ_VERSION 4.1.0-beta.3
# https://www.rabbitmq.com/signatures.html#importing-gpg
ENV RABBITMQ_PGP_KEY_ID 0x0A9AF2115F4687BD29803A206B73A36E6026DFCA
ENV RABBITMQ_HOME /opt/rabbitmq
diff --git a/rabbitmq_4.1-rc/Dockerfile b/rabbitmq_4.1-rc/Dockerfile
index a08274f..f0b923f 100644
--- a/rabbitmq_4.1-rc/Dockerfile
+++ b/rabbitmq_4.1-rc/Dockerfile
@@ -34,10 +34,10 @@ ENV OPENSSL_SOURCE_SHA256="2e8a40b01979afe8be0bbfb3de5dc1c6709fedb46d6c89c10da11
# https://www.openssl.org/source/
ENV OPENSSL_PGP_KEY_IDS="0xBA5473A2B0587B07FB27CF2D216094DFD0CB81EF"
-ENV OTP_VERSION 27.1.3
+ENV OTP_VERSION 27.2
# 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="1b1eb1ed919625caed3dd56e97182956613b3d650556ba1b8b2d6c9bc0c51c28"
+ENV OTP_SOURCE_SHA256="b66c2cc4fa2c87211b668e4486d4f3e5b1b6705698873ea3e6d9850801ac992d"
# 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
@@ -229,7 +229,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.1.0-beta.2
+ENV RABBITMQ_VERSION 4.1.0-beta.3
# https://www.rabbitmq.com/signatures.html#importing-gpg
ENV RABBITMQ_PGP_KEY_ID 0x0A9AF2115F4687BD29803A206B73A36E6026DFCA
ENV RABBITMQ_HOME /opt/rabbitmq
diff --git a/rabbitmq_alpine/Dockerfile b/rabbitmq_alpine/Dockerfile
index 82057de..866006f 100644
--- a/rabbitmq_alpine/Dockerfile
+++ b/rabbitmq_alpine/Dockerfile
@@ -31,10 +31,10 @@ ENV OPENSSL_SOURCE_SHA256="2e8a40b01979afe8be0bbfb3de5dc1c6709fedb46d6c89c10da11
# https://www.openssl.org/source/
ENV OPENSSL_PGP_KEY_IDS="0xBA5473A2B0587B07FB27CF2D216094DFD0CB81EF"
-ENV OTP_VERSION 27.1.3
+ENV OTP_VERSION 27.2
# 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="1b1eb1ed919625caed3dd56e97182956613b3d650556ba1b8b2d6c9bc0c51c28"
+ENV OTP_SOURCE_SHA256="b66c2cc4fa2c87211b668e4486d4f3e5b1b6705698873ea3e6d9850801ac992d"
# 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_latest/Dockerfile b/rabbitmq_latest/Dockerfile
index 727be02..34a7247 100644
--- a/rabbitmq_latest/Dockerfile
+++ b/rabbitmq_latest/Dockerfile
@@ -34,10 +34,10 @@ ENV OPENSSL_SOURCE_SHA256="2e8a40b01979afe8be0bbfb3de5dc1c6709fedb46d6c89c10da11
# https://www.openssl.org/source/
ENV OPENSSL_PGP_KEY_IDS="0xBA5473A2B0587B07FB27CF2D216094DFD0CB81EF"
-ENV OTP_VERSION 27.1.3
+ENV OTP_VERSION 27.2
# 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="1b1eb1ed919625caed3dd56e97182956613b3d650556ba1b8b2d6c9bc0c51c28"
+ENV OTP_SOURCE_SHA256="b66c2cc4fa2c87211b668e4486d4f3e5b1b6705698873ea3e6d9850801ac992d"
# 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 Relevant Maintainers: |
LaurentGoderre
approved these changes
Dec 11, 2024
tianon
approved these changes
Dec 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes: