legion-log (049019f)
Published 2026-05-16 20:08:12 +00:00 by wesley
Installation
docker pull git.edge.capetown/ai/legion-log:049019fsha256:721f563ed2efb9a38dec0a7d93b86d64a0e479e6f4689405a0e543fbb0c3a628Image 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 |