Sign inSign up

vreitech/docker-ldc:2-v1.30.0

Multi-platform
Languages & frameworks
Index digest

sha256:d764c02fc4fd520d06b2327d55133572f33aec7cee3d662b9a425aa42d444ffc

OS/ARCH

Compressed size

240.17 MB

Last pushed

over 2 years by vreitech

Type

Image

Manifest digest

sha256:260ba07ebd46f2ee881b122284a51e2ab2a043acabaa32f475c38443d6bac060

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.30.00 B
11ENV COMPILER_BIN=ldc2 PATH=/dlang/ldc2-1.30.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LD_LIBRARY_PATH=/dlang/ldc2-1.30.0/lib LIBRARY_PATH=/dlang/ldc2-1.30.0/lib0 B
12COPY /dlang /dlang # buildkit96 MB
13RUN |2 compiler=ldc2 compiler_version=1.30.0 /bin/sh116.37 MB
14COPY entrypoint.sh / # buildkit332 B
15RUN |2 compiler=ldc2 compiler_version=1.30.0 /bin/sh333 B
16ENTRYPOINT ["/entrypoint.sh"]0 B
17CMD ["${COMPILER_BIN}"]0 B

Command

ADD file:5aaace706aa00ff97d243daa2c29f5de88f124e1b97c570634f16eef90783286 in /