Block a user
redis2pg-v2 (2c4a273)
Published 2026-08-03 13:08:05 +02:00 by andreas
Installation
docker pull devgit.tgtptw.com/andreas/redis2pg-v2:2c4a273sha256:00717c92c9e3cf406d40d064f94568358543e079f7c981135390b91e97c82de5
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 /usage-importer /usage-importer # buildkit |
| COPY /usage-dashboard /usage-dashboard # buildkit |
| COPY /billing-importer /billing-importer # buildkit |
| COPY /billing-reporter /billing-reporter # buildkit |
| COPY /billing-pricing-check /billing-pricing-check # buildkit |
| COPY /src/static /static # buildkit |
| USER nonroot:nonroot |
| ENTRYPOINT ["/usage-dashboard"] |