mcp-rdh-api (sha256:fc6d67520557a508d72d29faf25df33e5214d84ae9e1a948b63236e14a47e49b)
Published 2026-07-30 18:41:31 +03:00 by airaneel
Installation
docker pull git.dev.andyjazzy.cloud/airaneel/mcp-rdh-api@sha256:fc6d67520557a508d72d29faf25df33e5214d84ae9e1a948b63236e14a47e49bsha256:fc6d67520557a508d72d29faf25df33e5214d84ae9e1a948b63236e14a47e49bImage layers
| bazel build @bookworm//base-files/amd64:data_statusd |
| bazel build @bookworm//netbase/amd64:data_statusd |
| bazel build @bookworm//tzdata/amd64:data_statusd |
| bazel build @bookworm//media-types/amd64:data_statusd |
| bazel build //common:rootfs |
| bazel build //common:passwd |
| bazel build //common:home |
| bazel build //common:group |
| bazel build //common:tmp |
| bazel build //static:nsswitch |
| bazel build //common:os_release_debian12 |
| bazel build //common:cacerts_debian12_amd64 |
| WORKDIR /app |
| COPY /out/mcp-rdh-api /usr/local/bin/mcp-rdh-api # buildkit |
| ENV MCP_TRANSPORT=http PORT=8080 |
| EXPOSE [8080/tcp] |
| USER nonroot:nonroot |
| ENTRYPOINT ["/usr/local/bin/mcp-rdh-api"] |