managebot (sha256:c067af49b6ee9142739902e3344138ab8c43a1c45ff97c73de80343fe4d924b4)
Published 2026-06-17 18:08:12 +00:00 by thelion
Installation
docker pull code.ircforever.org/ircforever/managebot@sha256:c067af49b6ee9142739902e3344138ab8c43a1c45ff97c73de80343fe4d924b4sha256:c067af49b6ee9142739902e3344138ab8c43a1c45ff97c73de80343fe4d924b4Image 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.6.0 |
| ENV VERSION=1.6.0 |
| USER nonroot |
| ENTRYPOINT ["./managebot"] |
| CMD ["serve"] |