mcp-rdh-api (sha256:bb6a5abb06cabe12564171ef491ffeb72644c4e1ad0a82019e680d0b9546c8b5)
Published 2026-07-30 19:20:57 +03:00 by airaneel
Installation
docker pull git.dev.andyjazzy.cloud/airaneel/mcp-rdh-api@sha256:bb6a5abb06cabe12564171ef491ffeb72644c4e1ad0a82019e680d0b9546c8b5sha256:bb6a5abb06cabe12564171ef491ffeb72644c4e1ad0a82019e680d0b9546c8b5Image 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"] |