managebot (sha256:5e2a70da7297fbacbf2d0b90f0a4ef988651c91cdbade6c3d4e4c1ae7250a809)
Published 2026-06-16 15:15:46 +00:00 by thelion
Installation
docker pull code.ircforever.org/thelion/managebot@sha256:5e2a70da7297fbacbf2d0b90f0a4ef988651c91cdbade6c3d4e4c1ae7250a809sha256:5e2a70da7297fbacbf2d0b90f0a4ef988651c91cdbade6c3d4e4c1ae7250a809Image 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.1.0 |
| ENV VERSION=1.1.0 |
| USER nonroot |
| ENTRYPOINT ["./managebot"] |
| CMD ["serve"] |