af44fe498f
ci/woodpecker/pr/build Pipeline failed
Hard switch of the docker push target from the Gitea registry to the artifactapi local docker registry (docker-internal); the Gitea VM and its registry are being retired. Drops the droneci/DRONECI_PASSWORD creds since artifactapi accepts unauthenticated in-cluster pushes. Also repoints the Dockerfile FROM agent-base base image. Claude-Session: https://claude.ai/code/session_015ur3i7D2azsMAWTSVABApv
17 lines
284 B
Docker
17 lines
284 B
Docker
FROM artifactapi.k8s.syd1.au.unkin.net/docker-internal/agent-base:latest
|
|
|
|
USER root
|
|
|
|
RUN dnf install -y \
|
|
kubectl \
|
|
kustomize \
|
|
helm \
|
|
helmfile \
|
|
opentofu \
|
|
vault \
|
|
consul \
|
|
terragrunt \
|
|
&& dnf clean all
|
|
|
|
USER agent
|