Block a user
tracker (latest)
Published 2026-02-24 14:23:44 +01:00 by Marius
Installation
docker pull gitea.minpls.de/min/tracker:latestsha256:cfcc58ba46ee8c8714e9a540483a26782d2e5ff27da2a6b90a49d2e35f87cb25
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=/data/tracker.db |
| COPY /out/tracker /app/tracker # buildkit |
| COPY --chown=nonroot:nonroot /out/data /data # buildkit |
| VOLUME [/data] |
| EXPOSE [8080/tcp] |
| ENTRYPOINT ["/app/tracker"] |