spreadlab (sha256:87cdc9b9269adf73ff9a4013e6c4a23d1933a959b5f7513d45ad954291e6bd74)
Published 2026-07-09 13:59:09 +02:00 by justinzeus
Installation
docker pull git.justintime.lol/justinzeus/spreadlab@sha256:87cdc9b9269adf73ff9a4013e6c4a23d1933a959b5f7513d45ad954291e6bd74sha256:87cdc9b9269adf73ff9a4013e6c4a23d1933a959b5f7513d45ad954291e6bd74Image 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 |
| COPY /spreadlab /spreadlab # buildkit |
| EXPOSE [8080/tcp] |
| HEALTHCHECK {Test:[CMD /spreadlab -check] Interval:30s Timeout:5s StartPeriod:5s StartInterval:0s Retries:0} |
| ENTRYPOINT ["/spreadlab" "-addr" ":8080"] |