Skip to content

Update rabbitmq #19150

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

Merged
merged 1 commit into from
May 30, 2025
Merged

Update rabbitmq #19150

merged 1 commit into from
May 30, 2025

Conversation

tianon
Copy link
Member

@tianon tianon commented May 30, 2025

Changes:

Changes:

- docker-library/rabbitmq@5aa0299: Merge pull request docker-library/rabbitmq#767 from infosiftr/alpine3.22
- docker-library/rabbitmq@e04938d: Update to Alpine 3.22
@tianon tianon requested review from LaurentGoderre and a team as code owners May 30, 2025 22:32
Copy link

Diff for cca8958:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index f597476..e2abcac 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -9,7 +9,7 @@ Directory: 3.13/ubuntu
 
 Tags: 3.13.7-alpine, 3.13-alpine, 3-alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 42f61ae85d877c377e97c892d97ed4a65f1c7809
+GitCommit: e04938d64c632af0637af2c7ee5261e8da2c442d
 Directory: 3.13/alpine
 
 Tags: 3.13.7-management, 3.13-management, 3-management
@@ -29,7 +29,7 @@ Directory: 4.0/ubuntu
 
 Tags: 4.0.9-alpine, 4.0-alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 101d600e8f6ba9543a7e9dd9e156a2f7972218cf
+GitCommit: e04938d64c632af0637af2c7ee5261e8da2c442d
 Directory: 4.0/alpine
 
 Tags: 4.0.9-management, 4.0-management
@@ -49,7 +49,7 @@ Directory: 4.1/ubuntu
 
 Tags: 4.1.0-alpine, 4.1-alpine, 4-alpine, alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 85ffaf0cfe4310ab046b8ccad93c624c6dffe4bc
+GitCommit: e04938d64c632af0637af2c7ee5261e8da2c442d
 Directory: 4.1/alpine
 
 Tags: 4.1.0-management, 4.1-management, 4-management, management
diff --git a/rabbitmq_3-alpine/Dockerfile b/rabbitmq_3-alpine/Dockerfile
index e05a90a..1f030c7 100644
--- a/rabbitmq_3-alpine/Dockerfile
+++ b/rabbitmq_3-alpine/Dockerfile
@@ -5,7 +5,7 @@
 #
 
 # Alpine Linux is not officially supported by the RabbitMQ team -- use at your own risk!
-FROM alpine:3.21 as build-base
+FROM alpine:3.22 as build-base
 
 RUN apk add --no-cache \
 	build-base \
@@ -193,7 +193,7 @@ ENV PATH $ERLANG_INSTALL_PATH_PREFIX/bin:$PATH
 RUN find $ERLANG_INSTALL_PATH_PREFIX -type f -name 'crypto.so' -exec ldd {} \; | awk '/libcrypto\.so/ { if (!index($3,ENVIRON["OPENSSL_INSTALL_PATH_PREFIX"])) exit 1 }'
 RUN erl -noshell -eval 'ok = crypto:start(), ok = io:format("~p~n~n~p~n~n", [crypto:supports(), ssl:versions()]), init:stop().'
 
-FROM alpine:3.21
+FROM alpine:3.22
 
 # OPENSSL/ERLANG_INSTALL_PATH_PREFIX are defined in a different stage, so define them again
 ENV ERLANG_INSTALL_PATH_PREFIX /opt/erlang
diff --git a/rabbitmq_4.0-alpine/Dockerfile b/rabbitmq_4.0-alpine/Dockerfile
index be572fe..aec18b3 100644
--- a/rabbitmq_4.0-alpine/Dockerfile
+++ b/rabbitmq_4.0-alpine/Dockerfile
@@ -5,7 +5,7 @@
 #
 
 # Alpine Linux is not officially supported by the RabbitMQ team -- use at your own risk!
-FROM alpine:3.21 as build-base
+FROM alpine:3.22 as build-base
 
 RUN apk add --no-cache \
 	build-base \
@@ -193,7 +193,7 @@ ENV PATH $ERLANG_INSTALL_PATH_PREFIX/bin:$PATH
 RUN find $ERLANG_INSTALL_PATH_PREFIX -type f -name 'crypto.so' -exec ldd {} \; | awk '/libcrypto\.so/ { if (!index($3,ENVIRON["OPENSSL_INSTALL_PATH_PREFIX"])) exit 1 }'
 RUN erl -noshell -eval 'ok = crypto:start(), ok = io:format("~p~n~n~p~n~n", [crypto:supports(), ssl:versions()]), init:stop().'
 
-FROM alpine:3.21
+FROM alpine:3.22
 
 # OPENSSL/ERLANG_INSTALL_PATH_PREFIX are defined in a different stage, so define them again
 ENV ERLANG_INSTALL_PATH_PREFIX /opt/erlang
diff --git a/rabbitmq_alpine/Dockerfile b/rabbitmq_alpine/Dockerfile
index ba1889c..9bb352d 100644
--- a/rabbitmq_alpine/Dockerfile
+++ b/rabbitmq_alpine/Dockerfile
@@ -5,7 +5,7 @@
 #
 
 # Alpine Linux is not officially supported by the RabbitMQ team -- use at your own risk!
-FROM alpine:3.21 as build-base
+FROM alpine:3.22 as build-base
 
 RUN apk add --no-cache \
 	build-base \
@@ -193,7 +193,7 @@ ENV PATH $ERLANG_INSTALL_PATH_PREFIX/bin:$PATH
 RUN find $ERLANG_INSTALL_PATH_PREFIX -type f -name 'crypto.so' -exec ldd {} \; | awk '/libcrypto\.so/ { if (!index($3,ENVIRON["OPENSSL_INSTALL_PATH_PREFIX"])) exit 1 }'
 RUN erl -noshell -eval 'ok = crypto:start(), ok = io:format("~p~n~n~p~n~n", [crypto:supports(), ssl:versions()]), init:stop().'
 
-FROM alpine:3.21
+FROM alpine:3.22
 
 # OPENSSL/ERLANG_INSTALL_PATH_PREFIX are defined in a different stage, so define them again
 ENV ERLANG_INSTALL_PATH_PREFIX /opt/erlang

Relevant Maintainers:

@yosifkit yosifkit merged commit b009338 into docker-library:master May 30, 2025
11 checks passed
@yosifkit yosifkit deleted the rabbitmq branch May 30, 2025 22:59
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