Sign inSign up

vfarcic/helloworld:0.0.1

Manifest digest

sha256:600eab4daf9f21b654209b85626e0765b08c8c54d671087de1348a5cdab8f29b

OS/ARCH

linux/amd64

Compressed size

22.16 MB

Last pushed

over 3 years by vfarcic

Type

Image

Manifest digest

sha256:600eab4daf9f21b654209b85626e0765b08c8c54d671087de1348a5cdab8f29b

Image Layers

1ADD file ... in / 3.22 MB
2CMD ["/bin/sh"]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;607.67 KB
6ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B
7ENV PYTHON_VERSION=3.10.100 B
8RUN /bin/sh -c set -eux;11.54 MB
9RUN /bin/sh -c set -eux;242 B
10ENV PYTHON_PIP_VERSION=22.3.10 B
11ENV PYTHON_SETUPTOOLS_VERSION=65.5.10 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;2.94 MB
15CMD ["python3"]0 B
16WORKDIR /code93 B
17COPY ./requirements.txt /code/requirements.txt # buildkit171 B
18RUN /bin/sh -c pip install3.88 MB
19COPY ./wsgi.py /code/ # buildkit199 B
20COPY ./app /code/app # buildkit420 B
21USER 10000 B
22CMD ["gunicorn" "--conf" "app/gunicorn.conf.py" "--bind"0 B

Command

ADD file:9a4f77dfaba7fd2aa78186e4ef0e7486ad55101cefc1fabbc1b385601bb38920 in /