sha256:d7caf6928e453be9d105e680e5e78b13e792085bfcd082db02cb58a9199026fb
OS/ARCH
Compressed size
127.1 MB
Last pushed
3 months by 40csmith40
Type
Image
Manifest digest
sha256:0988e65af10fcfa5cac752a08d7a951d3f02383a5467deb3410cdb3784132ea9
Image Layers
1# debian.sh --arch 'amd64' out/28.41 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.23 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.130 B7ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B8RUN /bin/sh -c set -eux;11.55 MB9RUN /bin/sh -c set -eux;248 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update8 MB12RUN /bin/sh -c pip install28.62 MB13RUN /bin/sh -c useradd --uid3.23 KB14COPY deploy/vendor/koios-client /vendor/koios-client # buildkit74.87 KB15COPY backend/ /app/backend/ # buildkit86.68 KB16RUN /bin/sh -c uv venv26.36 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.19 KB19COPY deploy/nginx.conf /etc/nginx/nginx.conf # buildkit798 B20COPY deploy/nginx.conf.tls /etc/nginx/nginx.conf.tls # buildkit976 B21COPY deploy/entrypoint.sh /entrypoint.sh # buildkit1.94 KB22RUN /bin/sh -c chmod +x21.83 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 'amd64' out/ 'trixie' '@1782172800'