sha256:fd7262197af9c75fd7896fde424506e2d095fc1f1fbfbd64cd9be26dc26f37a7
OS/ARCH
Compressed size
696.51 MB
Last pushed
5 months by reon04
Type
Image
Manifest digest
sha256:3788dcfc330eeea85dae25ae98799e5b019e422b927ac2672137e02f373cbb4a
Image Layers
1# debian.sh --arch 'amd64' out/47.02 MB2RUN /bin/sh -c set -eux;24.44 MB3RUN /bin/sh -c set -eux;64.65 MB4RUN /bin/sh -c set -ex;225.14 MB5ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B6RUN /bin/sh -c set -eux;5.8 MB7ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B8ENV PYTHON_VERSION=3.13.130 B9ENV PYTHON_SHA256=2ab91ff401783ccca64f75d10c882e957bdfd60e2bf5a72f8421793729b78a710 B10RUN /bin/sh -c set -eux;26.23 MB11RUN /bin/sh -c set -eux;250 B12CMD ["python3"]0 B13RUN /bin/sh -c apt-get update71.36 MB14ENV LC_ALL=C.UTF-8 DJANGO_SETTINGS_MODULE=production_settings0 B15COPY deployment/docker/pretix.bash /usr/local/bin/pretix # buildkit671 B16COPY deployment/docker/supervisord /etc/supervisord # buildkit582 B17COPY deployment/docker/supervisord.all.conf /etc/supervisord.all.conf # buildkit178 B18COPY deployment/docker/supervisord.web.conf /etc/supervisord.web.conf # buildkit197 B19COPY deployment/docker/nginx.conf /etc/nginx/nginx.conf # buildkit1.19 KB20COPY deployment/docker/nginx-max-body-size.conf /etc/nginx/conf.d/nginx-max-body-size.conf # buildkit213 B21COPY deployment/docker/production_settings.py /pretix/src/production_settings.py # buildkit355 B22COPY pyproject.toml /pretix/pyproject.toml # buildkit1.86 KB23COPY _build /pretix/_build # buildkit384 B24COPY src /pretix/src # buildkit19.65 MB25RUN /bin/sh -c pip3 install112.73 MB26RUN /bin/sh -c chmod +x65.29 MB27USER pretixuser0 B28VOLUME [/etc/pretix /data]0 B29EXPOSE map[80/tcp:{}]0 B30ENTRYPOINT ["pretix"]0 B31CMD ["all"]0 B32USER root0 B33RUN /bin/sh -c cd /pretix/src32 B34RUN /bin/sh -c pip install15.75 MB35RUN /bin/sh -c pip install1.12 MB36USER pretixuser0 B37RUN /bin/sh -c cd /pretix/src17.34 MBCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1776729600'