-
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
erlang/otp 27.0-rc3 #16630
Merged
Merged
erlang/otp 27.0-rc3 #16630
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
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:
|
LaurentGoderre
approved these changes
Apr 19, 2024
yosifkit
approved these changes
Apr 19, 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.
No description provided.