mirror of
https://github.com/erlang/docker-erlang-otp.git
synced 2025-04-19 01:44:02 +03:00
rebar3 3.18.0
This commit is contained in:
parent
a75a6d8aed
commit
bb8c3d9e58
@ -1,7 +1,7 @@
|
||||
FROM buildpack-deps:buster
|
||||
|
||||
ENV OTP_VERSION="22.3.4.24" \
|
||||
REBAR3_VERSION="3.17.0"
|
||||
REBAR3_VERSION="3.18.0"
|
||||
|
||||
LABEL org.opencontainers.image.version=$OTP_VERSION
|
||||
|
||||
@ -56,7 +56,7 @@ RUN set -xe \
|
||||
|
||||
RUN set -xe \
|
||||
&& REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION}.tar.gz" \
|
||||
&& REBAR3_DOWNLOAD_SHA256="4c7f33a342bcab498f9bf53cc0ee5b698d9598b8fa9ef6a14bcdf44d21945c27" \
|
||||
&& REBAR3_DOWNLOAD_SHA256="cce1925d33240d81d0e4d2de2eef3616d4c17b0532ed004274f875e6607d25d2" \
|
||||
&& 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 - \
|
||||
|
@ -1,14 +1,14 @@
|
||||
FROM alpine:3.14
|
||||
|
||||
ENV OTP_VERSION="22.3.4.24" \
|
||||
REBAR3_VERSION="3.17.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="6dc4f6fc518f8d96f0d318a0e930c4c151cc0bcf03b9687b90523269b53df6d9" \
|
||||
&& REBAR3_DOWNLOAD_SHA256="4c7f33a342bcab498f9bf53cc0ee5b698d9598b8fa9ef6a14bcdf44d21945c27" \
|
||||
&& REBAR3_DOWNLOAD_SHA256="cce1925d33240d81d0e4d2de2eef3616d4c17b0532ed004274f875e6607d25d2" \
|
||||
&& apk add --no-cache --virtual .fetch-deps \
|
||||
curl \
|
||||
ca-certificates \
|
||||
|
@ -1,7 +1,7 @@
|
||||
FROM debian:buster
|
||||
|
||||
ENV OTP_VERSION="22.3.4.24" \
|
||||
REBAR3_VERSION="3.17.0"
|
||||
REBAR3_VERSION="3.18.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="4c7f33a342bcab498f9bf53cc0ee5b698d9598b8fa9ef6a14bcdf44d21945c27" \
|
||||
&& REBAR3_DOWNLOAD_SHA256="cce1925d33240d81d0e4d2de2eef3616d4c17b0532ed004274f875e6607d25d2" \
|
||||
&& 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 - \
|
||||
|
@ -1,7 +1,7 @@
|
||||
FROM buildpack-deps:buster
|
||||
|
||||
ENV OTP_VERSION="23.3.4.10" \
|
||||
REBAR3_VERSION="3.17.0"
|
||||
REBAR3_VERSION="3.18.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="4c7f33a342bcab498f9bf53cc0ee5b698d9598b8fa9ef6a14bcdf44d21945c27" \
|
||||
&& REBAR3_DOWNLOAD_SHA256="cce1925d33240d81d0e4d2de2eef3616d4c17b0532ed004274f875e6607d25d2" \
|
||||
&& 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 - \
|
||||
|
@ -1,14 +1,14 @@
|
||||
FROM alpine:3.14
|
||||
|
||||
ENV OTP_VERSION="23.3.4.10" \
|
||||
REBAR3_VERSION="3.17.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="5f0284b79e398b98a8b7e0c080e97bb88f23cb25fcd7c1879489809d79b2ccd8" \
|
||||
&& REBAR3_DOWNLOAD_SHA256="4c7f33a342bcab498f9bf53cc0ee5b698d9598b8fa9ef6a14bcdf44d21945c27" \
|
||||
&& REBAR3_DOWNLOAD_SHA256="cce1925d33240d81d0e4d2de2eef3616d4c17b0532ed004274f875e6607d25d2" \
|
||||
&& apk add --no-cache --virtual .fetch-deps \
|
||||
curl \
|
||||
ca-certificates \
|
||||
|
@ -1,7 +1,7 @@
|
||||
FROM debian:buster
|
||||
|
||||
ENV OTP_VERSION="23.3.4.10" \
|
||||
REBAR3_VERSION="3.17.0"
|
||||
REBAR3_VERSION="3.18.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="4c7f33a342bcab498f9bf53cc0ee5b698d9598b8fa9ef6a14bcdf44d21945c27" \
|
||||
&& REBAR3_DOWNLOAD_SHA256="cce1925d33240d81d0e4d2de2eef3616d4c17b0532ed004274f875e6607d25d2" \
|
||||
&& 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 - \
|
||||
|
@ -1,7 +1,7 @@
|
||||
FROM buildpack-deps:bullseye
|
||||
|
||||
ENV OTP_VERSION="24.2" \
|
||||
REBAR3_VERSION="3.17.0"
|
||||
REBAR3_VERSION="3.18.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="4c7f33a342bcab498f9bf53cc0ee5b698d9598b8fa9ef6a14bcdf44d21945c27" \
|
||||
&& REBAR3_DOWNLOAD_SHA256="cce1925d33240d81d0e4d2de2eef3616d4c17b0532ed004274f875e6607d25d2" \
|
||||
&& 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 - \
|
||||
|
@ -1,14 +1,14 @@
|
||||
FROM alpine:3.15
|
||||
|
||||
ENV OTP_VERSION="24.2" \
|
||||
REBAR3_VERSION="3.17.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="0b9c9ba7d8b40f6c77d529e07561b10f0914d2bfe9023294d7eda85b62936792" \
|
||||
&& REBAR3_DOWNLOAD_SHA256="4c7f33a342bcab498f9bf53cc0ee5b698d9598b8fa9ef6a14bcdf44d21945c27" \
|
||||
&& REBAR3_DOWNLOAD_SHA256="cce1925d33240d81d0e4d2de2eef3616d4c17b0532ed004274f875e6607d25d2" \
|
||||
&& apk add --no-cache --virtual .fetch-deps \
|
||||
curl \
|
||||
ca-certificates \
|
||||
|
@ -1,7 +1,7 @@
|
||||
FROM debian:bullseye
|
||||
|
||||
ENV OTP_VERSION="24.2" \
|
||||
REBAR3_VERSION="3.17.0"
|
||||
REBAR3_VERSION="3.18.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="4c7f33a342bcab498f9bf53cc0ee5b698d9598b8fa9ef6a14bcdf44d21945c27" \
|
||||
&& REBAR3_DOWNLOAD_SHA256="cce1925d33240d81d0e4d2de2eef3616d4c17b0532ed004274f875e6607d25d2" \
|
||||
&& 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 - \
|
||||
|
@ -1,7 +1,7 @@
|
||||
FROM buildpack-deps:buster
|
||||
|
||||
ENV OTP_VERSION="24@7de19bb" \
|
||||
REBAR3_VERSION="3.16.1"
|
||||
REBAR3_VERSION="3.18.0"
|
||||
|
||||
# We'll install the build dependencies for erlang-odbc along with the erlang
|
||||
# build process:
|
||||
@ -55,7 +55,7 @@ RUN set -xe \
|
||||
|
||||
RUN set -xe \
|
||||
&& REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION}.tar.gz" \
|
||||
&& REBAR3_DOWNLOAD_SHA256="a14711b09f6e1fc1b080b79d78c304afebcbb7fafed9d0972eb739f0ed89121b" \
|
||||
&& REBAR3_DOWNLOAD_SHA256="cce1925d33240d81d0e4d2de2eef3616d4c17b0532ed004274f875e6607d25d2" \
|
||||
&& 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 - \
|
||||
|
Loading…
x
Reference in New Issue
Block a user