sha256:619d2c38699e0198dfb03578b6bd1dca47791b323efe3711fe15cc22d5d456f0
OS/ARCH
linux/amd64
Compressed size
534.67 MB
Last pushed
7 days by joshex150
Type
Image
Manifest digest
sha256:619d2c38699e0198dfb03578b6bd1dca47791b323efe3711fe15cc22d5d456f0
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.37 MB4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B5ENV PYTHON_VERSION=3.13.150 B6ENV PYTHON_SHA256=1e66a7945a48390ee4c2a4268a0e4185884059a13c4aab6d148aa208deea4a760 B7RUN /bin/sh -c set -eux;12.01 MB8RUN /bin/sh -c set -eux;250 B9CMD ["python3"]0 B10ARG WITH_BROWSER=true0 B11ENV PYTHONUNBUFFERED=1 PYTHONDONTWRITEBYTECODE=1 MALLOC_ARENA_MAX=2 DATA_DIR=/data0 B12RUN |1 WITH_BROWSER=true /bin/sh -c5.44 MB13RUN |1 WITH_BROWSER=true /bin/sh -c28.45 MB14RUN |1 WITH_BROWSER=true /bin/sh -c450.88 MB15WORKDIR /app93 B16COPY engine/ ./engine/ # buildkit6.47 MB17RUN |1 WITH_BROWSER=true /bin/sh -c678.99 KB18COPY /app/dist ./web/ # buildkit465.6 KB19COPY docker/nginx.conf.template ./nginx.conf.template # buildkit1.4 KB20COPY docker/entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit2.86 KB21RUN |1 WITH_BROWSER=true /bin/sh -c32 B22RUN |1 WITH_BROWSER=true /bin/sh -c128 B23VOLUME [/data]0 B24ENV PORT=8765 ENGINE_PORT=87660 B25EXPOSE [8765/tcp]0 B26HEALTHCHECK {Test:[CMD-SHELL curl -fsS "http://127.0.0.1:${PORT}/api/health"0 B27ENTRYPOINT ["/usr/bin/tini" "--"]0 B28CMD ["/usr/local/bin/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'