Skip to content

Commit

Permalink
erlang/otp 27.0.1, 26.2.5.2, 25.3.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
getong committed Aug 13, 2024
1 parent b3cbee1 commit 6fa6c58
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions 25/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM buildpack-deps:bullseye

ENV OTP_VERSION="25.3.2.12" \
ENV OTP_VERSION="25.3.2.13" \
REBAR3_VERSION="3.23.0"

LABEL org.opencontainers.image.version=$OTP_VERSION
Expand All @@ -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="2fd35a207278569bb56746fd2ba55037d439922875422dd29d458cf36ddf0618" \
&& OTP_DOWNLOAD_SHA256="ef56f754f14ba89356284145c8a0dd95e11f00ec6142b4dd9a9431570d6ff5ea" \
&& runtimeDeps='libodbc1 \
libsctp1 \
libwxgtk3.0 \
Expand Down
4 changes: 2 additions & 2 deletions 25/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM alpine:3.18

ENV OTP_VERSION="25.3.2.12" \
ENV OTP_VERSION="25.3.2.13" \
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="2fd35a207278569bb56746fd2ba55037d439922875422dd29d458cf36ddf0618" \
&& OTP_DOWNLOAD_SHA256="ef56f754f14ba89356284145c8a0dd95e11f00ec6142b4dd9a9431570d6ff5ea" \
&& REBAR3_DOWNLOAD_SHA256="00646b692762ffd340560e8f16486dbda840e1546749ee5a7f58feeb77e7b516" \
&& apk add --no-cache --virtual .fetch-deps \
curl \
Expand Down
4 changes: 2 additions & 2 deletions 25/slim/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:bullseye

ENV OTP_VERSION="25.3.2.12" \
ENV OTP_VERSION="25.3.2.13" \
REBAR3_VERSION="3.23.0"

LABEL org.opencontainers.image.version=$OTP_VERSION
Expand All @@ -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="2fd35a207278569bb56746fd2ba55037d439922875422dd29d458cf36ddf0618" \
&& OTP_DOWNLOAD_SHA256="ef56f754f14ba89356284145c8a0dd95e11f00ec6142b4dd9a9431570d6ff5ea" \
&& fetchDeps=' \
curl \
ca-certificates' \
Expand Down
4 changes: 2 additions & 2 deletions 26/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM buildpack-deps:bookworm

ENV OTP_VERSION="26.2.5" \
ENV OTP_VERSION="26.2.5.2" \
REBAR3_VERSION="3.23.0"

LABEL org.opencontainers.image.version=$OTP_VERSION
Expand All @@ -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="d34b409cb5968ae47dd5a0c4f85b925d5601898d90788bbb08d514964a3a141d" \
&& OTP_DOWNLOAD_SHA256="8e537e2d984770796cc7f0c7c079a9e5fbc67b8c368e0dcd9aa2ceaeb2844da2" \
&& runtimeDeps='libodbc1 \
libsctp1 \
libwxgtk3.2-1 \
Expand Down
4 changes: 2 additions & 2 deletions 26/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM alpine:3.19

ENV OTP_VERSION="26.2.5" \
ENV OTP_VERSION="26.2.5.2" \
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="d34b409cb5968ae47dd5a0c4f85b925d5601898d90788bbb08d514964a3a141d" \
&& OTP_DOWNLOAD_SHA256="8e537e2d984770796cc7f0c7c079a9e5fbc67b8c368e0dcd9aa2ceaeb2844da2" \
&& REBAR3_DOWNLOAD_SHA256="00646b692762ffd340560e8f16486dbda840e1546749ee5a7f58feeb77e7b516" \
&& apk add --no-cache --virtual .fetch-deps \
curl \
Expand Down
4 changes: 2 additions & 2 deletions 26/slim/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:bookworm

ENV OTP_VERSION="26.2.5" \
ENV OTP_VERSION="26.2.5.2" \
REBAR3_VERSION="3.23.0"

LABEL org.opencontainers.image.version=$OTP_VERSION
Expand All @@ -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="d34b409cb5968ae47dd5a0c4f85b925d5601898d90788bbb08d514964a3a141d" \
&& OTP_DOWNLOAD_SHA256="8e537e2d984770796cc7f0c7c079a9e5fbc67b8c368e0dcd9aa2ceaeb2844da2" \
&& fetchDeps=' \
curl \
ca-certificates' \
Expand Down
4 changes: 2 additions & 2 deletions 27/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM buildpack-deps:bookworm

ENV OTP_VERSION="27.0" \
ENV OTP_VERSION="27.0.1" \
REBAR3_VERSION="3.23.0"

LABEL org.opencontainers.image.version=$OTP_VERSION
Expand All @@ -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="5c8ad9143ee81c26aae4699c4bc64f76c5e838efb778f988ad9bb1305f505fed" \
&& OTP_DOWNLOAD_SHA256="47d96bb7044cf44bca886213fa828ef82457a911b7622c453d9b3c615b6f68ab" \
&& runtimeDeps='libodbc1 \
libsctp1 \
libwxgtk3.2 \
Expand Down
4 changes: 2 additions & 2 deletions 27/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM alpine:3.19

ENV OTP_VERSION="27.0" \
ENV OTP_VERSION="27.0.1" \
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="5c8ad9143ee81c26aae4699c4bc64f76c5e838efb778f988ad9bb1305f505fed" \
&& OTP_DOWNLOAD_SHA256="47d96bb7044cf44bca886213fa828ef82457a911b7622c453d9b3c615b6f68ab" \
&& REBAR3_DOWNLOAD_SHA256="00646b692762ffd340560e8f16486dbda840e1546749ee5a7f58feeb77e7b516" \
&& apk add --no-cache --virtual .fetch-deps \
curl \
Expand Down
4 changes: 2 additions & 2 deletions 27/slim/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:bookworm

ENV OTP_VERSION="27.0" \
ENV OTP_VERSION="27.0.1" \
REBAR3_VERSION="3.23.0"

LABEL org.opencontainers.image.version=$OTP_VERSION
Expand All @@ -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="5c8ad9143ee81c26aae4699c4bc64f76c5e838efb778f988ad9bb1305f505fed" \
&& OTP_DOWNLOAD_SHA256="47d96bb7044cf44bca886213fa828ef82457a911b7622c453d9b3c615b6f68ab" \
&& fetchDeps=' \
curl \
ca-certificates' \
Expand Down

0 comments on commit 6fa6c58

Please sign in to comment.