sha256:94c957fcb5bad3060595e3769f6e1879aded96e4f97160628021e871920a7174
OS/ARCH
linux/amd64
Compressed size
175.37 MB
Last pushed
about 3 years by rashtrapathy
Type
Image
Manifest digest
sha256:94c957fcb5bad3060595e3769f6e1879aded96e4f97160628021e871920a7174
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=20.040 B5ADD file ... in / 26.23 MB6CMD ["/bin/bash"]0 B7RUN /bin/sh -c apt-get update131.47 MB8RUN /bin/sh -c pip install1.5 MB9RUN /bin/sh -c pip install1.98 MB10RUN /bin/sh -c pip install380.73 KB11RUN /bin/sh -c pip install287.57 KB12RUN /bin/sh -c pip install13.54 MB13RUN /bin/sh -c mkdir -p151 B14COPY app.py /app/app.py # buildkit2.02 KB15COPY gunicorn_config.py /app/gunicorn_config.py # buildkit262 B16WORKDIR /app32 B17ENV PYTHONUNBUFFERED=10 B18CMD ["gunicorn" "-c" "/app/gunicorn_config.py" "app:app"]0 BCommand
ARG RELEASE