sha256:28e58c6dd2cd44767eb90662a9e019bb0d24278a7707d9b231b4831493ff5398
OS/ARCH
Compressed size
145.47 MB
Last pushed
6 months by thaylo
Type
Image
Manifest digest
sha256:c0b3e3667b4ca6d4ad8db7dcb7e69b0ed9a05609ff2dc4bd48299da61e2c536d
Image Layers
1# debian.sh --arch 'amd64' out/28.4 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;249 B10CMD ["python3"]0 B11LABEL org.opencontainers.image.source=https://github.com/Thaylo/astrograph0 B12LABEL org.opencontainers.image.url=https://github.com/Thaylo/astrograph0 B13LABEL org.opencontainers.image.documentation=https://github.com/Thaylo/astrograph#readme0 B14LABEL org.opencontainers.image.description=MCP server for structural0 B15LABEL org.opencontainers.image.licenses=MIT0 B16WORKDIR /app93 B17RUN /bin/sh -c apt-get update76.14 MB18COPY pyproject.toml README.md ./ #4.71 KB19COPY src/ src/ # buildkit139.19 KB20RUN /bin/sh -c pip install28.02 MB21ENTRYPOINT ["python" "-m" "astrograph.server"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1773619200'