basepeak-model-router (sha256:31c516f5e87a40f3b822b4ab69bca5aba8f61b5ba9464ad831a21c380f203ff4)
Published 2026-07-03 13:33:08 +00:00 by bot_global_image_manager
Installation
docker pull git.basepeak.dev/basepeak-ai/basepeak-model-router@sha256:31c516f5e87a40f3b822b4ab69bca5aba8f61b5ba9464ad831a21c380f203ff4sha256:31c516f5e87a40f3b822b4ab69bca5aba8f61b5ba9464ad831a21c380f203ff4Image 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"] |