mcp-rdh-api (sha256:900f6386ad5a091fce9df1e516ea5630ac4e96268d8d6f11d6b9079ebf244e8d)
Published 2026-07-30 19:48:09 +03:00 by airaneel
Installation
docker pull git.dev.andyjazzy.cloud/airaneel/mcp-rdh-api@sha256:900f6386ad5a091fce9df1e516ea5630ac4e96268d8d6f11d6b9079ebf244e8dsha256:900f6386ad5a091fce9df1e516ea5630ac4e96268d8d6f11d6b9079ebf244e8dImage 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"] |