sha256:c51c5c67db8550fa605a2d5bb88217044b4117f95776274983e77a68e32a6c99
OS/ARCH
Compressed size
652.05 MB
Last pushed
9 months by reon04
Type
Image
Manifest digest
sha256:8c046398e7c2478cfb592b91086db0fa7c47f064fb2f513f55eab6f630e1f7f0
Image Layers
1# debian.sh --arch 'amd64' out/46.23 MB2RUN /bin/sh -c set -eux;22.92 MB3RUN /bin/sh -c set -eux;61.41 MB4RUN /bin/sh -c set -ex;201.66 MB5ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B6ENV LANG=C.UTF-80 B7RUN /bin/sh -c set -eux;5.88 MB8ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B9ENV PYTHON_VERSION=3.11.140 B10ENV PYTHON_SHA256=8d3ed8ec5c88c1c95f5e558612a725450d2452813ddad5e58fdb1a53b1209b780 B11RUN /bin/sh -c set -eux;22.93 MB12RUN /bin/sh -c set -eux;249 B13CMD ["python3"]0 B14RUN /bin/sh -c apt-get update65.14 MB15ENV LC_ALL=C.UTF-8 DJANGO_SETTINGS_MODULE=production_settings0 B16COPY deployment/docker/pretix.bash /usr/local/bin/pretix # buildkit674 B17COPY deployment/docker/supervisord /etc/supervisord # buildkit581 B18COPY deployment/docker/supervisord.all.conf /etc/supervisord.all.conf # buildkit177 B19COPY deployment/docker/supervisord.web.conf /etc/supervisord.web.conf # buildkit195 B20COPY deployment/docker/nginx.conf /etc/nginx/nginx.conf # buildkit1.19 KB21COPY deployment/docker/nginx-max-body-size.conf /etc/nginx/conf.d/nginx-max-body-size.conf # buildkit213 B22COPY deployment/docker/production_settings.py /pretix/src/production_settings.py # buildkit351 B23COPY pyproject.toml /pretix/pyproject.toml # buildkit1.87 KB24COPY _build /pretix/_build # buildkit381 B25COPY src /pretix/src # buildkit18.73 MB26RUN /bin/sh -c pip3 install109.42 MB27RUN /bin/sh -c chmod +x63.46 MB28USER pretixuser0 B29VOLUME [/etc/pretix /data]0 B30EXPOSE map[80/tcp:{}]0 B31ENTRYPOINT ["pretix"]0 B32CMD ["all"]0 B33USER root0 B34RUN /bin/sh -c cd /pretix/src32 B35RUN /bin/sh -c pip install15.74 MB36RUN /bin/sh -c pip install1.29 MB37USER pretixuser0 B38RUN /bin/sh -c cd /pretix/src17.23 MBCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1765152000'