Sign inSign up

vreitech/docker-ldc:2-v1.31.0

Multi-platform
Languages & frameworks
Index digest

sha256:ac0158742c79c2331afec59d8840f57a38ae99dd30de9d7c081be434bb760df9

OS/ARCH

Compressed size

236.66 MB

Last pushed

over 2 years by vreitech

Type

Image

Manifest digest

sha256:64de57d9d19e40bbfb2c853e6853c1719648181901350f9dc8056ae254e5349b

Image Layers

1ADD file ... in / 27.83 MB
2CMD ["bash"]0 B
3LABEL org.opencontainers.image.authors=Stefan Rohe <[email protected]>0 B
4LABEL org.opencontainers.image.authors=Ethan Reker <[email protected]>0 B
5LABEL org.opencontainers.image.authors=Filipp Chertiev <[email protected]>0 B
6LABEL org.opencontainers.image.description=Docker image for LLVM-based0 B
7ARG compiler0 B
8ARG compiler_version0 B
9WORKDIR /src93 B
10ENV DEBIAN_FRONTEND=noninteractive COMPILER=ldc2 COMPILER_VERSION=1.31.00 B
11ENV COMPILER_BIN=ldc2 PATH=/dlang/ldc2-1.31.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LD_LIBRARY_PATH=/dlang/ldc2-1.31.0/lib LIBRARY_PATH=/dlang/ldc2-1.31.0/lib0 B
12COPY /dlang /dlang # buildkit97.27 MB
13RUN |2 compiler=ldc2 compiler_version=1.31.0 /bin/sh111.56 MB
14COPY entrypoint.sh / # buildkit333 B
15RUN |2 compiler=ldc2 compiler_version=1.31.0 /bin/sh333 B
16ENTRYPOINT ["/entrypoint.sh"]0 B
17CMD ["${COMPILER_BIN}"]0 B

Command

ADD file:e23ba17afc7850bcca9e73ba5022db9f0a80c6a0250585fd3f50a1960226474b in /