pacenote-backend (latest)
Published 2026-07-04 20:56:28 +02:00 by bonemind
Installation
docker pull forgejo.xtyx.nl/bonemind/pacenote-backend:latestsha256:42d4c6476c15c2d211a35860e71294c15ec3fd2cf79a3f13e81c197132e360abImage 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 /out/pacenote-backend /pacenote-backend # buildkit |
| EXPOSE [8080/tcp] |
| USER nonroot:nonroot |
| ENTRYPOINT ["/pacenote-backend"] |