echolot-server (v0.4.2)
Published 2026-08-01 10:46:02 +02:00 by mram
Installation
docker pull git.rambossek.at/echolot/echolot-server:v0.4.2sha256:536a3ad50eefc61887fb2c0c6af5b19bfa0cc25aef2c84341bb7c8b9f0a9f57d
Image 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 |
| COPY /out/echolot-server /echolot-server # buildkit |
| ENV ECHOLOT_STATE_DIR=/state |
| VOLUME [/state] |
| EXPOSE map[8441/tcp:{} 8442/udp:{} 8443/tcp:{}] |
| ENTRYPOINT ["/echolot-server"] |