Sign inSign up
elixir logo

elixir:otp-29

Multi-platform
Also known as:
1.20
1.20-otp-29
1.20.4
Languages & frameworks
Index digest

sha256:a312ea1ddd6cf016c4e3eb782e8b7bad197f5ca5323524902511303ac34ca863

OS/ARCH

Compressed size

650.64 MB

Last pushed

about 13 hours by doijanky

Type

Image

Vulnerabilities

1
27
37
218
28

Manifest digest

sha256:eb3dcce022a700d8630ae77768a611db8162e93818a044fe7b0bf29c58878f6a

Layers (14)

erlang:5da05bd974c13e3d85c66abc28a4f4668db573078d1ce8140ac9d2e67b49569c
1
27
37
218
28
elixir:otp-29
0
0
0
0
0

11

ENV ELIXIR_VERSION=v1.20.4 LANG=C.UTF-8

0 B


12

RUN /bin/sh -c set -xe && ELIXIR_DOWNLOAD_URL="https://github.com/elixir-lang/elixir/archive/${ELIXIR_VERSION}.tar.gz" && ELIXIR_DOWNLOAD_SHA256="2f87be1702583ecbeee82c0ad4d6353de96463cfa0fa6e7557e05f68d90da869" && curl -fSL -o elixir-src.tar.gz $ELIXIR_DOWNLOAD_URL && echo "$ELIXIR_DOWNLOAD_SHA256 elixir-src.tar.gz" | sha256sum -c - && mkdir -p /usr/local/src/elixir && tar -xzC /usr/local/src/elixir --strip-components=1 -f elixir-src.tar.gz && rm elixir-src.tar.gz && cd /usr/local/src/elixir && make install clean && find /usr/local/src/elixir/ -type f -not -regex "/usr/local/src/elixir/lib/[^\/]*/lib.*" -exec rm -rf {} + && find /usr/local/src/elixir/ -type d -depth -empty -delete # buildkit

8.13 MB


13

CMD ["iex"]

0 B