sha256:72df18c6d026d6d750c45212c0ec803a4cb76dfcde5145336a2321da2bb3fdd7
OS/ARCH
Compressed size
54.48 MB
Last pushed
almost 3 years by dockersamplesbuildbot
Type
Image
Manifest digest
sha256:075e0255014f8230da217fecf9fb84c3a2131875f74b17d7c8be9abfb9bcf7ba
Image Layers
1ADD file ... in / 27.8 MB2CMD ["bash"]0 B3ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B4ENV LANG=C.UTF-80 B5RUN /bin/sh -c set -eux;3.35 MB6ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B7ENV PYTHON_VERSION=3.11.60 B8RUN /bin/sh -c set -eux;12.24 MB9RUN /bin/sh -c set -eux;243 B10ENV PYTHON_PIP_VERSION=23.2.10 B11ENV PYTHON_SETUPTOOLS_VERSION=65.5.10 B12ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/c6add47b0abf67511cdfb4734771cbab403af062/public/get-pip.py0 B13ENV PYTHON_GET_PIP_SHA256=22b849a10f86f5ddf7ce148ca2a31214504ee6c83ef626840fde6e5dcd809d110 B14RUN /bin/sh -c set -eux;3.24 MB15CMD ["python3"]0 B16RUN /bin/sh -c apt-get update1.48 MB17WORKDIR /usr/local/app134 B18COPY requirements.txt ./requirements.txt # buildkit208 B19RUN /bin/sh -c pip install6.37 MB20COPY . . # buildkit2.85 KB21EXPOSE map[80/tcp:{}]0 B22CMD ["gunicorn" "app:app" "-b" "0.0.0.0:80"0 BCommand
ADD file:55ad846fa191e603f48090eae0e4a7149c4066b94406593ec1898ad2c3347937 in /