Block a user
alice-lab (v0.2)
Published 2026-08-27 13:40:30 +00:00 by daniil
Installation
docker pull git.dulin.su/daniil/alice-lab:v0.2sha256:71ab88149ffc68f395ed451986a843ff5c9b7ac263295b9e7ace82c046ef5bcfImage 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 bin/lab-linux-amd64 /lab # buildkit |
| EXPOSE [8080/tcp] |
| VOLUME [/logs] |
| ENTRYPOINT ["/lab" "-addr" ":8080" "-logdir" "/logs"] |