Block a user
cheese-story-core (v1)
Published 2026-08-27 06:02:48 +00:00 by daniil
Installation
docker pull git.dulin.su/daniil/cheese-story-core:v1sha256:8a4d5b82fd26cfa0f06b1c1c0d9dae439c39552d04ed25fa9ed9229f2be67bbfImage 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 |
| ENV API_ADDR=:8082 |
| EXPOSE [8080/tcp 8082/tcp 9090/tcp] |
| ENTRYPOINT ["/app"] |