sha256:a61db15d53ee1e89360a2b360ddc6692414fa2d38f07749983f34b7069bc865d
OS/ARCH
Compressed size
1.25 GB
Last pushed
over 2 years by mrkits
Type
Image
Manifest digest
sha256:afdfe6c90bd1939cfc09c30f791270dd75010fb92881a85ba40ed4a79476e593
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=22.040 B5ADD file ... in / 26.09 MB6CMD ["/bin/bash"]0 B7RUN /bin/sh -c apt-get update29.71 MB8RUN /bin/sh -c DEBIAN_FRONTEND=noninteractive apt-get148.8 MB9COPY /usr/local /usr/local # buildkit915.64 MB10ARG USERNAME=mos0 B11ARG USER_UID=10000 B12ARG USER_GID=10000 B13RUN |3 USERNAME=mos USER_UID=1000 USER_GID=10004.29 KB14USER mos0 B15WORKDIR /home/mos32 B16RUN /bin/sh -c sudo rm161 B17COPY /usr/local/mos-platform /usr/local/mos-platform # buildkit2.06 MB18ARG ARCH_NAME=aarch640 B19USER root0 B20RUN |1 ARCH_NAME=aarch64 /bin/sh -c5.69 MB21COPY /usr/local/rust-mos/ /usr/local/rust-mos/ # buildkit144.54 MB22ENV RUST_TARGET_PATH=/usr/local/rust-mos/targets0 B23RUN /bin/sh -c mkdir $RUST_TARGET_PATH;163 B24COPY create_mos_targets.py /tmp/create_mos_targets.py # buildkit707 B25RUN /bin/sh -c PATH=/usr/local/rust-mos/bin:$PATH python31.69 KB26USER mos0 B27RUN /bin/sh -c curl --proto5.4 MB28ENV PATH=/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B29RUN /bin/sh -c bash -c308 B30WORKDIR /home/mos32 BCommand
ARG RELEASE