Block a user
pamietnik (v1.58.0)
Published 2026-08-26 05:06:53 +00:00 by christoph
Installation
docker pull git2.adelante-it.de/christoph/pamietnik:v1.58.0sha256:81884d07a36f8ef17149aba566fca2973ed06199d96843ad7f7352da60b16912
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.1 |
| COPY /server /server # buildkit |
| COPY /createuser /createuser # buildkit |
| ADD webapp-dist.tar.gz /webapp # buildkit |
| ENV WEBAPP_DIR=/webapp |
| ENV WEBAPP_VERSION=v0.8.1 |
| ENTRYPOINT ["/server"] |