sha256:d7caf6928e453be9d105e680e5e78b13e792085bfcd082db02cb58a9199026fb
OS/ARCH
Compressed size
125.54 MB
Last pushed
2 months by 40csmith40
Type
Image
Manifest digest
sha256:316e5ac958020996a584dded60893c79b86f65b10f2270db146530983a8b1bb0
Image Layers
1# debian.sh --arch 'arm64' out/28.75 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;1.22 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.130 B7ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B8RUN /bin/sh -c set -eux;11.49 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update7.94 MB12RUN /bin/sh -c pip install27.58 MB13RUN /bin/sh -c useradd --uid3.24 KB14COPY deploy/vendor/koios-client /vendor/koios-client # buildkit74.88 KB15COPY backend/ /app/backend/ # buildkit86.68 KB16RUN /bin/sh -c uv venv25.99 MB17ENV PATH=/app/backend/.venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B18COPY /build/dist /app/spa # buildkit963.2 KB19COPY deploy/nginx.conf /etc/nginx/nginx.conf # buildkit799 B20COPY deploy/nginx.conf.tls /etc/nginx/nginx.conf.tls # buildkit978 B21COPY deploy/entrypoint.sh /entrypoint.sh # buildkit1.94 KB22RUN /bin/sh -c chmod +x21.46 MB23EXPOSE [443/tcp 80/tcp]0 B24HEALTHCHECK {Test:[CMD-SHELL curl -skf https://localhost/healthz/0 B25ENTRYPOINT ["/usr/bin/tini" "--" "/entrypoint.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1782172800'