sha256:4e2e5ea143747556997b926ea627f56e2de9db64eccc05da408d97209f968d24
OS/ARCH
Compressed size
734.02 MB
Last pushed
about 3 years by highcanfly
Type
Image
Manifest digest
sha256:be700f465c35cf081bf91996770f0fc6794400cf546ee29e5a520c737526be70
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.02 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.50 B11RUN /bin/sh -c set -eux;18.54 MB12RUN /bin/sh -c set -eux;244 B13ENV PYTHON_PIP_VERSION=23.2.10 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.97 MB18CMD ["python3"]0 B19RUN /bin/sh -c apt-get update66.15 MB20ENV LC_ALL=C.UTF-8 DJANGO_SETTINGS_MODULE=production_settings0 B21COPY deployment/docker/pretix.bash /usr/local/bin/pretix # buildkit679 B22COPY deployment/docker/supervisord /etc/supervisord # buildkit579 B23COPY deployment/docker/supervisord.all.conf /etc/supervisord.all.conf # buildkit178 B24COPY deployment/docker/supervisord.web.conf /etc/supervisord.web.conf # buildkit197 B25COPY deployment/docker/nginx.conf /etc/nginx/nginx.conf # buildkit1.16 KB26COPY deployment/docker/nginx-max-body-size.conf /etc/nginx/conf.d/nginx-max-body-size.conf # buildkit211 B27COPY deployment/docker/production_settings.py /pretix/src/production_settings.py # buildkit323 B28COPY pyproject.toml /pretix/pyproject.toml # buildkit1.92 KB29COPY _build /pretix/_build # buildkit354 B30COPY src /pretix/src # buildkit14.51 MB31RUN /bin/sh -c pip3 install110.52 MB32RUN /bin/sh -c chmod +x57.33 MB33RUN /bin/sh -c pip install99.02 KB34RUN /bin/sh -c pip install59.97 MB35RUN /bin/sh -c DJANGO_SETTINGS_MODULE="" pip8.43 MB36RUN /bin/sh -c DJANGO_SETTINGS_MODULE="" pip379.32 KB37RUN /bin/sh -c DJANGO_SETTINGS_MODULE="" pip1.25 MB38RUN /bin/sh -c python -m63.9 MB39COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit985 B40RUN /bin/sh -c chmod ugo+x981 B41VOLUME [/etc/pretix /data]0 B42EXPOSE map[80/tcp:{}]0 B43ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]0 B44CMD ["all"]0 BCommand
ADD file:f9dd2b1cc0ba261acd8a3e500c54f6b6e0a46131a32988bfd71cf3c6fc5a7d13 in /