managebot (sha256:8dd177a7bbd0b7a8753ca582463e9d27e2c6c243bfaf8bd43f25e1e793a977f0)
Published 2026-06-17 17:47:42 +00:00 by thelion
Installation
docker pull code.ircforever.org/ircforever/managebot@sha256:8dd177a7bbd0b7a8753ca582463e9d27e2c6c243bfaf8bd43f25e1e793a977f0sha256:8dd177a7bbd0b7a8753ca582463e9d27e2c6c243bfaf8bd43f25e1e793a977f0Image 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.4.1 |
| ENV VERSION=1.4.1 |
| USER nonroot |
| ENTRYPOINT ["./managebot"] |
| CMD ["serve"] |