legion-log (0a9e815)
Published 2026-05-16 18:32:30 +00:00 by wesley
Installation
docker pull git.edge.capetown/ai/legion-log:0a9e815sha256:906acbe649dec46e4ef7e3f0c7e22efbc607d512f0c5f9f1c5ad774ca28df9cbImage layers
| ADD alpine-minirootfs-3.20.10-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN apk add --no-cache ca-certificates tzdata && addgroup -S -g 1000 legion && adduser -S -u 1000 -G legion legion |
| COPY --from=build /out/legion-log /usr/local/bin/legion-log |