sha256:430cab1842f61acae202b49abc64c3ad0067c98715527350e37d854e535e783e
OS/ARCH
linux/amd64
Compressed size
1.21 GB
Last pushed
6 months by oepbot
Type
Image
Manifest digest
sha256:430cab1842f61acae202b49abc64c3ad0067c98715527350e37d854e535e783e
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 update85.95 MB9RUN /bin/sh -c ln -sf182 B10EXPOSE map[80/tcp:{}]0 B11ENV PYTHONDONTWRITEBYTECODE=10 B12ENV PYTHONUNBUFFERED=10 B13COPY requirements.txt . # buildkit321 B14RUN /bin/sh -c python -m820.63 MB15WORKDIR /third_party101 B16RUN /bin/sh -c sed -Ei307.18 MB17COPY ./third_party_deb_apk_deps.txt /third_party # buildkit3.15 KB18COPY ./third-party-programs.txt /third_party # buildkit103.19 KB19WORKDIR /src93 B20COPY ./src /src # buildkit19.2 KB21ARG MR_UID=10010 B22ARG MR_USER_NAME=modeluser0 B23ENV PYTHONPATH=:/src0 B24RUN |2 MR_UID=1001 MR_USER_NAME=modeluser /bin/sh21.93 KB25USER modeluser0 B26ENV SERVER_IP_ADDRESS=0.0.0.00 B27CMD ["python" "main.py"]0 BCommand
ARG RELEASE