Sign inSign up

vreitech/docker-ldc:2-v1.28.1

Multi-platform
Languages & frameworks
Index digest

sha256:b7468abb0d0126e9d5ac45b29216d28738a94030bb2b0150f78606179d6a20c8

OS/ARCH

Compressed size

245.85 MB

Last pushed

over 2 years by vreitech

Type

Image

Manifest digest

sha256:edc73df550cb0db8886369eefbbc70b999c7eb975a82468f8223316f29a768ca

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.28.10 B
11ENV COMPILER_BIN=ldc2 PATH=/dlang/ldc2-1.28.1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LD_LIBRARY_PATH=/dlang/ldc2-1.28.1/lib LIBRARY_PATH=/dlang/ldc2-1.28.1/lib0 B
12COPY /dlang /dlang # buildkit106.46 MB
13RUN |2 compiler=ldc2 compiler_version=1.28.1 /bin/sh111.56 MB
14COPY entrypoint.sh / # buildkit331 B
15RUN |2 compiler=ldc2 compiler_version=1.28.1 /bin/sh334 B
16ENTRYPOINT ["/entrypoint.sh"]0 B
17CMD ["${COMPILER_BIN}"]0 B

Command

ADD file:e23ba17afc7850bcca9e73ba5022db9f0a80c6a0250585fd3f50a1960226474b in /