basepeak-model-router (sha256:b952692c9c5a6fce210f66b7f8fea1039534c1a8fc59c0c6e8415a8a64b91f90)
Published 2026-06-23 08:17:15 +00:00 by bot_global_image_manager
Installation
docker pull git.basepeak.dev/basepeak-ai/basepeak-model-router@sha256:b952692c9c5a6fce210f66b7f8fea1039534c1a8fc59c0c6e8415a8a64b91f90sha256:b952692c9c5a6fce210f66b7f8fea1039534c1a8fc59c0c6e8415a8a64b91f90Image 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"] |