repoman (sha256:3f538dc2a042a8d3f26efc0a96b0e953e13bb1413a4f9d1d52fd6372b0869692)
Published 2026-09-09 05:07:15 +02:00 by Griefed
Installation
docker pull git.griefed.de/griefed/repoman@sha256:3f538dc2a042a8d3f26efc0a96b0e953e13bb1413a4f9d1d52fd6372b0869692sha256:3f538dc2a042a8d3f26efc0a96b0e953e13bb1413a4f9d1d52fd6372b0869692Image layers
| 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_tar |
| COPY /out/repoman /usr/local/bin/repoman # buildkit |
| COPY --chown=65532:65532 /data /data # buildkit |
| VOLUME [/data] |
| EXPOSE [8080/tcp] |
| USER 65532:65532 |
| ENTRYPOINT ["/usr/local/bin/repoman"] |
| CMD ["serve" "--addr" ":8080" "--db" "/data/repoman.db"] |