sha256:d8f78d77f095e2d63c48d0903c25034b7c99a1ab52c7bba6147288349a1ba176
OS/ARCH
Compressed size
735.63 MB
Last pushed
about 3 years by highcanfly
Type
Image
Manifest digest
sha256:2f972dc15be876edf89a8c1bf963b362c5398b0658e2c6d2d27deec39320e2b4
Image Layers
1ADD file ... in / 47.29 MB2CMD ["bash"]0 B3/bin/sh -c set -eux; apt-get22.48 MB4/bin/sh -c apt-get update &&61.02 MB5/bin/sh -c set -ex; apt-get193.04 MB6ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B7ENV LANG=C.UTF-80 B8RUN /bin/sh -c set -eux;6.17 MB9ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B10ENV PYTHON_VERSION=3.11.40 B11RUN /bin/sh -c set -eux;18.52 MB12RUN /bin/sh -c set -eux;246 B13ENV PYTHON_PIP_VERSION=23.1.20 B14ENV PYTHON_SETUPTOOLS_VERSION=65.5.10 B15ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/9af82b715db434abb94a0a6f3569f43e72157346/public/get-pip.py0 B16ENV PYTHON_GET_PIP_SHA256=45a2bb8bf2bb5eff16fdd00faef6f29731831c7c59bd9fc2bf1f3bed511ff1fe0 B17RUN /bin/sh -c set -eux;2.95 MB18CMD ["python3"]0 B19RUN /bin/sh -c apt-get update31.45 MB20COPY /usr/local/bin/node /usr/local/bin/node # buildkit32.36 MB21COPY /usr/local/lib/node_modules/ /usr/local/lib/node_modules/ # buildkit2.92 MB22RUN /bin/sh -c cd /usr/local/bin/225 B23ENV LC_ALL=C.UTF-8 DJANGO_SETTINGS_MODULE=production_settings0 B24COPY deployment/docker/pretix.bash /usr/local/bin/pretix # buildkit679 B25COPY deployment/docker/supervisord /etc/supervisord # buildkit578 B26COPY deployment/docker/supervisord.all.conf /etc/supervisord.all.conf # buildkit177 B27COPY deployment/docker/supervisord.web.conf /etc/supervisord.web.conf # buildkit196 B28COPY deployment/docker/nginx.conf /etc/nginx/nginx.conf # buildkit1.16 KB29COPY deployment/docker/nginx-max-body-size.conf /etc/nginx/conf.d/nginx-max-body-size.conf # buildkit210 B30COPY deployment/docker/production_settings.py /pretix/src/production_settings.py # buildkit325 B31COPY pyproject.toml /pretix/pyproject.toml # buildkit1.91 KB32COPY _build /pretix/_build # buildkit356 B33COPY src /pretix/src # buildkit14.28 MB34RUN /bin/sh -c pip3 install112.88 MB35RUN /bin/sh -c chmod +x58.11 MB36RUN /bin/sh -c pip install98.65 KB37RUN /bin/sh -c pip install59.97 MB38RUN /bin/sh -c DJANGO_SETTINGS_MODULE="" pip8.42 MB39RUN /bin/sh -c DJANGO_SETTINGS_MODULE="" pip376.18 KB40RUN /bin/sh -c python -m63.3 MB41COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit986 B42RUN /bin/sh -c chmod ugo+x980 B43VOLUME [/etc/pretix /data]0 B44EXPOSE map[80/tcp:{}]0 B45ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]0 B46CMD ["all"]0 BCommand
ADD file:fa545fc37115e874135945921d2cc72df8dc5b16d4354b2052717c7a57043e0d in /