sha256:79ac7e3a387b616290b946ce1ab12aa7dfeddbc9d6cb8dc7f7c6f1a0f45ebccd
OS/ARCH
Compressed size
677.08 MB
Last pushed
about 3 years by highcanfly
Type
Image
Manifest digest
sha256:e9ba55eac243e614fc9cd8c3159db5087981d611970d2a0d91ee11050cda77a5
Image Layers
1ADD file ... in / 47.26 MB2CMD ["bash"]0 B3/bin/sh -c set -eux; apt-get22.92 MB4/bin/sh -c apt-get update &&61.14 MB5/bin/sh -c set -ex; apt-get201.26 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.09 MB9ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B10ENV PYTHON_VERSION=3.11.40 B11RUN /bin/sh -c set -eux;18.85 MB12RUN /bin/sh -c set -eux;244 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/0d8570dc44796f4369b652222cf176b3db6ac70e/public/get-pip.py0 B16ENV PYTHON_GET_PIP_SHA256=96461deced5c2a487ddc65207ec5a9cffeca0d34e7af7ea1afc470ff0d7462070 B17RUN /bin/sh -c set -eux;2.95 MB18CMD ["python3"]0 B19RUN /bin/sh -c apt-get update31.64 MB20COPY /usr/local/bin/node /usr/local/bin/node # buildkit32.28 MB21COPY /usr/local/lib/node_modules/ /usr/local/lib/node_modules/ # buildkit2.92 MB22RUN /bin/sh -c cd /usr/local/bin/222 B23ENV LC_ALL=C.UTF-8 DJANGO_SETTINGS_MODULE=production_settings0 B24COPY deployment/docker/pretix.bash /usr/local/bin/pretix # buildkit678 B25COPY deployment/docker/supervisord /etc/supervisord # buildkit576 B26COPY deployment/docker/supervisord.all.conf /etc/supervisord.all.conf # buildkit176 B27COPY deployment/docker/supervisord.web.conf /etc/supervisord.web.conf # buildkit194 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 # buildkit315 B31COPY pyproject.toml /pretix/pyproject.toml # buildkit1.9 KB32COPY _build /pretix/_build # buildkit353 B33COPY src /pretix/src # buildkit13.98 MB34RUN /bin/sh -c pip3 install109.45 MB35RUN /bin/sh -c chmod +x57.79 MB36RUN /bin/sh -c pip install60 MB37RUN /bin/sh -c DJANGO_SETTINGS_MODULE="" pip8.55 MB38COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit851 B39RUN /bin/sh -c chmod ugo+x847 B40VOLUME [/etc/pretix /data]0 B41EXPOSE map[80/tcp:{}]0 B42ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]0 B43CMD ["all"]0 BCommand
ADD file:cc1376ecb3d9e93e4160573c110da753ffeb2efe2223351f1fbf483d89f1a756 in /