sha256:75c2e154ee1feb21fb7cd4a49465fbcb42acd41cd1f393ec6640b07af148c0dd
OS/ARCH
Compressed size
1.24 GB
Last pushed
over 2 years by mrkits
Type
Image
Manifest digest
sha256:a45fcd60df33d7a515f6ab39acb0b50e32db3a55cdf2ae28f2a443756df5cc46
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.73 MB8RUN /bin/sh -c DEBIAN_FRONTEND=noninteractive apt-get146.8 MB9COPY /usr/local /usr/local # buildkit916.66 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 rm159 B17COPY /usr/local/mos-platform /usr/local/mos-platform # buildkit2.05 MB18ARG ARCH_NAME=aarch640 B19USER root0 B20RUN |1 ARCH_NAME=aarch64 /bin/sh -c1.66 MB21COPY /usr/local/rust-mos/ /usr/local/rust-mos/ # buildkit145.29 MB22ENV RUST_TARGET_PATH=/usr/local/rust-mos/targets0 B23RUN /bin/sh -c mkdir $RUST_TARGET_PATH;162 B24COPY create_mos_targets.py /tmp/create_mos_targets.py # buildkit706 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 -c1.92 KB30RUN /bin/sh -c bash -c304 B31WORKDIR /home/mos32 BCommand
ARG RELEASE