Block a user
version-radar-harvester (latest)
Published 2026-06-14 15:12:47 +03:00 by oleks
Installation
docker pull git.oleks.space/oleks/version-radar-harvester:latestsha256:b5da8c8072ddc776c506e725b5c78e54bc30cb0815f3836a99316a391918ab70
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 6d816f891c | linux/arm64 | 9.0 MiB |
Image Layers ( linux/arm64)
| bazel build @bookworm//base-files/arm64:data_statusd |
| bazel build @bookworm//netbase/arm64:data_statusd |
| bazel build @bookworm//tzdata/arm64:data_statusd |
| bazel build @bookworm//media-types/arm64: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_arm64 |
| WORKDIR /app |
| COPY /out/harvester /app/harvester # buildkit |
| COPY /out/triage /app/triage # buildkit |
| VOLUME [/state] |
| USER nonroot:nonroot |
| ENTRYPOINT ["/app/harvester"] |