managebot (sha256:f1b925de2168e02fa0d048566fab272c8b9a6381e8a2f5ae00e7c504ed795aa9)
Published 2026-06-17 18:51:08 +00:00 by thelion
Installation
docker pull code.ircforever.org/ircforever/managebot@sha256:f1b925de2168e02fa0d048566fab272c8b9a6381e8a2f5ae00e7c504ed795aa9sha256:f1b925de2168e02fa0d048566fab272c8b9a6381e8a2f5ae00e7c504ed795aa9Image 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 |
| WORKDIR /app |
| EXPOSE [8080/tcp] |
| COPY --chown=nonroot:nonroot /app/managebot . # buildkit |
| ARG VERSION=1.7.1 |
| ENV VERSION=1.7.1 |
| USER nonroot |
| ENTRYPOINT ["./managebot"] |
| CMD ["serve"] |