roynroy/docker-hub-update-notifier:1

Multi-platform
Manifest digest

sha256:771e081678a5cf1b663dafb19c2f1a7e27dd794c8421800c733bba0c527f00b5

OS/ARCH

Compressed size

28.31 MB

Last pushed

over 5 years by roynroy

Type

Image

Manifest digest

sha256:771e081678a5cf1b663dafb19c2f1a7e27dd794c8421800c733bba0c527f00b5

Image Layers

1ADD file ... in / 2.66 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
5/bin/sh -c apk add --no-cache274.72 KB
6ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E3102505680 B
7ENV PYTHON_VERSION=3.8.60 B
8/bin/sh -c set -ex &&10.95 MB
9/bin/sh -c cd /usr/local/bin &&231 B
10ENV PYTHON_PIP_VERSION=20.2.40 B
11ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/fa7dc83944936bf09a0e4cb5d5ec852c0d256599/get-pip.py0 B
12ENV PYTHON_GET_PIP_SHA256=6e0bb0a2c2533361d7f297ed547237caf1b7507f197835974c0dd7eba998c53c0 B
13/bin/sh -c set -ex; wget2.02 MB
14CMD ["python3"]0 B
15ENV PYTHONUNBUFFERED=10 B
16WORKDIR /app99 B
17RUN /bin/sh -c addgroup -g1.38 KB
18RUN /bin/sh -c mkdir -p148 B
19RUN /bin/sh -c apk add1.38 MB
20RUN /bin/sh -c pip install10.58 MB
21COPY django/ /app/ # buildkit285.82 KB
22RUN /bin/sh -c apk add178.83 KB
23COPY scripts /usr/local/bin # buildkit354 B
24RUN /bin/sh -c chmod 755346 B
25USER django0 B
26ENTRYPOINT ["entrypoint.sh"]0 B
27CMD ["uwsgi" "uwsgi.ini"]0 B

Command

ADD file:46ad43b4984bcf49c5a888ff3628f23161f55cd1fb062f469e707100c97fa254 in /