Block a user
pamietnik (v1.59.0)
Published 2026-08-27 06:56:37 +00:00 by christoph
Installation
docker pull git2.adelante-it.de/christoph/pamietnik:v1.59.0sha256:1ce88f03423a47992df15e5e64d7649b8b37383e01f2ecc94a617a54b7c3076f
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.2 |
| COPY /server /server # buildkit |
| COPY /createuser /createuser # buildkit |
| ADD webapp-dist.tar.gz /webapp # buildkit |
| ENV WEBAPP_DIR=/webapp |
| ENV WEBAPP_VERSION=v0.8.2 |
| ENTRYPOINT ["/server"] |