From b73309c1c736bbb42f22e79914448f4febe802bd Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Thu, 30 Jul 2026 00:50:55 +1000 Subject: [PATCH] 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 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 110e205..8eef715 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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