• Joined on 2023-05-26

git-ai-agent (main)

Published 2025-10-24 11:33:09 +00:00 by ruokki

Installation

docker pull gitea.ruokki.ovh/ruokki/git-ai-agent:main
sha256:db55a095a3113eb120c1dede731e4751dd5983c9c7d0dcbcf296032f32bd4639

Image Layers

ADD alpine-minirootfs-3.22.2-aarch64.tar.gz / # buildkit
CMD ["/bin/sh"]
/bin/sh -c apk --no-cache add ca-certificates git
WORKDIR /app
COPY file:6f04cb94620c591aa6c2f7ad15cd23fee0de76114e586904144959a9de712326 in .
COPY file:b420510660c30749ffd9dc0220e658525238cbfa2c90aac15156ebc9eff26eaa in ./configs/
/bin/sh -c mkdir -p /tmp/git-ai-agent
/bin/sh -c adduser -D -u 1000 appuser && chown -R appuser:appuser /app /tmp/git-ai-agent
USER appuser
EXPOSE 8080
ENTRYPOINT ["/app/git-ai-agent"]
CMD ["-config" "/app/configs/config.yaml"]
LABEL org.opencontainers.image.created=2025-10-24T11:27:00Z
LABEL org.opencontainers.image.revision=88e7d2cdb45a68e739dc0902f512ec9aef826a99
LABEL org.opencontainers.image.source=https://gitea.ruokki.ovh/ruokki/git-ai-agent.git
LABEL org.opencontainers.image.url=https://gitea.ruokki.ovh/ruokki/git-ai-agent

Labels

Key Value
org.opencontainers.image.created 2025-10-24T11:27:00Z
org.opencontainers.image.revision 88e7d2cdb45a68e739dc0902f512ec9aef826a99
org.opencontainers.image.source https://gitea.ruokki.ovh/ruokki/git-ai-agent.git
org.opencontainers.image.url https://gitea.ruokki.ovh/ruokki/git-ai-agent
Details
Container
2025-10-24 11:33:09 +00:00
7
OCI / Docker
linux/arm64/v8
17 MiB
Versions (2) View all
main 2025-10-24
latest 2025-10-10