sha256:0f71f9ea5e267c978ccb5ed0c1c695c0d4686eb95d7994b037fdf1c1ef4bdd60
OS/ARCH
linux/amd64
Compressed size
54.13 MB
Last pushed
about 1 year by martinverges
Type
Image
Manifest digest
sha256:0f71f9ea5e267c978ccb5ed0c1c695c0d4686eb95d7994b037fdf1c1ef4bdd60
Image Layers
1# debian.sh --arch 'amd64' out/28.39 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;1.23 MB4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B5ENV PYTHON_VERSION=3.13.70 B6ENV PYTHON_SHA256=5462f9099dfd30e238def83c71d91897d8caa5ff6ebc7a50f14d4802cdaaa79a0 B7RUN /bin/sh -c set -eux;11.19 MB8RUN /bin/sh -c set -eux;249 B9CMD ["python3"]0 B10LABEL org.modelcontextprotocol.server=io.github.croit/mcp-croit-ceph0 B11LABEL org.modelcontextprotocol.package=croit/mcp-croit-ceph0 B12LABEL org.opencontainers.image.source=https://github.com/croit/mcp-croit-ceph0 B13LABEL org.opencontainers.image.description=MCP server for Croit0 B14LABEL org.opencontainers.image.licenses=MIT0 B15WORKDIR /app125 B16COPY requirements.txt /app/ # buildkit160 B17RUN /bin/sh -c pip install13.3 MB18RUN /bin/sh -c rm requirements.txt149 B19RUN /bin/sh -c useradd -m3.28 KB20USER mcp0 B21COPY mcp-croit-ceph.py /app/ # buildkit7.72 KB22ENV MCP_ARGS=0 B23ENTRYPOINT ["bash" "-c" "python /app/mcp-croit-ceph.py0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1757289600'