Block a user
dns-operator (v0.0.7)
Published 2026-04-12 21:43:40 +00:00 by nils
Installation
docker pull git.stinnesbeck.com/nils/dns-operator:v0.0.7sha256:1d5cb2a194c7f17ad8ecb5ad1dcce0c6f06d8609b44f8eea7ec03d30a4f95a0d
Image Layers
| bazel build @trixie//base-files/amd64:data_statusd |
| bazel build @trixie//netbase/amd64:data_statusd |
| bazel build @trixie//tzdata/amd64:data_statusd |
| bazel build @trixie//tzdata-legacy/amd64:data_statusd |
| bazel build @trixie//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_debian13 |
| bazel build //common:cacerts_debian13_amd64 |
| WORKDIR / |
| COPY /workspace/manager . # buildkit |
| USER 65532:65532 |
| ENTRYPOINT ["/manager"] |