Sign inSign up

ls1tum/artemis-ocaml-template:pr-6

Multi-platform
Index digest

sha256:f3b4a916e56bf21163fe5f59c0f35ba1587f8404db0e5938ee6a03d33445b116

OS/ARCH

Compressed size

612.19 MB

Last pushed

about 2 years by ls1tumadmin

Type

Image

Manifest digest

sha256:052c3e87dd57fb406efd1f32355dd1621a2e3221224b9c406ab00f8899fc67aa

Image Layers

1ARG RELEASE0 B
2ARG LAUNCHPAD_BUILD_ARCH0 B
3LABEL org.opencontainers.image.ref.name=ubuntu0 B
4LABEL org.opencontainers.image.version=24.040 B
5ADD file ... in / 0 B
6CMD ["/bin/bash"]0 B
7RUN /bin/sh -c ln -fs0 B
8COPY <<EOF /etc/apt/apt.conf.d/mirror-retry # buildkit0 B
9RUN /bin/sh -c apt-get -y0 B
10RUN /bin/sh -c DEBIAN_FRONTEND=noninteractive apt-get0 B
11RUN /bin/sh -c DEBIAN_FRONTEND=noninteractive apt-get0 B
12COPY /usr/local/bin/opam-2.0 /usr/bin/opam-2.0 # buildkit0 B
13RUN /bin/sh -c ln /usr/bin/opam-2.00 B
14COPY /usr/local/bin/opam-2.1 /usr/bin/opam-2.1 # buildkit0 B
15COPY /usr/local/bin/opam-2.2 /usr/bin/opam-2.2 # buildkit0 B
16COPY /usr/local/bin/opam-master /usr/bin/opam-dev # buildkit0 B
17RUN /bin/sh -c echo 'debconf0 B
18COPY <<EOF /etc/sudoers.d/opam # buildkit0 B
19RUN /bin/sh -c chmod 4400 B
20RUN /bin/sh -c chown root:root0 B
21RUN /bin/sh -c if getent0 B
22RUN /bin/sh -c adduser --uid0 B
23RUN /bin/sh -c passwd -l0 B
24RUN /bin/sh -c chown -R0 B
25USER opam0 B
26ENV HOME=/home/opam0 B
27WORKDIR /home/opam0 B
28RUN /bin/sh -c mkdir .ssh0 B
29RUN /bin/sh -c chmod 7000 B
30COPY --chown=opam <<EOF /home/opam/.opamrc-nosandbox #0 B
31COPY --chown=opam <<EOF /home/opam/opam-sandbox-disable #0 B
32RUN /bin/sh -c chmod a+x0 B
33RUN /bin/sh -c sudo mv0 B
34COPY --chown=opam <<EOF /home/opam/.opamrc-sandbox #0 B
35COPY --chown=opam <<EOF /home/opam/opam-sandbox-enable #0 B
36RUN /bin/sh -c chmod a+x0 B
37RUN /bin/sh -c sudo mv0 B
38RUN /bin/sh -c git config0 B
39RUN /bin/sh -c git config0 B
40COPY --chown=opam:opam . /home/opam/opam-repository #0 B
41RUN /bin/sh -c opam-sandbox-disable #0 B
42RUN /bin/sh -c opam init0 B
43RUN /bin/sh -c rm -rf0 B
44COPY Dockerfile /Dockerfile.opam # buildkit0 B
450 B
46ENV OPAMYES=1 OPAMCONFIRMLEVEL=unsafe-yes OPAMERRLOGLEN=0 OPAMPRECISETRACKING=10 B
47RUN /bin/sh -c opam switch0 B
48RUN /bin/sh -c opam pin0 B
49RUN /bin/sh -c opam install0 B
50ENTRYPOINT ["opam" "exec" "--"]0 B
51CMD ["/bin/sh" "-c" "bash"]0 B
52COPY Dockerfile /Dockerfile.ocaml # buildkit0 B
53592.23 MB
54USER root0 B
55RUN /bin/sh -c apt-get update30.92 KB
56RUN /bin/sh -c apt-get install387.26 KB
57RUN /bin/sh -c apt-get install779.84 KB
58RUN /bin/sh -c opam install15.33 MB
59RUN /bin/sh -c opam install3.46 MB

Command

 ARG RELEASE