From 1d7b1be7b864dfad0afbc87533fafc946e6ea321 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Thu, 30 Jul 2026 00:50:54 +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 --- .woodpecker/build.yaml | 1 - Dockerfile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index be461e8..8e2d226 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -7,4 +7,3 @@ steps: settings: repo: artifactapi.k8s.syd1.au.unkin.net/docker-internal/agent-dev dry_run: true - insecure_skip_verify: true diff --git a/Dockerfile b/Dockerfile index 5544c36..b00e705 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