sha256:8e4de2defa182044ea99d618158b94114da4e8d4135cb6bb5983e26d3fe04917
OS/ARCH
linux/amd64
Compressed size
36.47 MB
Last pushed
about 1 month by izetmolla
Type
Image
Manifest digest
sha256:bbf6dd6f70c57555bcb32da1a499d968f46151bccee1b64de90af578769f45c4
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c apt-get update3.36 MB3WORKDIR /app93 B4COPY /app/target/release/mcp-gatekeeper /usr/local/bin/mcp-gatekeeper # buildkit6.18 MB5COPY data/users.json /app/seed/users.json # buildkit274 B6COPY docker/entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit337 B7RUN /bin/sh -c chmod +x524 B8USER gatekeeper0 B9ENV MCP_DATA_DIR=/data MCP_BIND_ADDR=0.0.0.0:3009 MCP_PUBLIC_BASE_URL=http://127.0.0.1:3009 RUST_LOG=info0 B10EXPOSE [3009/tcp]0 B11VOLUME [/data]0 B12ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]0 B13CMD ["mcp-gatekeeper"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200'