elblocks (sha256:0a3fa05c700af2ebe6aaec550501f1d2e8f3fec0dc4d97a4a4d5fe72384a9b4d)
Published 2026-04-30 03:32:28 +03:00 by root
Installation
docker pull forgejo.okcu.io/root/elblocks@sha256:0a3fa05c700af2ebe6aaec550501f1d2e8f3fec0dc4d97a4a4d5fe72384a9b4dsha256:0a3fa05c700af2ebe6aaec550501f1d2e8f3fec0dc4d97a4a4d5fe72384a9b4dImage 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 |
| bazel build @bookworm//libc6/amd64:data_statusd |
| bazel build @bookworm//libssl3/amd64:data_statusd |
| bazel build @bookworm//libgomp1/amd64:data_statusd |
| bazel build @bookworm//libstdc++6/amd64:data_statusd |
| bazel build @bookworm//libgcc-s1/amd64:data_statusd |
| bazel build @bookworm//gcc-12-base/amd64:data_statusd |
| WORKDIR /app |
| COPY --chown=nonroot:nonroot /app/_build/prod/rel/el_blocks ./ # buildkit |
| ENV PHX_SERVER=true LANG=C.UTF-8 LC_ALL=C.UTF-8 HOME=/app |
| EXPOSE map[9090/tcp:{}] |
| ENTRYPOINT ["/app/bin/el_blocks"] |
| CMD ["start"] |