sha256:d69186143cd600998b4b99c082f08504eaac9aa500a21f75d296f566cb2cd59b
OS/ARCH
linux/amd64
Compressed size
896.5 MB
Last pushed
4 months by simonsobs
Type
Image
Manifest digest
sha256:7c367b5eae74cc1d7990fa584fa28a10c716008563a1c35e8c1e3179eea6c009
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=22.040 B4ADD file ... in / 28.36 MB5CMD ["/bin/bash"]0 B6WORKDIR /app93 B7ENV TZ=Etc/UTC0 B8RUN /bin/sh -c ln -snf188 B9RUN /bin/sh -c apt-get update178.6 MB10RUN /bin/sh -c pip install22.34 KB11COPY requirements.txt /app/requirements.txt # buildkit273 B12RUN /bin/sh -c pip3 install689.4 MB13COPY . . # buildkit81.63 KB14RUN /bin/sh -c pip install33.08 KB15EXPOSE [8010/tcp]0 B16ENTRYPOINT ["dumb-init" "gunicorn" "--bind" "0.0.0.0:8010"0 BCommand
ARG RELEASE