-
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.2.2 #18470
Merged
Merged
erlang/otp 27.2.2 #18470
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 66b22d3:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 798be9a..efbbfa5 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -46,17 +46,17 @@ Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
GitCommit: 0032babeb928e3465a91b0deb4f7b8a33930e3be
Directory: 26/slim
-Tags: 27.2.1.0, 27.2.1, 27.2, 27, latest
+Tags: 27.2.2.0, 27.2.2, 27.2, 27, latest
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 838581dc4f97bfd511e255b29edc5fe2f8b243dd
+GitCommit: 8c4029538dacea1928ba753a54122696467c51e7
Directory: 27
-Tags: 27.2.1.0-alpine, 27.2.1-alpine, 27.2-alpine, 27-alpine, alpine
+Tags: 27.2.2.0-alpine, 27.2.2-alpine, 27.2-alpine, 27-alpine, alpine
Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 838581dc4f97bfd511e255b29edc5fe2f8b243dd
+GitCommit: 8c4029538dacea1928ba753a54122696467c51e7
Directory: 27/alpine
-Tags: 27.2.1.0-slim, 27.2.1-slim, 27.2-slim, 27-slim, slim
+Tags: 27.2.2.0-slim, 27.2.2-slim, 27.2-slim, 27-slim, slim
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 838581dc4f97bfd511e255b29edc5fe2f8b243dd
+GitCommit: 8c4029538dacea1928ba753a54122696467c51e7
Directory: 27/slim
diff --git a/_bashbrew-list b/_bashbrew-list
index caa6dde..e913f4d 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -40,12 +40,12 @@ erlang:27-slim
erlang:27.2
erlang:27.2-alpine
erlang:27.2-slim
-erlang:27.2.1
-erlang:27.2.1-alpine
-erlang:27.2.1-slim
-erlang:27.2.1.0
-erlang:27.2.1.0-alpine
-erlang:27.2.1.0-slim
+erlang:27.2.2
+erlang:27.2.2-alpine
+erlang:27.2.2-slim
+erlang:27.2.2.0
+erlang:27.2.2.0-alpine
+erlang:27.2.2.0-slim
erlang:alpine
erlang:latest
erlang:slim
diff --git a/erlang_alpine/Dockerfile b/erlang_alpine/Dockerfile
index 6023a18..4de26e9 100644
--- a/erlang_alpine/Dockerfile
+++ b/erlang_alpine/Dockerfile
@@ -1,13 +1,13 @@
FROM alpine:3.21
-ENV OTP_VERSION="27.2.1" \
+ENV OTP_VERSION="27.2.2" \
REBAR3_VERSION="3.24.0"
LABEL org.opencontainers.image.version=$OTP_VERSION
RUN set -xe \
&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/releases/download/OTP-${OTP_VERSION}/otp_src_${OTP_VERSION}.tar.gz" \
- && OTP_DOWNLOAD_SHA256="07982134e10637dde57cf9cdc6dda6f65425810229986136d184766d4db9eda3" \
+ && OTP_DOWNLOAD_SHA256="4f74095a24e48978f062b077651ac0876c5d3a42799b20fd996923bf15b5df29" \
&& REBAR3_DOWNLOAD_SHA256="391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c" \
&& apk add --no-cache --virtual .fetch-deps \
curl \
diff --git a/erlang_latest/Dockerfile b/erlang_latest/Dockerfile
index ea085a9..3080a23 100644
--- a/erlang_latest/Dockerfile
+++ b/erlang_latest/Dockerfile
@@ -1,6 +1,6 @@
FROM buildpack-deps:bookworm
-ENV OTP_VERSION="27.2.1" \
+ENV OTP_VERSION="27.2.2" \
REBAR3_VERSION="3.24.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/releases/download/OTP-${OTP_VERSION}/otp_src_${OTP_VERSION}.tar.gz" \
- && OTP_DOWNLOAD_SHA256="07982134e10637dde57cf9cdc6dda6f65425810229986136d184766d4db9eda3" \
+ && OTP_DOWNLOAD_SHA256="4f74095a24e48978f062b077651ac0876c5d3a42799b20fd996923bf15b5df29" \
&& runtimeDeps='libodbc1 \
libsctp1 \
libwxgtk3.2 \
diff --git a/erlang_slim/Dockerfile b/erlang_slim/Dockerfile
index 4a5efd3..bc09265 100644
--- a/erlang_slim/Dockerfile
+++ b/erlang_slim/Dockerfile
@@ -1,6 +1,6 @@
FROM debian:bookworm
-ENV OTP_VERSION="27.2.1" \
+ENV OTP_VERSION="27.2.2" \
REBAR3_VERSION="3.24.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/releases/download/OTP-${OTP_VERSION}/otp_src_${OTP_VERSION}.tar.gz" \
- && OTP_DOWNLOAD_SHA256="07982134e10637dde57cf9cdc6dda6f65425810229986136d184766d4db9eda3" \
+ && OTP_DOWNLOAD_SHA256="4f74095a24e48978f062b077651ac0876c5d3a42799b20fd996923bf15b5df29" \
&& fetchDeps=' \
curl \
ca-certificates' \ Relevant Maintainers:
|
LaurentGoderre
approved these changes
Feb 17, 2025
yosifkit
approved these changes
Feb 18, 2025
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.