Block a user
qbank (latest)
Published 2026-05-12 10:01:07 +03:00 by janis
Installation
docker pull git.kacens.dev/janis/qbank:latestsha256:617cb0fd034ce4b1e57e3500025c3e32e44f1b3fa7ee58b5d5cbb906fdf60695
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 710fa9ac8c | linux/amd64 | 14 MiB |
Image Layers ( linux/amd64)
| 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 |
| COPY /out/qbank /app/qbank # buildkit |
| COPY /src/web/templates /app/web/templates # buildkit |
| COPY /src/web/static /app/web/static # buildkit |
| EXPOSE [8080/tcp] |
| ENTRYPOINT ["/app/qbank"] |