Block a user
source-dashboard (b8b3e89)
Published 2026-07-16 09:58:44 +02:00 by andreas
Installation
docker pull devgit.tgtptw.com/andreas/source-dashboard:b8b3e89sha256:d9d4ab7242adc297b9271e367fc8d91372e0fa7c6e52361dc1d9c6886495c5a1
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 |
| COPY /source-dashboard /source-dashboard # buildkit |
| COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ # buildkit |
| USER nonroot:nonroot |
| ENTRYPOINT ["/source-dashboard"] |