sha256:3452d0f6b76dd6caa11182b5f7aabdd2f957c63223e82880ea2fc3a9486bee6a
OS/ARCH
Compressed size
86.22 MB
Last pushed
7 months by infralettres
Type
Image
Manifest digest
sha256:23a6582f887addc0a4564b94c532d5872d165ab1543361fd955d2b85744043ac
Image Layers
1# debian.sh --arch 'arm64' out/26.81 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;3.19 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.120 B7ENV PYTHON_SHA256=fb85a13414b028c49ba18bbd523c2d055a30b56b18b92ce454ea2c51edc656c40 B8RUN /bin/sh -c set -eux;12.97 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=10 B12RUN /bin/sh -c apt-get update473.43 KB13WORKDIR /app/app105 B14COPY app/ /app/app/ # buildkit7.97 MB15COPY /wheels /wheels # buildkit14.85 MB16COPY /tmp/requirements.txt /tmp/requirements.txt # buildkit278 B17RUN /bin/sh -c pip install11.99 MB18RUN /bin/sh -c mkdir -p7.97 MB19USER 100010 B20EXPOSE [8000/tcp]0 B21CMD ["gunicorn" "lumieres_project.wsgi:application" "--bind" "0.0.0.0:8000"0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1771804800'