sengo (master)
Published 2026-08-05 11:48:11 +00:00 by jose
Installation
docker pull g.o2w.es/o2w/sengo:mastersha256:18805ff61d3c035204fb65f14661999f75b3f94d73628530521a81e9d787f38a
Image 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 |
| ENV SENGO_HTTP_ADDR=:3000 SENGO_DATA_DIR=/data SENGO_BASE_URL=http://localhost:3000 |
| COPY /out/sengo /sengo # buildkit |
| USER 10001:10001 |
| EXPOSE [3000/tcp] |
| VOLUME [/data] |
| ENTRYPOINT ["/sengo"] |
| CMD ["serve"] |