Block a user
minpls.de (latest)
Published 2026-08-02 07:56:09 +00:00 by Marius
Installation
docker pull gitea.minpls.de/min/minpls.de:latestsha256:125801bf0d053ff7f83b93dfb9c8e19dcd5e2c3ae1102ef1e45a41e6d6474891
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 |
| WORKDIR /app |
| ENV DB_PATH=/tmp/app.db |
| COPY /out/app /app/app # buildkit |
| EXPOSE [8080/tcp] |
| ENTRYPOINT ["/app/app"] |