revert Dockerfile FROM to gitea agent-base; keep push-target switch
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
This commit is contained in:
2026-07-30 00:50:55 +10:00
parent af44fe498f
commit b73309c1c7
+1 -1
View File
@@ -1,4 +1,4 @@
FROM artifactapi.k8s.syd1.au.unkin.net/docker-internal/agent-base:latest
FROM git.unkin.net/unkin/agent-base:latest
USER root