Block a user
mam-mcp (v0.1.16)
Published 2026-09-04 07:18:28 +00:00 by igodwin
Installation
docker pull gitea.ivangodwin.com/igodwin/mam-mcp:v0.1.16sha256:ee90a131ed1310468f108baa6cae51bb4c2352d0193c25eda922c7abdb409aaa
Image 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_tar |
| WORKDIR /app |
| COPY /build/mam-mcp . # buildkit |
| EXPOSE [8080/tcp] |
| ENTRYPOINT ["/app/mam-mcp"] |