From 276211c283595b0a0c138c337db8a0280c0bf90d Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Thu, 30 Jul 2026 00:34:59 +1000 Subject: [PATCH] ci: push images to artifactapi registry instead of gitea 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 agentpool sample image (covers forgebot-api + forgebot-operator). Claude-Session: https://claude.ai/code/session_015ur3i7D2azsMAWTSVABApv --- .woodpecker/build.yaml | 4 ++-- .woodpecker/docker.yaml | 14 ++++---------- config/samples/agentpool.yaml | 2 +- 3 files changed, 7 insertions(+), 13 deletions(-) diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index fd08c87..fbf1560 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -5,13 +5,13 @@ steps: - name: docker-build-api image: woodpeckerci/plugin-docker-buildx settings: - repo: git.unkin.net/unkin/forgebot-api + repo: artifactapi.k8s.syd1.au.unkin.net/docker-internal/forgebot-api dockerfile: Dockerfile.api dry_run: true - name: docker-build-operator image: woodpeckerci/plugin-docker-buildx settings: - repo: git.unkin.net/unkin/forgebot-operator + repo: artifactapi.k8s.syd1.au.unkin.net/docker-internal/forgebot-operator dockerfile: Dockerfile.operator dry_run: true diff --git a/.woodpecker/docker.yaml b/.woodpecker/docker.yaml index 234d497..31fed85 100644 --- a/.woodpecker/docker.yaml +++ b/.woodpecker/docker.yaml @@ -6,12 +6,9 @@ steps: - name: docker-api image: woodpeckerci/plugin-docker-buildx settings: - registry: git.unkin.net - repo: git.unkin.net/unkin/forgebot-api + registry: artifactapi.k8s.syd1.au.unkin.net + repo: artifactapi.k8s.syd1.au.unkin.net/docker-internal/forgebot-api dockerfile: Dockerfile.api - username: droneci - password: - from_secret: DRONECI_PASSWORD tags: - ${CI_COMMIT_TAG} - latest @@ -19,12 +16,9 @@ steps: - name: docker-operator image: woodpeckerci/plugin-docker-buildx settings: - registry: git.unkin.net - repo: git.unkin.net/unkin/forgebot-operator + registry: artifactapi.k8s.syd1.au.unkin.net + repo: artifactapi.k8s.syd1.au.unkin.net/docker-internal/forgebot-operator dockerfile: Dockerfile.operator - username: droneci - password: - from_secret: DRONECI_PASSWORD tags: - ${CI_COMMIT_TAG} - latest diff --git a/config/samples/agentpool.yaml b/config/samples/agentpool.yaml index 0048c08..cf9e2b9 100644 --- a/config/samples/agentpool.yaml +++ b/config/samples/agentpool.yaml @@ -8,7 +8,7 @@ spec: model: claude-sonnet-4-20250514 endpoint: https://litellm.k8s.syd1.au.unkin.net maxConcurrent: 3 - image: git.unkin.net/unkin/agent-dev:latest + image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/agent-dev:latest resources: requests: cpu: 500m