Block a user
mcables (latest)
Published 2026-05-16 12:06:37 +00:00 by m
Installation
docker pull mgit.msbls.de/m/mcables:latestsha256:41deebf64313b937fce66798e561dd4d7a0731639156eaf3927242f475ed9ea3Image 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/mcables /app/mcables # buildkit |
| ENV MCABLES_ADDR=0.0.0.0:7777 MCABLES_DB=/app/data/mcables.db |
| EXPOSE map[7777/tcp:{}] |
| USER 1000:1000 |
| ENTRYPOINT ["/app/mcables"] |