basepeak-model-router (sha256:488a3bc0f0fad0f98f7c02974cb5b593bcc67d39442a4dbd4fad85501b1caefe)
Published 2026-06-20 16:31:17 +00:00 by bot_global_image_manager
Installation
docker pull git.basepeak.dev/basepeak-ai/basepeak-model-router@sha256:488a3bc0f0fad0f98f7c02974cb5b593bcc67d39442a4dbd4fad85501b1caefesha256:488a3bc0f0fad0f98f7c02974cb5b593bcc67d39442a4dbd4fad85501b1caefeImage 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"] |