Sign inSign up

parameshnaathi/simple-python-flask-app:latest

Manifest digest

sha256:db2f9e41c9bc0b073b86f4965c8de0941af121e3ba38b50dcfcb99b2b953f0c4

OS/ARCH

linux/amd64

Compressed size

360.19 MB

Last pushed

about 2 years by parameshnaathi

Type

Image

Manifest digest

sha256:db2f9e41c9bc0b073b86f4965c8de0941af121e3ba38b50dcfcb99b2b953f0c4

Image Layers

1ADD file ... in / 47.26 MB
2CMD ["bash"]0 B
3/bin/sh -c set -eux; apt-get22.94 MB
4/bin/sh -c set -eux; apt-get61.17 MB
5/bin/sh -c set -ex; apt-get201.44 MB
6ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
7ENV LANG=C.UTF-80 B
8RUN /bin/sh -c set -eux;5.88 MB
9ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E3102505680 B
10ENV PYTHON_VERSION=3.8.190 B
11RUN /bin/sh -c set -eux;14.5 MB
12RUN /bin/sh -c set -eux;232 B
13ENV PYTHON_PIP_VERSION=23.0.10 B
14ENV PYTHON_SETUPTOOLS_VERSION=57.5.00 B
15ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/e03e1607ad60522cf34a92e834138eb89f57667c/public/get-pip.py0 B
16ENV PYTHON_GET_PIP_SHA256=ee09098395e42eb1f82ef4acb231a767a6ae85504a9cf9983223df0a7cbd35d70 B
17RUN /bin/sh -c set -eux;2.57 MB
18CMD ["python3"]0 B
19WORKDIR /app126 B
20COPY requirements.txt . # buildkit150 B
21RUN /bin/sh -c pip install4.43 MB
22COPY . . # buildkit1.17 KB
23EXPOSE map[5000/tcp:{}]0 B
24CMD ["python" "app.py"]0 B

Command

ADD file:e8aac9b1598114ead96b4038c19d915b87f662ef342291d69c7e5255c5d731fc in /