Block a user
pamietnik (snapshot-10f87ef)
Published 2026-08-29 20:19:37 +00:00 by christoph
Installation
docker pull git2.adelante-it.de/christoph/pamietnik:snapshot-10f87efsha256:562a055bc7ca0d633d8a63d1e4123d01623ed1044ac349fadc68c86ef268de71
Image 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_tar |
| ARG WEBAPP_VERSION=v0.8.3 |
| COPY /server /server # buildkit |
| COPY /createuser /createuser # buildkit |
| ADD webapp-dist.tar.gz /webapp # buildkit |
| ENV WEBAPP_DIR=/webapp |
| ENV WEBAPP_VERSION=v0.8.3 |
| ENTRYPOINT ["/server"] |