From a2d399f06c6cf274b7c48eb0b3c56499e2e33c55 Mon Sep 17 00:00:00 2001 From: Ernesto Malave Date: Fri, 18 Apr 2025 15:26:15 -0400 Subject: [PATCH 1/3] bump otp versions --- 25/Dockerfile | 2 +- 25/alpine/Dockerfile | 2 +- 25/slim/Dockerfile | 2 +- 26/Dockerfile | 2 +- 26/alpine/Dockerfile | 2 +- 26/slim/Dockerfile | 2 +- 27/Dockerfile | 2 +- 27/alpine/Dockerfile | 2 +- 27/slim/Dockerfile | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/25/Dockerfile b/25/Dockerfile index e77d88e4..7cf8885c 100644 --- a/25/Dockerfile +++ b/25/Dockerfile @@ -1,6 +1,6 @@ FROM buildpack-deps:bullseye -ENV OTP_VERSION="25.3.2.16" \ +ENV OTP_VERSION="25.3.2.20" \ REBAR3_VERSION="3.24.0" LABEL org.opencontainers.image.version=$OTP_VERSION diff --git a/25/alpine/Dockerfile b/25/alpine/Dockerfile index 5706f75b..e5743ff1 100644 --- a/25/alpine/Dockerfile +++ b/25/alpine/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.20 -ENV OTP_VERSION="25.3.2.16" \ +ENV OTP_VERSION="25.3.2.20" \ REBAR3_VERSION="3.24.0" LABEL org.opencontainers.image.version=$OTP_VERSION diff --git a/25/slim/Dockerfile b/25/slim/Dockerfile index caaebe0e..b8505dac 100644 --- a/25/slim/Dockerfile +++ b/25/slim/Dockerfile @@ -1,6 +1,6 @@ FROM debian:bullseye -ENV OTP_VERSION="25.3.2.16" \ +ENV OTP_VERSION="25.3.2.20" \ REBAR3_VERSION="3.24.0" LABEL org.opencontainers.image.version=$OTP_VERSION diff --git a/26/Dockerfile b/26/Dockerfile index 0685087f..404459e2 100644 --- a/26/Dockerfile +++ b/26/Dockerfile @@ -1,6 +1,6 @@ FROM buildpack-deps:bookworm -ENV OTP_VERSION="26.2.5.6" \ +ENV OTP_VERSION="26.2.5.11" \ REBAR3_VERSION="3.24.0" LABEL org.opencontainers.image.version=$OTP_VERSION diff --git a/26/alpine/Dockerfile b/26/alpine/Dockerfile index 05ec5ac2..1fb34177 100644 --- a/26/alpine/Dockerfile +++ b/26/alpine/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.20 -ENV OTP_VERSION="26.2.5.6" \ +ENV OTP_VERSION="26.2.5.11" \ REBAR3_VERSION="3.24.0" LABEL org.opencontainers.image.version=$OTP_VERSION diff --git a/26/slim/Dockerfile b/26/slim/Dockerfile index 28c4e02d..5d45d235 100644 --- a/26/slim/Dockerfile +++ b/26/slim/Dockerfile @@ -1,6 +1,6 @@ FROM debian:bookworm -ENV OTP_VERSION="26.2.5.6" \ +ENV OTP_VERSION="26.2.5.11" \ REBAR3_VERSION="3.24.0" LABEL org.opencontainers.image.version=$OTP_VERSION diff --git a/27/Dockerfile b/27/Dockerfile index 0d18fd31..f0e507b8 100644 --- a/27/Dockerfile +++ b/27/Dockerfile @@ -1,6 +1,6 @@ FROM buildpack-deps:bookworm -ENV OTP_VERSION="27.3.2" \ +ENV OTP_VERSION="27.3.3" \ REBAR3_VERSION="3.24.0" LABEL org.opencontainers.image.version=$OTP_VERSION diff --git a/27/alpine/Dockerfile b/27/alpine/Dockerfile index a950f6fc..d1439250 100644 --- a/27/alpine/Dockerfile +++ b/27/alpine/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.21 -ENV OTP_VERSION="27.3.2" \ +ENV OTP_VERSION="27.3.3" \ REBAR3_VERSION="3.24.0" LABEL org.opencontainers.image.version=$OTP_VERSION diff --git a/27/slim/Dockerfile b/27/slim/Dockerfile index c9b9b319..a97bbcec 100644 --- a/27/slim/Dockerfile +++ b/27/slim/Dockerfile @@ -1,6 +1,6 @@ FROM debian:bookworm -ENV OTP_VERSION="27.3.2" \ +ENV OTP_VERSION="27.3.3" \ REBAR3_VERSION="3.24.0" LABEL org.opencontainers.image.version=$OTP_VERSION From 8d8277e6b03d482523d6edb18177879afe7758b3 Mon Sep 17 00:00:00 2001 From: Ernesto Malave Date: Fri, 18 Apr 2025 17:58:03 -0400 Subject: [PATCH 2/3] change OTP_DOWNLOAD_SHA256 --- 25/Dockerfile | 2 +- 25/alpine/Dockerfile | 2 +- 25/slim/Dockerfile | 2 +- 26/Dockerfile | 2 +- 26/alpine/Dockerfile | 2 +- 26/slim/Dockerfile | 2 +- 27/Dockerfile | 2 +- 27/alpine/Dockerfile | 2 +- 27/slim/Dockerfile | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/25/Dockerfile b/25/Dockerfile index 7cf8885c..f9421d5d 100644 --- a/25/Dockerfile +++ b/25/Dockerfile @@ -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="15467c6da67f7f4cdbbbd478322c96b370c8d41b82f4b813dbfd8ebc87d4677f" \ + && OTP_DOWNLOAD_SHA256="9dda848291428c02d8373f32da5dabf7c1a1478d9cba268fa85475eb26371fe7" \ && runtimeDeps='libodbc1 \ libsctp1 \ libwxgtk3.0 \ diff --git a/25/alpine/Dockerfile b/25/alpine/Dockerfile index e5743ff1..57029cc5 100644 --- a/25/alpine/Dockerfile +++ b/25/alpine/Dockerfile @@ -7,7 +7,7 @@ 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="15467c6da67f7f4cdbbbd478322c96b370c8d41b82f4b813dbfd8ebc87d4677f" \ + && OTP_DOWNLOAD_SHA256="9dda848291428c02d8373f32da5dabf7c1a1478d9cba268fa85475eb26371fe7" \ && REBAR3_DOWNLOAD_SHA256="391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c" \ && apk add --no-cache --virtual .fetch-deps \ curl \ diff --git a/25/slim/Dockerfile b/25/slim/Dockerfile index b8505dac..2fd90813 100644 --- a/25/slim/Dockerfile +++ b/25/slim/Dockerfile @@ -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="15467c6da67f7f4cdbbbd478322c96b370c8d41b82f4b813dbfd8ebc87d4677f" \ + && OTP_DOWNLOAD_SHA256="9dda848291428c02d8373f32da5dabf7c1a1478d9cba268fa85475eb26371fe7" \ && fetchDeps=' \ curl \ ca-certificates' \ diff --git a/26/Dockerfile b/26/Dockerfile index 404459e2..ea73d697 100644 --- a/26/Dockerfile +++ b/26/Dockerfile @@ -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="371e59b98de59822e45fdbe50c18c8d8dd4c872990e7aaaba8a819e167186d03" \ + && OTP_DOWNLOAD_SHA256="69cf6c2cc4e54e8d0bab8f9893f0b61dee10bff575c3535d47b6057a468751b1" \ && runtimeDeps='libodbc1 \ libsctp1 \ libwxgtk3.2-1 \ diff --git a/26/alpine/Dockerfile b/26/alpine/Dockerfile index 1fb34177..5c679a6e 100644 --- a/26/alpine/Dockerfile +++ b/26/alpine/Dockerfile @@ -7,7 +7,7 @@ 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="371e59b98de59822e45fdbe50c18c8d8dd4c872990e7aaaba8a819e167186d03" \ + && OTP_DOWNLOAD_SHA256="69cf6c2cc4e54e8d0bab8f9893f0b61dee10bff575c3535d47b6057a468751b1" \ && REBAR3_DOWNLOAD_SHA256="391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c" \ && apk add --no-cache --virtual .fetch-deps \ curl \ diff --git a/26/slim/Dockerfile b/26/slim/Dockerfile index 5d45d235..ed2884e8 100644 --- a/26/slim/Dockerfile +++ b/26/slim/Dockerfile @@ -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="371e59b98de59822e45fdbe50c18c8d8dd4c872990e7aaaba8a819e167186d03" \ + && OTP_DOWNLOAD_SHA256="69cf6c2cc4e54e8d0bab8f9893f0b61dee10bff575c3535d47b6057a468751b1" \ && fetchDeps=' \ curl \ ca-certificates' \ diff --git a/27/Dockerfile b/27/Dockerfile index f0e507b8..822a73c1 100644 --- a/27/Dockerfile +++ b/27/Dockerfile @@ -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="7997a0900d149c82ae3d0f523d7dfa960ac3cd58acf0b158519c108eb5c65661" \ + && OTP_DOWNLOAD_SHA256="5c5c69c7816c97e33f7f8efaab44b4465dc62365f5a60a7fb2a132f6e116748e" \ && runtimeDeps='libodbc1 \ libsctp1 \ libwxgtk3.2 \ diff --git a/27/alpine/Dockerfile b/27/alpine/Dockerfile index d1439250..d3193669 100644 --- a/27/alpine/Dockerfile +++ b/27/alpine/Dockerfile @@ -7,7 +7,7 @@ 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="7997a0900d149c82ae3d0f523d7dfa960ac3cd58acf0b158519c108eb5c65661" \ + && OTP_DOWNLOAD_SHA256="5c5c69c7816c97e33f7f8efaab44b4465dc62365f5a60a7fb2a132f6e116748e" \ && REBAR3_DOWNLOAD_SHA256="391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c" \ && apk add --no-cache --virtual .fetch-deps \ curl \ diff --git a/27/slim/Dockerfile b/27/slim/Dockerfile index a97bbcec..7fccf65a 100644 --- a/27/slim/Dockerfile +++ b/27/slim/Dockerfile @@ -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="7997a0900d149c82ae3d0f523d7dfa960ac3cd58acf0b158519c108eb5c65661" \ + && OTP_DOWNLOAD_SHA256="5c5c69c7816c97e33f7f8efaab44b4465dc62365f5a60a7fb2a132f6e116748e" \ && fetchDeps=' \ curl \ ca-certificates' \ From a27c8fcce0dccb2f972f96bb79d0fd87f3b7b327 Mon Sep 17 00:00:00 2001 From: Ernesto Malave Date: Fri, 18 Apr 2025 22:34:04 -0400 Subject: [PATCH 3/3] update OTP 25 and 26 sha256 --- 25/Dockerfile | 2 +- 25/alpine/Dockerfile | 2 +- 25/slim/Dockerfile | 2 +- 26/Dockerfile | 2 +- 26/alpine/Dockerfile | 2 +- 26/slim/Dockerfile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/25/Dockerfile b/25/Dockerfile index f9421d5d..09c582c6 100644 --- a/25/Dockerfile +++ b/25/Dockerfile @@ -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="9dda848291428c02d8373f32da5dabf7c1a1478d9cba268fa85475eb26371fe7" \ + && OTP_DOWNLOAD_SHA256="513bd9d2fc9c792984314feead5d971bb19e6ee531b4e208d4d4fd30774523f6" \ && runtimeDeps='libodbc1 \ libsctp1 \ libwxgtk3.0 \ diff --git a/25/alpine/Dockerfile b/25/alpine/Dockerfile index 57029cc5..7e4c1861 100644 --- a/25/alpine/Dockerfile +++ b/25/alpine/Dockerfile @@ -7,7 +7,7 @@ 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="9dda848291428c02d8373f32da5dabf7c1a1478d9cba268fa85475eb26371fe7" \ + && OTP_DOWNLOAD_SHA256="513bd9d2fc9c792984314feead5d971bb19e6ee531b4e208d4d4fd30774523f6" \ && REBAR3_DOWNLOAD_SHA256="391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c" \ && apk add --no-cache --virtual .fetch-deps \ curl \ diff --git a/25/slim/Dockerfile b/25/slim/Dockerfile index 2fd90813..ed81d98a 100644 --- a/25/slim/Dockerfile +++ b/25/slim/Dockerfile @@ -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="9dda848291428c02d8373f32da5dabf7c1a1478d9cba268fa85475eb26371fe7" \ + && OTP_DOWNLOAD_SHA256="513bd9d2fc9c792984314feead5d971bb19e6ee531b4e208d4d4fd30774523f6" \ && fetchDeps=' \ curl \ ca-certificates' \ diff --git a/26/Dockerfile b/26/Dockerfile index ea73d697..99a78a77 100644 --- a/26/Dockerfile +++ b/26/Dockerfile @@ -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="69cf6c2cc4e54e8d0bab8f9893f0b61dee10bff575c3535d47b6057a468751b1" \ + && OTP_DOWNLOAD_SHA256="2eef7aac690a6cedfe0e6a20fc2d700db3490b4e4249683c0e5b812ad71304ed" \ && runtimeDeps='libodbc1 \ libsctp1 \ libwxgtk3.2-1 \ diff --git a/26/alpine/Dockerfile b/26/alpine/Dockerfile index 5c679a6e..a1027c51 100644 --- a/26/alpine/Dockerfile +++ b/26/alpine/Dockerfile @@ -7,7 +7,7 @@ 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="69cf6c2cc4e54e8d0bab8f9893f0b61dee10bff575c3535d47b6057a468751b1" \ + && OTP_DOWNLOAD_SHA256="2eef7aac690a6cedfe0e6a20fc2d700db3490b4e4249683c0e5b812ad71304ed" \ && REBAR3_DOWNLOAD_SHA256="391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c" \ && apk add --no-cache --virtual .fetch-deps \ curl \ diff --git a/26/slim/Dockerfile b/26/slim/Dockerfile index ed2884e8..548cc524 100644 --- a/26/slim/Dockerfile +++ b/26/slim/Dockerfile @@ -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="69cf6c2cc4e54e8d0bab8f9893f0b61dee10bff575c3535d47b6057a468751b1" \ + && OTP_DOWNLOAD_SHA256="2eef7aac690a6cedfe0e6a20fc2d700db3490b4e4249683c0e5b812ad71304ed" \ && fetchDeps=' \ curl \ ca-certificates' \