Sign inSign up

nanori/hello-python:latest

Manifest digest

sha256:40aaa60194f84e338c05b1cd08335f546b33dc6c1a58c9370a587c009030b272

OS/ARCH

linux/amd64

Compressed size

25.78 MB

Last pushed

about 7 years by nanori

Type

Image

Manifest digest

sha256:40aaa60194f84e338c05b1cd08335f546b33dc6c1a58c9370a587c009030b272

Image Layers

1ADD file ... in / 2.73 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
5ENV PYTHONIOENCODING=UTF-80 B
6/bin/sh -c apk add --no-cache305.97 KB
7ENV GPG_KEY=C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF0 B
8ENV PYTHON_VERSION=2.7.160 B
9/bin/sh -c set -ex &&18.24 MB
10ENV PYTHON_PIP_VERSION=19.2.20 B
11ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/0c72a3b4ece313faccb446a96c84770ccedc5ec5/get-pip.py0 B
12ENV PYTHON_GET_PIP_SHA256=201edc6df416da971e64cc94992d2dd24bc328bada7444f0c4f2031ae31e8dad0 B
13/bin/sh -c set -ex; wget1.9 MB
14CMD ["python2"]0 B
15ARG ADDITIONAL_PACKAGE0 B
16COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog2.52 MB
17/bin/sh -c chmod +x /usr/bin/fwatchdog182 B
18/bin/sh -c apk --no-cache add74.2 KB
19/bin/sh -c addgroup -S app1.32 KB
20WORKDIR /home/app/0 B
21COPY index.py 474 B
22COPY requirements.txt .206 B
23/bin/sh -c chown -R app540 B
24USER app0 B
25ENV PATH=$PATH:/home/app/.local/bin:/home/app/python/bin/0 B
26ENV PYTHONPATH=$PYTHONPATH:/home/app/python0 B
27/bin/sh -c pip install -r12.94 KB
28/bin/sh -c mkdir -p function179 B
29/bin/sh -c touch ./function/__init__.py225 B
30WORKDIR /home/app/function/0 B
31COPY function/requirements.txt .235 B
32/bin/sh -c pip install -r48 B
33WORKDIR /home/app/0 B
34USER root0 B
35COPY function 375 B
36/bin/sh -c chown -R app:app709 B
37USER app0 B
38ENV fprocess="python index.py"0 B
39EXPOSE 80800 B
40HEALTHCHECK --interval=3s CMD [ -e0 B
41CMD ["fwatchdog"]0 B

Command

ADD file:fe64057fbb83dccb960efabbf1cd8777920ef279a7fa8dbca0a8801c651bdf7c in /