sha256:231ea91ddc0093b4cb1bc09cac970829467e332f806ef1cb1da1d7e93fa7a44a
OS/ARCH
linux/amd64
Compressed size
579.97 MB
Last pushed
7 months by flexmeasures
Type
Image
Manifest digest
sha256:231ea91ddc0093b4cb1bc09cac970829467e332f806ef1cb1da1d7e93fa7a44a
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=24.040 B5ADD file ... in / 28.35 MB6CMD ["/bin/bash"]0 B7ENV DEBIAN_FRONTEND=noninteractive0 B8ENV LC_ALL=C.UTF-80 B9ENV LANG=C.UTF-80 B10RUN /bin/sh -c apt-get update52.67 MB11WORKDIR /app93 B12COPY requirements /app/requirements # buildkit6.68 KB13RUN /bin/sh -c python3 -m452.87 MB14COPY setup.* pyproject.toml .flaskenv wsgi.py1.73 KB15COPY flexmeasures/ /app/flexmeasures # buildkit2.02 MB16RUN /bin/sh -c find .32 B17COPY .git/ /app/.git # buildkit37.55 MB18RUN /bin/sh -c pip3 install6.49 MB19EXPOSE [5000/tcp]0 B20CMD ["gunicorn" "--bind" "0.0.0.0:5000" "--worker-tmp-dir"0 BCommand
ARG RELEASE