klein_todo (latest)
Published 2026-04-04 14:40:26 +02:00 by DariusKlein
Installation
docker pull docker.kleinwizard.nl/dariusklein/klein_todo:latestsha256:0df1abcb972bfe510fea6ac4319ad93dc3738eb0032e809016552e3b2272f71aImage 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 |
| bazel build @bookworm//libc6/amd64:data_statusd |
| bazel build @bookworm//libssl3/amd64:data_statusd |
| COPY /app/serverBinary . # buildkit |
| ENV XDG_CONFIG_HOME=/data |
| CMD ["./serverBinary"] |