sha256:b1e9db728ec3675bc9adf27cf41863506f4a2f5eebb7b0aaba5991c4d1be43b1
OS/ARCH
Compressed size
86.98 MB
Last pushed
about 2 months by infralettres
Type
Image
Manifest digest
sha256:fbf1b2a54a1560520b950dff72fe311fb9a99f68f856317b37204f09e4498428
Image Layers
1# debian.sh --arch 'amd64' out/26.92 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.36 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.130 B7ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B8RUN /bin/sh -c set -eux;13.04 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=10 B12RUN /bin/sh -c apt-get update446.41 KB13WORKDIR /app/app108 B14COPY app/ /app/app/ # buildkit7.98 MB15COPY /wheels /wheels # buildkit15.08 MB16COPY /tmp/requirements.txt /tmp/requirements.txt # buildkit281 B17RUN /bin/sh -c pip install12.19 MB18RUN /bin/sh -c mkdir -p7.98 MB19USER 100010 B20EXPOSE [8000/tcp]0 B21CMD ["gunicorn" "lumieres_project.wsgi:application" "--bind" "0.0.0.0:8000"0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1783900800'