Sign inSign up

vreitech/docker-ldc:2-v1.27.1

Multi-platform
Languages & frameworks
Index digest

sha256:ba74cd6f09dd42949d4bc9169b52e852ef2afd4a8edc145ad003b20951c43a98

OS/ARCH

Compressed size

226.91 MB

Last pushed

over 2 years by vreitech

Type

Image

Manifest digest

sha256:0b8c1661e60e1799aba338bbdc90c12582600ee0343116094d5bd6de8a5fe496

Image Layers

1ADD file ... in / 27.8 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.27.10 B
11ENV COMPILER_BIN=ldc2 PATH=/dlang/ldc2-1.27.1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LD_LIBRARY_PATH=/dlang/ldc2-1.27.1/lib LIBRARY_PATH=/dlang/ldc2-1.27.1/lib0 B
12COPY /dlang /dlang # buildkit82.75 MB
13RUN |2 compiler=ldc2 compiler_version=1.27.1 /bin/sh116.37 MB
14COPY entrypoint.sh / # buildkit333 B
15RUN |2 compiler=ldc2 compiler_version=1.27.1 /bin/sh333 B
16ENTRYPOINT ["/entrypoint.sh"]0 B
17CMD ["${COMPILER_BIN}"]0 B

Command

ADD file:5aaace706aa00ff97d243daa2c29f5de88f124e1b97c570634f16eef90783286 in /