sha256:1d41642564aef275c38a562c0552d9cf9495040899ffe57751fdd1245695faf1
OS/ARCH
Compressed size
428.76 MB
Last pushed
about 2 months by holdenk
Type
Image
Manifest digest
sha256:44a26e71c799b4f01b1da76848dc9969a2a7ed2e4ac8e426902cf849d98fe29d
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;3.36 MB4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B5ENV PYTHON_VERSION=3.13.140 B6ENV PYTHON_SHA256=639e43243c620a308f968213df9e00f2f8f62332f7adbaa7a7eeb9783057c6900 B7RUN /bin/sh -c set -eux;11.99 MB8RUN /bin/sh -c set -eux;249 B9CMD ["python3"]0 B10ENV PYTHONUNBUFFERED=10 B11RUN /bin/sh -c apt-get update31.35 MB12COPY conf/nginx.default /etc/nginx/sites-available/default # buildkit615 B13RUN /bin/sh -c ln -sf204 B14RUN /bin/sh -c mkdir -p136 B15COPY requirements.txt /opt/app/ # buildkit534 B16RUN /bin/sh -c pip install36.04 MB17ENV GEOIP_PATH=/opt/app/geoip0 B18COPY --chown=www-data:www-data /geoip /opt/app/geoip #140 B19COPY --chown=www-data:www-data main /opt/app/main #46.95 MB20COPY --chown=www-data:www-data static /opt/app/static #48.93 MB21COPY --chown=www-data:www-data pigscanfly /opt/app/pigscanfly #13.09 KB22COPY --chown=www-data:www-data templates /opt/app/templates #3.81 KB23COPY --chown=www-data:www-data book-assets /opt/app/book-assets #223.2 MB24COPY --chown=www-data:www-data scripts/start-server.sh /opt/app/ #1.07 KB25COPY --chown=www-data:www-data *.py /opt/app/ #1.15 KB26WORKDIR /opt/app/32 B27EXPOSE [80/tcp]0 B28STOPSIGNAL SIGTERM0 B29CMD ["/opt/app/start-server.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1783900800'