sengo (master)
Published 2026-09-16 12:01:53 +00:00 by jose
Installation
docker pull g.o2w.es/o2w/sengo:mastersha256:226f256dbc223b58ca702376dfb3ff97dc3824d0e15b1b7c6a9e483698f62e75
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_tar |
| 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"] |