Block a user
minpls.de (latest)
Published 2026-05-18 17:45:07 +02:00 by Marius
Installation
docker pull gitea.minpls.de/min/minpls.de:latestsha256:d70cfbddd302892f4c573d28899945a93d523289cb266648de860f9eaebdc77b
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"] |