legion-log (6a0957f)
Published 2026-05-16 19:36:18 +00:00 by wesley
Installation
docker pull git.edge.capetown/ai/legion-log:6a0957fsha256:44fc7bd6fcb65d86f0322ca88c13f97d985997c29698d476c186ddc93e967d65Image 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 |