managebot (sha256:03a680200f1848e2973922d877e0cea4488a69f4cac96f3714a84d5fd41081cd)
Published 2026-06-17 16:43:34 +00:00 by thelion
Installation
docker pull code.ircforever.org/ircforever/managebot@sha256:03a680200f1848e2973922d877e0cea4488a69f4cac96f3714a84d5fd41081cdsha256:03a680200f1848e2973922d877e0cea4488a69f4cac96f3714a84d5fd41081cdImage 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.3.1 |
| ENV VERSION=1.3.1 |
| USER nonroot |
| ENTRYPOINT ["./managebot"] |
| CMD ["serve"] |