-
Notifications
You must be signed in to change notification settings - Fork 2.4k
erlang/otp 28.0.1, rebar3 3.25.0 #19280
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
+12
−12
Conversation
This file contains hidden or 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 ef8d919:diff --git a/_bashbrew-cat b/_bashbrew-cat
index b511f12..a61a441 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -33,45 +33,45 @@ Directory: 25/slim
Tags: 26.2.5.11, 26.2.5, 26.2, 26
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: ee1bc4b04fb25496e02799a5285678072cf31b1e
+GitCommit: 0beb465832363629e7b1953b1c40580644d1c95a
Directory: 26
Tags: 26.2.5.11-alpine, 26.2.5-alpine, 26.2-alpine, 26-alpine
Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: ee1bc4b04fb25496e02799a5285678072cf31b1e
+GitCommit: 0beb465832363629e7b1953b1c40580644d1c95a
Directory: 26/alpine
Tags: 26.2.5.11-slim, 26.2.5-slim, 26.2-slim, 26-slim
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: ee1bc4b04fb25496e02799a5285678072cf31b1e
+GitCommit: 0beb465832363629e7b1953b1c40580644d1c95a
Directory: 26/slim
Tags: 27.3.4.0, 27.3.4, 27.3, 27
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 7589a63ec3f5365ac936ee61062f7ae24e6d3e46
+GitCommit: 0beb465832363629e7b1953b1c40580644d1c95a
Directory: 27
Tags: 27.3.4.0-alpine, 27.3.4-alpine, 27.3-alpine, 27-alpine
Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 7589a63ec3f5365ac936ee61062f7ae24e6d3e46
+GitCommit: 0beb465832363629e7b1953b1c40580644d1c95a
Directory: 27/alpine
Tags: 27.3.4.0-slim, 27.3.4-slim, 27.3-slim, 27-slim
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 7589a63ec3f5365ac936ee61062f7ae24e6d3e46
+GitCommit: 0beb465832363629e7b1953b1c40580644d1c95a
Directory: 27/slim
-Tags: 28.0.0.0, 28.0.0, 28.0, 28, latest
+Tags: 28.0.1.0, 28.0.1, 28.0, 28, latest
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 45cb51bc860ee36d497cebc379bf31c2e078710d
+GitCommit: 0beb465832363629e7b1953b1c40580644d1c95a
Directory: 28
-Tags: 28.0.0.0-alpine, 28.0.0-alpine, 28.0-alpine, 28-alpine, alpine
+Tags: 28.0.1.0-alpine, 28.0.1-alpine, 28.0-alpine, 28-alpine, alpine
Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 45cb51bc860ee36d497cebc379bf31c2e078710d
+GitCommit: 0beb465832363629e7b1953b1c40580644d1c95a
Directory: 28/alpine
-Tags: 28.0.0.0-slim, 28.0.0-slim, 28.0-slim, 28-slim, slim
+Tags: 28.0.1.0-slim, 28.0.1-slim, 28.0-slim, 28-slim, slim
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 45cb51bc860ee36d497cebc379bf31c2e078710d
+GitCommit: 0beb465832363629e7b1953b1c40580644d1c95a
Directory: 28/slim
diff --git a/_bashbrew-list b/_bashbrew-list
index e5f543c..078afbf 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -52,12 +52,12 @@ erlang:28-slim
erlang:28.0
erlang:28.0-alpine
erlang:28.0-slim
-erlang:28.0.0
-erlang:28.0.0-alpine
-erlang:28.0.0-slim
-erlang:28.0.0.0
-erlang:28.0.0.0-alpine
-erlang:28.0.0.0-slim
+erlang:28.0.1
+erlang:28.0.1-alpine
+erlang:28.0.1-slim
+erlang:28.0.1.0
+erlang:28.0.1.0-alpine
+erlang:28.0.1.0-slim
erlang:alpine
erlang:latest
erlang:slim
diff --git a/erlang_26-alpine/Dockerfile b/erlang_26-alpine/Dockerfile
index a1027c5..ebf883b 100644
--- a/erlang_26-alpine/Dockerfile
+++ b/erlang_26-alpine/Dockerfile
@@ -1,14 +1,14 @@
FROM alpine:3.20
ENV OTP_VERSION="26.2.5.11" \
- REBAR3_VERSION="3.24.0"
+ REBAR3_VERSION="3.25.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="2eef7aac690a6cedfe0e6a20fc2d700db3490b4e4249683c0e5b812ad71304ed" \
- && REBAR3_DOWNLOAD_SHA256="391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c" \
+ && REBAR3_DOWNLOAD_SHA256="7d3f42dc0e126e18fb73e4366129f11dd37bad14d404f461e0a3129ce8903440" \
&& apk add --no-cache --virtual .fetch-deps \
curl \
ca-certificates \
diff --git a/erlang_26-slim/Dockerfile b/erlang_26-slim/Dockerfile
index 548cc52..bef0567 100644
--- a/erlang_26-slim/Dockerfile
+++ b/erlang_26-slim/Dockerfile
@@ -1,7 +1,7 @@
FROM debian:bookworm
ENV OTP_VERSION="26.2.5.11" \
- REBAR3_VERSION="3.24.0"
+ REBAR3_VERSION="3.25.0"
LABEL org.opencontainers.image.version=$OTP_VERSION
@@ -47,7 +47,7 @@ RUN set -xe \
&& make install ) \
&& find /usr/local -name examples | xargs rm -rf \
&& REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION}.tar.gz" \
- && REBAR3_DOWNLOAD_SHA256="391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c" \
+ && REBAR3_DOWNLOAD_SHA256="7d3f42dc0e126e18fb73e4366129f11dd37bad14d404f461e0a3129ce8903440" \
&& mkdir -p /usr/src/rebar3-src \
&& curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" \
&& echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - \
diff --git a/erlang_26/Dockerfile b/erlang_26/Dockerfile
index 99a78a7..1e2cb03 100644
--- a/erlang_26/Dockerfile
+++ b/erlang_26/Dockerfile
@@ -1,7 +1,7 @@
FROM buildpack-deps:bookworm
ENV OTP_VERSION="26.2.5.11" \
- REBAR3_VERSION="3.24.0"
+ REBAR3_VERSION="3.25.0"
LABEL org.opencontainers.image.version=$OTP_VERSION
@@ -58,7 +58,7 @@ RUN set -xe \
RUN set -xe \
&& REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION}.tar.gz" \
- && REBAR3_DOWNLOAD_SHA256="391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c" \
+ && REBAR3_DOWNLOAD_SHA256="7d3f42dc0e126e18fb73e4366129f11dd37bad14d404f461e0a3129ce8903440" \
&& mkdir -p /usr/src/rebar3-src \
&& curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" \
&& echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - \
diff --git a/erlang_27-alpine/Dockerfile b/erlang_27-alpine/Dockerfile
index 48d9803..3751525 100644
--- a/erlang_27-alpine/Dockerfile
+++ b/erlang_27-alpine/Dockerfile
@@ -1,14 +1,14 @@
FROM alpine:3.21
ENV OTP_VERSION="27.3.4" \
- REBAR3_VERSION="3.24.0"
+ REBAR3_VERSION="3.25.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="c3a0a0b51df08f877eed88378f3d2da7026a75b8559803bd78071bb47cd4783b" \
- && REBAR3_DOWNLOAD_SHA256="391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c" \
+ && REBAR3_DOWNLOAD_SHA256="7d3f42dc0e126e18fb73e4366129f11dd37bad14d404f461e0a3129ce8903440" \
&& apk add --no-cache --virtual .fetch-deps \
curl \
ca-certificates \
diff --git a/erlang_27-slim/Dockerfile b/erlang_27-slim/Dockerfile
index 99ba3a4..7b3af4c 100644
--- a/erlang_27-slim/Dockerfile
+++ b/erlang_27-slim/Dockerfile
@@ -1,7 +1,7 @@
FROM debian:bookworm
ENV OTP_VERSION="27.3.4" \
- REBAR3_VERSION="3.24.0"
+ REBAR3_VERSION="3.25.0"
LABEL org.opencontainers.image.version=$OTP_VERSION
@@ -47,7 +47,7 @@ RUN set -xe \
&& make install ) \
&& find /usr/local -name examples | xargs rm -rf \
&& REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION}.tar.gz" \
- && REBAR3_DOWNLOAD_SHA256="391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c" \
+ && REBAR3_DOWNLOAD_SHA256="7d3f42dc0e126e18fb73e4366129f11dd37bad14d404f461e0a3129ce8903440" \
&& mkdir -p /usr/src/rebar3-src \
&& curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" \
&& echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - \
diff --git a/erlang_27/Dockerfile b/erlang_27/Dockerfile
index 353de19..b9176b9 100644
--- a/erlang_27/Dockerfile
+++ b/erlang_27/Dockerfile
@@ -1,7 +1,7 @@
FROM buildpack-deps:bookworm
ENV OTP_VERSION="27.3.4" \
- REBAR3_VERSION="3.24.0"
+ REBAR3_VERSION="3.25.0"
LABEL org.opencontainers.image.version=$OTP_VERSION
@@ -57,7 +57,7 @@ RUN set -xe \
RUN set -xe \
&& REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION}.tar.gz" \
- && REBAR3_DOWNLOAD_SHA256="391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c" \
+ && REBAR3_DOWNLOAD_SHA256="7d3f42dc0e126e18fb73e4366129f11dd37bad14d404f461e0a3129ce8903440" \
&& mkdir -p /usr/src/rebar3-src \
&& curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" \
&& echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - \
diff --git a/erlang_alpine/Dockerfile b/erlang_alpine/Dockerfile
index f24e53c..6cc95fa 100644
--- a/erlang_alpine/Dockerfile
+++ b/erlang_alpine/Dockerfile
@@ -1,14 +1,14 @@
FROM alpine:3.21
-ENV OTP_VERSION="28.0" \
- REBAR3_VERSION="3.24.0"
+ENV OTP_VERSION="28.0.1" \
+ REBAR3_VERSION="3.25.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="71b5bf16e5b7b5d9fae98576c87aceac447964aaa3b4b457a5f60906839af92c" \
- && REBAR3_DOWNLOAD_SHA256="391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c" \
+ && OTP_DOWNLOAD_SHA256="a1d26330e3089d4d70a752210f8794385e8844e3d19684835810f1a59a752158" \
+ && REBAR3_DOWNLOAD_SHA256="7d3f42dc0e126e18fb73e4366129f11dd37bad14d404f461e0a3129ce8903440" \
&& apk add --no-cache --virtual .fetch-deps \
curl \
ca-certificates \
diff --git a/erlang_latest/Dockerfile b/erlang_latest/Dockerfile
index 388b62f..d9f197f 100644
--- a/erlang_latest/Dockerfile
+++ b/erlang_latest/Dockerfile
@@ -1,7 +1,7 @@
FROM buildpack-deps:bookworm
-ENV OTP_VERSION="28.0" \
- REBAR3_VERSION="3.24.0"
+ENV OTP_VERSION="28.0.1" \
+ REBAR3_VERSION="3.25.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="71b5bf16e5b7b5d9fae98576c87aceac447964aaa3b4b457a5f60906839af92c" \
+ && OTP_DOWNLOAD_SHA256="a1d26330e3089d4d70a752210f8794385e8844e3d19684835810f1a59a752158" \
&& runtimeDeps='libodbc1 \
libsctp1 \
libwxgtk3.2 \
@@ -57,7 +57,7 @@ RUN set -xe \
RUN set -xe \
&& REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION}.tar.gz" \
- && REBAR3_DOWNLOAD_SHA256="391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c" \
+ && REBAR3_DOWNLOAD_SHA256="7d3f42dc0e126e18fb73e4366129f11dd37bad14d404f461e0a3129ce8903440" \
&& mkdir -p /usr/src/rebar3-src \
&& curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" \
&& echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - \
diff --git a/erlang_slim/Dockerfile b/erlang_slim/Dockerfile
index bd33a88..18537d6 100644
--- a/erlang_slim/Dockerfile
+++ b/erlang_slim/Dockerfile
@@ -1,7 +1,7 @@
FROM debian:bookworm
-ENV OTP_VERSION="28.0" \
- REBAR3_VERSION="3.24.0"
+ENV OTP_VERSION="28.0.1" \
+ REBAR3_VERSION="3.25.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="71b5bf16e5b7b5d9fae98576c87aceac447964aaa3b4b457a5f60906839af92c" \
+ && OTP_DOWNLOAD_SHA256="a1d26330e3089d4d70a752210f8794385e8844e3d19684835810f1a59a752158" \
&& fetchDeps=' \
curl \
ca-certificates' \
@@ -47,7 +47,7 @@ RUN set -xe \
&& make install ) \
&& find /usr/local -name examples | xargs rm -rf \
&& REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION}.tar.gz" \
- && REBAR3_DOWNLOAD_SHA256="391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c" \
+ && REBAR3_DOWNLOAD_SHA256="7d3f42dc0e126e18fb73e4366129f11dd37bad14d404f461e0a3129ce8903440" \
&& mkdir -p /usr/src/rebar3-src \
&& curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" \
&& echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - \ Relevant Maintainers:
|
tianon
approved these changes
Jun 17, 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.