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 25.0.1 #12614

Merged
merged 1 commit into from
Jun 10, 2022
Merged

erlang/otp 25.0.1 #12614

merged 1 commit into from
Jun 10, 2022

Conversation

getong
Copy link
Contributor

@getong getong commented Jun 10, 2022

No description provided.

@github-actions
Copy link

Diff for bd45864:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 939035c..a292fd8 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -96,17 +96,17 @@ Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: 2677a7c40bab4c4135435b97cf75b9802dc91a2d
 Directory: 24/slim
 
-Tags: 25.0.0.0, 25.0.0, 25.0, 25, latest
+Tags: 25.0.1.0, 25.0.1, 25.0, 25, latest
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 96830ee845d4b5d8f6042270f0daed49f221178f
+GitCommit: 1cf37c178be367ca5eea92a37aabe8e8ba1aa7eb
 Directory: 25
 
-Tags: 25.0.0.0-alpine, 25.0.0-alpine, 25.0-alpine, 25-alpine, alpine
+Tags: 25.0.1.0-alpine, 25.0.1-alpine, 25.0-alpine, 25-alpine, alpine
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 96830ee845d4b5d8f6042270f0daed49f221178f
+GitCommit: 1cf37c178be367ca5eea92a37aabe8e8ba1aa7eb
 Directory: 25/alpine
 
-Tags: 25.0.0.0-slim, 25.0.0-slim, 25.0-slim, 25-slim, slim
+Tags: 25.0.1.0-slim, 25.0.1-slim, 25.0-slim, 25-slim, slim
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 96830ee845d4b5d8f6042270f0daed49f221178f
+GitCommit: 1cf37c178be367ca5eea92a37aabe8e8ba1aa7eb
 Directory: 25/slim
diff --git a/_bashbrew-list b/_bashbrew-list
index 6f332f8..6f9d192 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -80,12 +80,12 @@ erlang:25-slim
 erlang:25.0
 erlang:25.0-alpine
 erlang:25.0-slim
-erlang:25.0.0
-erlang:25.0.0-alpine
-erlang:25.0.0-slim
-erlang:25.0.0.0
-erlang:25.0.0.0-alpine
-erlang:25.0.0.0-slim
+erlang:25.0.1
+erlang:25.0.1-alpine
+erlang:25.0.1-slim
+erlang:25.0.1.0
+erlang:25.0.1.0-alpine
+erlang:25.0.1.0-slim
 erlang:alpine
 erlang:latest
 erlang:slim
diff --git a/erlang_alpine/Dockerfile b/erlang_alpine/Dockerfile
index bcea02c..321e051 100644
--- a/erlang_alpine/Dockerfile
+++ b/erlang_alpine/Dockerfile
@@ -1,13 +1,13 @@
 FROM alpine:3.15
 
-ENV OTP_VERSION="25.0" \
+ENV OTP_VERSION="25.0.1" \
     REBAR3_VERSION="3.18.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="5988e3bca208486494446e885ca2149fe487ee115cbc3770535fd22a795af5d2" \
+	&& OTP_DOWNLOAD_SHA256="4426bdf717c9f359f592fceb5dc29b9cab152010cd258475730de4582de42bff" \
 	&& REBAR3_DOWNLOAD_SHA256="cce1925d33240d81d0e4d2de2eef3616d4c17b0532ed004274f875e6607d25d2" \
 	&& apk add --no-cache --virtual .fetch-deps \
 		curl \
diff --git a/erlang_latest/Dockerfile b/erlang_latest/Dockerfile
index e66da7f..9a598f0 100644
--- a/erlang_latest/Dockerfile
+++ b/erlang_latest/Dockerfile
@@ -1,6 +1,6 @@
 FROM buildpack-deps:bullseye
 
-ENV OTP_VERSION="25.0" \
+ENV OTP_VERSION="25.0.1" \
     REBAR3_VERSION="3.18.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="5988e3bca208486494446e885ca2149fe487ee115cbc3770535fd22a795af5d2" \
+	&& OTP_DOWNLOAD_SHA256="4426bdf717c9f359f592fceb5dc29b9cab152010cd258475730de4582de42bff" \
 	&& runtimeDeps='libodbc1 \
 			libsctp1 \
 			libwxgtk3.0' \
diff --git a/erlang_slim/Dockerfile b/erlang_slim/Dockerfile
index bba6c37..6f26057 100644
--- a/erlang_slim/Dockerfile
+++ b/erlang_slim/Dockerfile
@@ -1,6 +1,6 @@
 FROM debian:bullseye
 
-ENV OTP_VERSION="25.0" \
+ENV OTP_VERSION="25.0.1" \
     REBAR3_VERSION="3.18.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="5988e3bca208486494446e885ca2149fe487ee115cbc3770535fd22a795af5d2" \
+	&& OTP_DOWNLOAD_SHA256="4426bdf717c9f359f592fceb5dc29b9cab152010cd258475730de4582de42bff" \
 	&& fetchDeps=' \
 		curl \
 		ca-certificates' \

Relevant Maintainers:

@tianon
Copy link
Member

tianon commented Jun 10, 2022

CI failure is still #12477 (comment) (should probably be dealt with at some point either by updating the Alpine version or removing the affected Erlang version 🙈).

@tianon tianon merged commit 1880f19 into docker-library:master Jun 10, 2022
@getong getong deleted the erlang-25.0.1 branch June 12, 2022 15:05
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.

2 participants