Block a user
cheese-story-bot (v1)
Published 2026-08-27 06:03:08 +00:00 by daniil
Installation
docker pull git.dulin.su/daniil/cheese-story-bot:v1sha256:71ba337e50a6c236f261b97d8f5dace82c09c44f7d5944daca47e383331e7171Image 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_tar |
| COPY /app /app # buildkit |
| EXPOSE [8081/tcp 9091/tcp] |
| ENTRYPOINT ["/app"] |