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

erlang/otp 27.0-rc3 #16630

Merged
merged 1 commit into from
Apr 19, 2024
Merged

erlang/otp 27.0-rc3 #16630

merged 1 commit into from
Apr 19, 2024

Conversation

getong
Copy link
Contributor

@getong getong commented Apr 19, 2024

No description provided.

@getong getong requested a review from a team as a code owner April 19, 2024 06:32
Copy link

Diff for bd5cfcf:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index c496bfe..ac27697 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -96,17 +96,17 @@ Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
 GitCommit: 7251e9a4b2ec0fee20baea796a9e6386a7987d05
 Directory: 26/slim
 
-Tags: 27.0-rc2.0.0, 27.0-rc2.0, 27.0-rc2, 27
+Tags: 27.0-rc3.0.0, 27.0-rc3.0, 27.0-rc3, 27
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: c7e3d58244259ec45bd0b84df7287096d9833d19
+GitCommit: 4aa0cf2537dc2371bbd51a378695eba30637e345
 Directory: 27
 
-Tags: 27.0-rc2.0.0-alpine, 27.0-rc2.0-alpine, 27.0-rc2-alpine, 27-alpine
+Tags: 27.0-rc3.0.0-alpine, 27.0-rc3.0-alpine, 27.0-rc3-alpine, 27-alpine
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: c7e3d58244259ec45bd0b84df7287096d9833d19
+GitCommit: 4aa0cf2537dc2371bbd51a378695eba30637e345
 Directory: 27/alpine
 
-Tags: 27.0-rc2.0.0-slim, 27.0-rc2.0-slim, 27.0-rc2-slim, 27-slim
+Tags: 27.0-rc3.0.0-slim, 27.0-rc3.0-slim, 27.0-rc3-slim, 27-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: c7e3d58244259ec45bd0b84df7287096d9833d19
+GitCommit: 4aa0cf2537dc2371bbd51a378695eba30637e345
 Directory: 27/slim
diff --git a/_bashbrew-list b/_bashbrew-list
index fd43b7e..6ff4c63 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -77,15 +77,15 @@ erlang:26.2.4.0-slim
 erlang:27
 erlang:27-alpine
 erlang:27-slim
-erlang:27.0-rc2
-erlang:27.0-rc2-alpine
-erlang:27.0-rc2-slim
-erlang:27.0-rc2.0
-erlang:27.0-rc2.0-alpine
-erlang:27.0-rc2.0-slim
-erlang:27.0-rc2.0.0
-erlang:27.0-rc2.0.0-alpine
-erlang:27.0-rc2.0.0-slim
+erlang:27.0-rc3
+erlang:27.0-rc3-alpine
+erlang:27.0-rc3-slim
+erlang:27.0-rc3.0
+erlang:27.0-rc3.0-alpine
+erlang:27.0-rc3.0-slim
+erlang:27.0-rc3.0.0
+erlang:27.0-rc3.0.0-alpine
+erlang:27.0-rc3.0.0-slim
 erlang:alpine
 erlang:latest
 erlang:slim
diff --git a/erlang_27-alpine/Dockerfile b/erlang_27-alpine/Dockerfile
index 6c3d428..3a05527 100644
--- a/erlang_27-alpine/Dockerfile
+++ b/erlang_27-alpine/Dockerfile
@@ -1,13 +1,13 @@
 FROM alpine:3.19
 
-ENV OTP_VERSION="27.0-rc2" \
+ENV OTP_VERSION="27.0-rc3" \
     REBAR3_VERSION="3.23.0"
 
 LABEL org.opencontainers.image.version=$OTP_VERSION
 
 RUN set -xe \
 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION}.tar.gz" \
-	&& OTP_DOWNLOAD_SHA256="0ac36eccf48dc3a903835cd3cd90388a1df84abacf71ef8edf765097b06efc3b" \
+	&& OTP_DOWNLOAD_SHA256="b2716ed3943f49e715123904aad3f226aecba49f03e30222f271b064d9078836" \
 	&& REBAR3_DOWNLOAD_SHA256="00646b692762ffd340560e8f16486dbda840e1546749ee5a7f58feeb77e7b516" \
 	&& apk add --no-cache --virtual .fetch-deps \
 		curl \
diff --git a/erlang_27-slim/Dockerfile b/erlang_27-slim/Dockerfile
index d98c2f1..176dbb0 100644
--- a/erlang_27-slim/Dockerfile
+++ b/erlang_27-slim/Dockerfile
@@ -1,6 +1,6 @@
 FROM debian:bookworm
 
-ENV OTP_VERSION="27.0-rc2" \
+ENV OTP_VERSION="27.0-rc3" \
     REBAR3_VERSION="3.23.0"
 
 LABEL org.opencontainers.image.version=$OTP_VERSION
@@ -9,7 +9,7 @@ LABEL org.opencontainers.image.version=$OTP_VERSION
 # sure our final image contains only what we've just built:
 RUN set -xe \
 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION}.tar.gz" \
-	&& OTP_DOWNLOAD_SHA256="0ac36eccf48dc3a903835cd3cd90388a1df84abacf71ef8edf765097b06efc3b" \
+	&& OTP_DOWNLOAD_SHA256="b2716ed3943f49e715123904aad3f226aecba49f03e30222f271b064d9078836" \
 	&& fetchDeps=' \
 		curl \
 		ca-certificates' \
diff --git a/erlang_27/Dockerfile b/erlang_27/Dockerfile
index 0ae4be8..9a3b2e5 100644
--- a/erlang_27/Dockerfile
+++ b/erlang_27/Dockerfile
@@ -1,6 +1,6 @@
 FROM buildpack-deps:bookworm
 
-ENV OTP_VERSION="27.0-rc2" \
+ENV OTP_VERSION="27.0-rc3" \
     REBAR3_VERSION="3.23.0"
 
 LABEL org.opencontainers.image.version=$OTP_VERSION
@@ -9,7 +9,7 @@ LABEL org.opencontainers.image.version=$OTP_VERSION
 # build process:
 RUN set -xe \
 	&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION}.tar.gz" \
-	&& OTP_DOWNLOAD_SHA256="0ac36eccf48dc3a903835cd3cd90388a1df84abacf71ef8edf765097b06efc3b" \
+	&& OTP_DOWNLOAD_SHA256="b2716ed3943f49e715123904aad3f226aecba49f03e30222f271b064d9078836" \
 	&& runtimeDeps='libodbc1 \
 			libsctp1 \
 			libwxgtk3.2 \

Relevant Maintainers:

@yosifkit yosifkit merged commit 747884c into docker-library:master Apr 19, 2024
27 checks passed
@getong getong deleted the erlang-27.0-rc3 branch April 19, 2024 20:10
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