llama-bot (cb3c8cf)
Published 2026-04-21 03:50:33 +00:00 by andy
Installation
docker pull git.eeble.net/andy/llama-bot:cb3c8cfsha256:5e23242a6cbd7f6637306e3da4f36ce5337371d723b081dd07be0820fbbe5079Image layers
| ADD alpine-minirootfs-3.21.7-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache ca-certificates && adduser -D -u 1000 llama-bot # buildkit |
| COPY /app/llama-bot /llama-bot # buildkit |
| USER 1000 |
| ENTRYPOINT ["/llama-bot"] |