Merged
Conversation
Changes: - docker-library/rabbitmq@7257ddb: Update to 3.7.28, Erlang/OTP 22.3.4.7, OpenSSL 1.1.1g
Diff for 7110396:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 10de3fb..d9260d9 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,22 +1,22 @@
Maintainers: Tianon Gravi <admwiggin@gmail.com> (@tianon), Joseph Ferguson <yosifkit@gmail.com> (@yosifkit)
GitRepo: https://github.com/docker-library/rabbitmq.git
-Tags: 3.7.27, 3.7
+Tags: 3.7.28, 3.7
Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: e07d999b4f7e2c60459d79e504a4e008b86681ff
+GitCommit: 7257ddb5361d42bc5a952b6d2e357fc623131627
Directory: 3.7/ubuntu
-Tags: 3.7.27-alpine, 3.7-alpine
+Tags: 3.7.28-alpine, 3.7-alpine
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: e07d999b4f7e2c60459d79e504a4e008b86681ff
+GitCommit: 7257ddb5361d42bc5a952b6d2e357fc623131627
Directory: 3.7/alpine
-Tags: 3.7.27-management, 3.7-management
+Tags: 3.7.28-management, 3.7-management
Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
GitCommit: bf2c73df6ee8475ac30c9773a8128852450ea518
Directory: 3.7/ubuntu/management
-Tags: 3.7.27-management-alpine, 3.7-management-alpine
+Tags: 3.7.28-management-alpine, 3.7-management-alpine
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
GitCommit: bf2c73df6ee8475ac30c9773a8128852450ea518
Directory: 3.7/alpine/management
diff --git a/_bashbrew-list b/_bashbrew-list
index dd4eb8f..301f86d 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -6,10 +6,10 @@ rabbitmq:3.7
rabbitmq:3.7-alpine
rabbitmq:3.7-management
rabbitmq:3.7-management-alpine
-rabbitmq:3.7.27
-rabbitmq:3.7.27-alpine
-rabbitmq:3.7.27-management
-rabbitmq:3.7.27-management-alpine
+rabbitmq:3.7.28
+rabbitmq:3.7.28-alpine
+rabbitmq:3.7.28-management
+rabbitmq:3.7.28-management-alpine
rabbitmq:3.8
rabbitmq:3.8-alpine
rabbitmq:3.8-management
diff --git a/rabbitmq_3.7-alpine/Dockerfile b/rabbitmq_3.7-alpine/Dockerfile
index af3a75f..71d23d0 100644
--- a/rabbitmq_3.7-alpine/Dockerfile
+++ b/rabbitmq_3.7-alpine/Dockerfile
@@ -22,10 +22,10 @@ ENV OPENSSL_SOURCE_SHA256="ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af24
ENV OPENSSL_PGP_KEY_IDS="0x8657ABB260F056B1E5190839D9C4D26D0E604491 0x5B2545DAB21995F4088CEFAA36CEE4DEB00CFE33 0xED230BEC4D4F2518B9D7DF41F0DB4D21C1D35231 0xC1F33DD8CE1D4CC613AF14DA9195C48241FBF7DD 0x7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C 0xE5E52560DD91C556DDBDA5D02064C53641C25E5D"
# Use the latest stable Erlang/OTP release (https://github.com/erlang/otp/tags)
-ENV OTP_VERSION 22.3.4.6
+ENV OTP_VERSION 22.3.4.7
# TODO add PGP checking when the feature will be added to Erlang/OTP's build system
# http://erlang.org/pipermail/erlang-questions/2019-January/097067.html
-ENV OTP_SOURCE_SHA256="e78c14dd20856bf41dc5cd805a09faca2f21d4e5c4cb9a505bc27a8658344f6c"
+ENV OTP_SOURCE_SHA256="9bafa7a6040ecd18a0b0b05ed014bd186722ef4bf8925b70e9661d3eb5886e66"
# Install dependencies required to build Erlang/OTP from source
# http://erlang.org/doc/installation_guide/INSTALL.html
@@ -180,7 +180,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 3.7.27
+ENV RABBITMQ_VERSION 3.7.28
# https://www.rabbitmq.com/signatures.html#importing-gpg
ENV RABBITMQ_PGP_KEY_ID="0x0A9AF2115F4687BD29803A206B73A36E6026DFCA"
ENV RABBITMQ_HOME=/opt/rabbitmq
diff --git a/rabbitmq_3.7/Dockerfile b/rabbitmq_3.7/Dockerfile
index f830bb0..cade620 100644
--- a/rabbitmq_3.7/Dockerfile
+++ b/rabbitmq_3.7/Dockerfile
@@ -25,10 +25,10 @@ ENV OPENSSL_SOURCE_SHA256="ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af24
ENV OPENSSL_PGP_KEY_IDS="0x8657ABB260F056B1E5190839D9C4D26D0E604491 0x5B2545DAB21995F4088CEFAA36CEE4DEB00CFE33 0xED230BEC4D4F2518B9D7DF41F0DB4D21C1D35231 0xC1F33DD8CE1D4CC613AF14DA9195C48241FBF7DD 0x7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C 0xE5E52560DD91C556DDBDA5D02064C53641C25E5D"
# Use the latest stable Erlang/OTP release (https://github.com/erlang/otp/tags)
-ENV OTP_VERSION 22.3.4.6
+ENV OTP_VERSION 22.3.4.7
# TODO add PGP checking when the feature will be added to Erlang/OTP's build system
# http://erlang.org/pipermail/erlang-questions/2019-January/097067.html
-ENV OTP_SOURCE_SHA256="e78c14dd20856bf41dc5cd805a09faca2f21d4e5c4cb9a505bc27a8658344f6c"
+ENV OTP_SOURCE_SHA256="9bafa7a6040ecd18a0b0b05ed014bd186722ef4bf8925b70e9661d3eb5886e66"
# Install dependencies required to build Erlang/OTP from source
# http://erlang.org/doc/installation_guide/INSTALL.html
@@ -191,7 +191,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 3.7.27
+ENV RABBITMQ_VERSION 3.7.28
# https://www.rabbitmq.com/signatures.html#importing-gpg
ENV RABBITMQ_PGP_KEY_ID="0x0A9AF2115F4687BD29803A206B73A36E6026DFCA"
ENV RABBITMQ_HOME=/opt/rabbitmq |
This file contains hidden or 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
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: