basepeak-model-router (sha256:f03ff05edbac4ab5b50bafb300d9568b1c5a8bbc029059aa4a20f23131d01fdf)
Published 2026-06-19 17:30:39 +00:00 by bot_global_image_manager
Installation
docker pull git.basepeak.dev/basepeak-ai/basepeak-model-router@sha256:f03ff05edbac4ab5b50bafb300d9568b1c5a8bbc029059aa4a20f23131d01fdfsha256:f03ff05edbac4ab5b50bafb300d9568b1c5a8bbc029059aa4a20f23131d01fdfImage 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"] |