sha256:0d00702d724d7e952bf63ba2d95b83eeb8c74816ab558a66aafbe609f8d7668e
OS/ARCH
linux/amd64
Compressed size
938.81 MB
Last pushed
over 1 year by intelsoftwarerepo
Type
Image
Manifest digest
sha256:0d00702d724d7e952bf63ba2d95b83eeb8c74816ab558a66aafbe609f8d7668e
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 / 28.17 MB6CMD ["/bin/bash"]0 B7ENV DEBIAN_FRONTEND=noninteractive0 B8RUN /bin/sh -c apt-get update352.7 MB9RUN /bin/sh -c add-apt-repository ppa:deadsnakes/ppa91.54 MB10EXPOSE map[80/tcp:{}]0 B11ENV PYTHONDONTWRITEBYTECODE=10 B12ENV PYTHONUNBUFFERED=10 B13COPY requirements.txt . # buildkit311 B14RUN /bin/sh -c python -m423.87 MB15WORKDIR /third_party101 B16RUN /bin/sh -c sed -Ei724 B17RUN /bin/sh -c apt-get update41.3 MB18COPY ./third_party_deb_apk_deps.txt /third_party # buildkit3.15 KB19COPY ./third-party-programs.txt /third_party # buildkit103.19 KB20WORKDIR /src93 B21COPY ./src /src # buildkit46.17 KB22ARG MR_UID=20250 B23ARG MR_USER_NAME=mruser0 B24RUN |2 MR_UID=2025 MR_USER_NAME=mruser /bin/sh1.04 MB25ENV PYTHONPATH=:/src0 B26RUN |2 MR_UID=2025 MR_USER_NAME=mruser /bin/sh48.87 KB27USER mruser0 B28CMD ["python" "main.py"]0 BCommand
ARG RELEASE