Sign inSign up

goodwright/kali_django:latest

Index digest

sha256:30976ed8419f19d2101f557a85a7083f91a026a6e1bff6fca6a27b07ba7cef41

OS/ARCH

linux/amd64

Compressed size

403.11 MB

Last pushed

10 months by samirelanduk

Type

Image

Manifest digest

sha256:869554a815c6f65ccb264f8241a0ef58aeb39e67a3d8a6f70c6d2f162e4e1439

Image Layers

1ADD file ... in / 52.53 MB
2CMD ["bash"]0 B
3/bin/sh -c set -eux; apt-get15.03 MB
4/bin/sh -c set -eux; apt-get52.19 MB
5/bin/sh -c set -ex; apt-get187.94 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.77 MB
9ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E3102505680 B
10ENV PYTHON_VERSION=3.8.200 B
11RUN /bin/sh -c set -eux;17.48 MB
12RUN /bin/sh -c set -eux;249 B
13CMD ["python3"]0 B
14RUN /bin/sh -c mkdir -p200 B
15WORKDIR /home/app32 B
16RUN /bin/sh -c pip install8.87 MB
17COPY ./requirements.txt ./requirements.txt # buildkit223 B
18RUN /bin/sh -c pip install62.05 MB
19COPY ./core ./core # buildkit11.5 KB
20COPY ./news ./news # buildkit6.65 KB
21COPY ./people ./people # buildkit15.99 KB
22COPY ./research ./research # buildkit16.79 KB
23COPY ./roles ./roles # buildkit11.68 KB
24COPY ./manage.py ./manage.py # buildkit307 B
25ARG STATIC_ROOT=/home/app/static0 B
26ENV STATIC_ROOT=/home/app/static0 B
27RUN |1 STATIC_ROOT=/home/app/static /bin/sh -c1.2 MB
28CMD ["gunicorn" "--bind" ":80" "core.wsgi:application"0 B

Command

ADD file:52a4b3d3a7281812594cb25cd6c6e83649d63a981e9f92f7c189ebe080249490 in /