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 #8666

Merged
merged 1 commit into from
Sep 4, 2020
Merged

Conversation

tianon
Copy link
Member

@tianon tianon commented Sep 4, 2020

Changes:

Changes:

- docker-library/rabbitmq@bd2d0bc: Update to 3.8.8, Erlang/OTP 23.0.3, OpenSSL 1.1.1g
@github-actions
Copy link

github-actions bot commented Sep 4, 2020

Diff for b2f850a:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 8492204..cede979 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.8.7, 3.8, 3, latest
+Tags: 3.8.8, 3.8, 3, latest
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: be3ec8479e17a62efe55d18dd9d5dae37721afba
+GitCommit: bd2d0bc278ed5cf6d203a6cfd46886c886e1d49e
 Directory: 3.8/ubuntu
 
-Tags: 3.8.7-alpine, 3.8-alpine, 3-alpine, alpine
+Tags: 3.8.8-alpine, 3.8-alpine, 3-alpine, alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: be3ec8479e17a62efe55d18dd9d5dae37721afba
+GitCommit: bd2d0bc278ed5cf6d203a6cfd46886c886e1d49e
 Directory: 3.8/alpine
 
-Tags: 3.8.7-management, 3.8-management, 3-management, management
+Tags: 3.8.8-management, 3.8-management, 3-management, management
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: 888638927482f86af6e88bebb67423926cb1112f
 Directory: 3.8/ubuntu/management
 
-Tags: 3.8.7-management-alpine, 3.8-management-alpine, 3-management-alpine, management-alpine
+Tags: 3.8.8-management-alpine, 3.8-management-alpine, 3-management-alpine, management-alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: 888638927482f86af6e88bebb67423926cb1112f
 Directory: 3.8/alpine/management
diff --git a/_bashbrew-list b/_bashbrew-list
index 31f26d0..a2aaed7 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -6,10 +6,10 @@ rabbitmq:3.8
 rabbitmq:3.8-alpine
 rabbitmq:3.8-management
 rabbitmq:3.8-management-alpine
-rabbitmq:3.8.7
-rabbitmq:3.8.7-alpine
-rabbitmq:3.8.7-management
-rabbitmq:3.8.7-management-alpine
+rabbitmq:3.8.8
+rabbitmq:3.8.8-alpine
+rabbitmq:3.8.8-management
+rabbitmq:3.8.8-management-alpine
 rabbitmq:alpine
 rabbitmq:latest
 rabbitmq:management
diff --git a/rabbitmq_alpine/Dockerfile b/rabbitmq_alpine/Dockerfile
index 65c8320..24e4d33 100644
--- a/rabbitmq_alpine/Dockerfile
+++ b/rabbitmq_alpine/Dockerfile
@@ -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.8.7
+ENV RABBITMQ_VERSION 3.8.8
 # 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 1fb53d0..5bba46e 100644
--- a/rabbitmq_latest/Dockerfile
+++ b/rabbitmq_latest/Dockerfile
@@ -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.8.7
+ENV RABBITMQ_VERSION 3.8.8
 # https://www.rabbitmq.com/signatures.html#importing-gpg
 ENV RABBITMQ_PGP_KEY_ID="0x0A9AF2115F4687BD29803A206B73A36E6026DFCA"
 ENV RABBITMQ_HOME=/opt/rabbitmq

@yosifkit yosifkit merged commit f3f0e63 into docker-library:master Sep 4, 2020
@yosifkit yosifkit deleted the rabbitmq branch September 4, 2020 18:45
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