basepeak-model-router (sha256:13f805d8a9cf18dd538c2852bdc8bf6f0e5f021dba0db09180fd73369c725b1b)
Published 2026-06-21 15:49:30 +00:00 by bot_global_image_manager
Installation
docker pull git.basepeak.dev/basepeak-ai/basepeak-model-router@sha256:13f805d8a9cf18dd538c2852bdc8bf6f0e5f021dba0db09180fd73369c725b1bsha256:13f805d8a9cf18dd538c2852bdc8bf6f0e5f021dba0db09180fd73369c725b1bImage 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 |
| COPY /out/router /app/router # buildkit |
| COPY migrations /app/migrations # buildkit |
| USER nonroot:nonroot |
| EXPOSE [8080/tcp] |
| ENTRYPOINT ["/app/router"] |