legion-log (07099af)
Published 2026-05-16 17:50:38 +00:00 by wesley
Installation
docker pull git.edge.capetown/ai/legion-log:07099afsha256:d03970d12434827bbe75fab14e0261f34f41cc4cbe5159e1ff0a0b7c5f1ce017Image 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 |