Files
container-agent-infra/Dockerfile
T
unkinben b73309c1c7
ci/woodpecker/pr/build Pipeline failed
revert Dockerfile FROM to gitea agent-base; keep push-target switch
The buildkit builder in the k8s runner cannot pull FROM the artifactapi
registry (internal CA is not trusted). Keep the base-image FROM on gitea;
only the push target moves to artifactapi.

Claude-Session: https://claude.ai/code/session_015ur3i7D2azsMAWTSVABApv
2026-07-30 00:50:55 +10:00

17 lines
254 B
Docker

FROM git.unkin.net/unkin/agent-base:latest
USER root
RUN dnf install -y \
kubectl \
kustomize \
helm \
helmfile \
opentofu \
vault \
consul \
terragrunt \
&& dnf clean all
USER agent