sha256:c2d83fe82762e3ab666a27ce42e7cf1d50cad88aa2787a2ee16e8cdac90f950d
OS/ARCH
linux/amd64
Compressed size
566.07 MB
Last pushed
5 months by flexmeasures
Type
Image
Manifest digest
sha256:c2d83fe82762e3ab666a27ce42e7cf1d50cad88aa2787a2ee16e8cdac90f950d
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=24.040 B4ADD file ... in / 28.36 MB5CMD ["/bin/bash"]0 B6ENV DEBIAN_FRONTEND=noninteractive0 B7ENV LC_ALL=C.UTF-80 B8ENV LANG=C.UTF-80 B9RUN /bin/sh -c apt-get update53.9 MB10WORKDIR /app93 B11COPY requirements /app/requirements # buildkit6.75 KB12RUN /bin/sh -c python3 -m453.16 MB13COPY setup.* pyproject.toml .flaskenv wsgi.py1.71 KB14COPY flexmeasures/ /app/flexmeasures # buildkit2.02 MB15RUN /bin/sh -c find .32 B16COPY .git/ /app/.git # buildkit22.08 MB17RUN /bin/sh -c pip3 install6.54 MB18EXPOSE map[5000/tcp:{}]0 B19CMD ["gunicorn" "--bind" "0.0.0.0:5000" "--worker-tmp-dir"0 BCommand
ARG RELEASE