mirror of
https://github.com/erlang/docker-erlang-otp.git
synced 2025-04-19 01:44:02 +03:00
erlang/otp 25.0
This commit is contained in:
parent
b601ac7f8b
commit
96830ee845
@ -1,6 +1,6 @@
|
||||
FROM buildpack-deps:bullseye
|
||||
|
||||
ENV OTP_VERSION="25.0-rc3" \
|
||||
ENV OTP_VERSION="25.0" \
|
||||
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="af160aabfc0bb0468ae5352ebb28f2bf6b0bb4c769ad0c6885cee9c74bde2f61" \
|
||||
&& OTP_DOWNLOAD_SHA256="5988e3bca208486494446e885ca2149fe487ee115cbc3770535fd22a795af5d2" \
|
||||
&& runtimeDeps='libodbc1 \
|
||||
libsctp1 \
|
||||
libwxgtk3.0' \
|
||||
|
@ -1,13 +1,13 @@
|
||||
FROM alpine:3.15
|
||||
|
||||
ENV OTP_VERSION="25.0-rc3" \
|
||||
ENV OTP_VERSION="25.0" \
|
||||
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="af160aabfc0bb0468ae5352ebb28f2bf6b0bb4c769ad0c6885cee9c74bde2f61" \
|
||||
&& OTP_DOWNLOAD_SHA256="5988e3bca208486494446e885ca2149fe487ee115cbc3770535fd22a795af5d2" \
|
||||
&& REBAR3_DOWNLOAD_SHA256="cce1925d33240d81d0e4d2de2eef3616d4c17b0532ed004274f875e6607d25d2" \
|
||||
&& apk add --no-cache --virtual .fetch-deps \
|
||||
curl \
|
||||
|
@ -1,6 +1,6 @@
|
||||
FROM debian:bullseye
|
||||
|
||||
ENV OTP_VERSION="25.0-rc3" \
|
||||
ENV OTP_VERSION="25.0" \
|
||||
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="af160aabfc0bb0468ae5352ebb28f2bf6b0bb4c769ad0c6885cee9c74bde2f61" \
|
||||
&& OTP_DOWNLOAD_SHA256="5988e3bca208486494446e885ca2149fe487ee115cbc3770535fd22a795af5d2" \
|
||||
&& fetchDeps=' \
|
||||
curl \
|
||||
ca-certificates' \
|
||||
|
@ -9,7 +9,7 @@
|
||||
[](https://github.com/erlang/docker-erlang-otp/actions)
|
||||
|
||||
This is used as docker base image for Erlang OTP.
|
||||
The goal is to provide images for a few last erlang releases (currently 24 / 23 / 22 / 21 / 20 / 19 / 18), in close to full feature Erlang OTP, and relatively slim images. Support to 17, R16 and R15 are provided in this repo on a best-effort basis, and not part of official-image effort in docker-library/official-images#1075 .
|
||||
The goal is to provide images for a few last erlang releases (currently 25 / 24 / 23 / 22 / 21 / 20 / 19 / 18), in close to full feature Erlang OTP, and relatively slim images. Support to 17, R16 and R15 are provided in this repo on a best-effort basis, and not part of official-image effort in docker-library/official-images#1075 .
|
||||
|
||||
### use the Erlang 23
|
||||
|
||||
|
@ -3,7 +3,7 @@ set -eu
|
||||
|
||||
declare -a -r versions=(25 24 23 22 21 20 19 18 )
|
||||
declare -A -r aliases=(
|
||||
[24]='latest'
|
||||
[25]='latest'
|
||||
)
|
||||
|
||||
# get the most recent commit which modified any of "$@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user