revert Dockerfile FROM to gitea agent-base; keep push-target switch
ci/woodpecker/pr/build Pipeline was successful

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:54 +10:00
parent 1fed0bfd4a
commit 1d7b1be7b8
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -7,4 +7,3 @@ steps:
settings:
repo: artifactapi.k8s.syd1.au.unkin.net/docker-internal/agent-dev
dry_run: true
insecure_skip_verify: true
+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