sha256:46f50e885168418a86983af258851e7f95b83a7af201876f120377ea60b50385
OS/ARCH
linux/amd64
Compressed size
87.45 MB
Last pushed
2 months by samirelanduk
Type
Image
Manifest digest
sha256:914d43f3f858f5fd771fa04c1b04b874e900bfc43a7f1d6d68e320d2d70fbed2
Image Layers
1# debian.sh --arch 'amd64' out/28.85 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;1.03 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.110 B7ENV PYTHON_SHA256=c30bb24b7f1e9a19b11b55a546434f74e739bb4c271a3e3a80ff4380d49f7adb0 B8RUN /bin/sh -c set -eux;12.34 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11RUN /bin/sh -c mkdir -p198 B12WORKDIR /home/app32 B13COPY ./requirements.txt ./requirements.txt # buildkit227 B14RUN /bin/sh -c pip install43.38 MB15COPY ./about ./about # buildkit8.62 KB16COPY ./articles ./articles # buildkit13.38 KB17COPY ./core ./core # buildkit14.35 KB18COPY ./projects ./projects # buildkit8.05 KB19COPY ./reading ./reading # buildkit14.15 KB20COPY ./manage.py ./manage.py # buildkit307 B21ARG STATIC_ROOT=/home/app/static0 B22ENV STATIC_ROOT=/home/app/static0 B23RUN |1 STATIC_ROOT=/home/app/static /bin/sh -c1.78 MB24CMD ["gunicorn" "--bind" ":80" "core.wsgi:application"0 BCommand
# debian.sh --arch 'amd64' out/ 'bullseye' '@1753056000'