b73309c1c7
ci/woodpecker/pr/build Pipeline failed
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
17 lines
254 B
Docker
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
|