Sign inSign up
elixir logo

elixir:otp-28-alpine

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

sha256:335650acc37acf026f073801022eef865ee8612675a0067f452c98de70949392

OS/ARCH

Compressed size

60.5 MB

Last pushed

14 days by doijanky

Type

Image

Vulnerabilities

No Vulnerabilities Found

Manifest digest

sha256:532100ca9f08869d6024560f450495d60d0edbd4f4151aa5994f970d9ae5e1bc

Layers (9)

erlang:fd8ca427ebfa81b13fdef19d152b0246b9da3cae5d146776a57d00f2b063e122
0
0
0
0
0
elixir:otp-28-alpine
0
0
0
0
0

6

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

0 B


7

RUN /bin/sh -c set -xe && ELIXIR_DOWNLOAD_URL="https://github.com/elixir-lang/elixir/archive/${ELIXIR_VERSION}.tar.gz" && ELIXIR_DOWNLOAD_SHA256="2f87be1702583ecbeee82c0ad4d6353de96463cfa0fa6e7557e05f68d90da869" && buildDeps=' ca-certificates curl make ' && apk add --no-cache --virtual .build-deps $buildDeps && 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 && apk del .build-deps # buildkit

8.15 MB


8

CMD ["iex"]

0 B