Sign inSign up

franciscocodefresh/examplevotingapp_vote:latest

Manifest digest

sha256:d2d332df86466db30e5ee2ed6da8f6cfcb65e90975ab0789158eaa20c7f6b286

OS/ARCH

linux/amd64

Compressed size

51.69 MB

Last pushed

over 3 years by franciscocodefresh

Type

Image

Manifest digest

sha256:d2d332df86466db30e5ee2ed6da8f6cfcb65e90975ab0789158eaa20c7f6b286

Image Layers

1ADD file ... in / 29.96 MB
2CMD ["bash"]0 B
3ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
4ENV LANG=C.UTF-80 B
5RUN /bin/sh -c set -eux;1.03 MB
6ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E3102505680 B
7ENV PYTHON_VERSION=3.9.160 B
8RUN /bin/sh -c set -eux;10.6 MB
9RUN /bin/sh -c set -eux;243 B
10ENV PYTHON_PIP_VERSION=22.0.40 B
11ENV PYTHON_SETUPTOOLS_VERSION=58.1.00 B
12ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/d5cb0afaf23b8520f1bbcfed521017b4a95f5c01/public/get-pip.py0 B
13ENV PYTHON_GET_PIP_SHA256=394be00f13fa1b9aaa47e911bdb59a09c3b2986472130f30aa0bfaf7f39806370 B
14RUN /bin/sh -c set -eux;3.05 MB
15CMD ["python3"]0 B
16RUN /bin/sh -c apt-get update1.58 MB
17WORKDIR /app126 B
18COPY requirements.txt /app/requirements.txt # buildkit173 B
19RUN /bin/sh -c pip install5.49 MB
20COPY . . # buildkit2.97 KB
21EXPOSE map[80/tcp:{}]0 B
22CMD ["gunicorn" "app:app" "-b" "0.0.0.0:80"0 B

Command

ADD file:60911afdacfdc216e44115addb5f3cc07f4166e8a4adf7be94a58aacc327ad63 in /