Block a user
cablegui (latest)
Published 2026-05-17 15:20:43 +00:00 by m
Installation
docker pull mgit.msbls.de/m/cablegui:latestsha256:9b22cc482de7c1f85a32f1ae3ce897835c04820b768fecbbb92faf5068cc8a1eImage 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 |
| WORKDIR /app |
| COPY /out/cablegui /app/cablegui # buildkit |
| ENV CABLEGUI_ADDR=0.0.0.0:7777 CABLEGUI_DB=/app/data/cablegui.db |
| EXPOSE map[7777/tcp:{}] |
| USER 1000:1000 |
| ENTRYPOINT ["/app/cablegui"] |