managebot (sha256:a9561d6e6276dafe3d23156104ce0a43d9da637f515354e1e06e6e8f3a6c2a8d)
Published 2026-06-17 18:58:53 +00:00 by thelion
Installation
docker pull code.ircforever.org/ircforever/managebot@sha256:a9561d6e6276dafe3d23156104ce0a43d9da637f515354e1e06e6e8f3a6c2a8dsha256:a9561d6e6276dafe3d23156104ce0a43d9da637f515354e1e06e6e8f3a6c2a8dImage 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.8.0 |
| ENV VERSION=1.8.0 |
| USER nonroot |
| ENTRYPOINT ["./managebot"] |
| CMD ["serve"] |