From 749059d235ad7a9c400b4fbf070daec7e2b72109 Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Sat, 15 Aug 2026 18:04:16 +1000 Subject: [PATCH] ci: use CA-baked plugin-docker-buildx image for artifactapi push The upstream woodpeckerci/plugin-docker-buildx image does not trust the internal CA, so pushes/pulls against artifactapi.k8s.syd1.au.unkin.net fail. Swap both the docker.yaml push step (docker-encapi) and the build.yaml PR dry-run step to the custom CA-baked image published at artifactapi.k8s.syd1.au.unkin.net/docker-internal/plugin-docker-buildx:latest. --- .woodpecker/build.yaml | 2 +- .woodpecker/docker.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index d5e16f3..d852a5a 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -3,7 +3,7 @@ when: steps: - name: docker-build - image: woodpeckerci/plugin-docker-buildx + image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/plugin-docker-buildx:latest settings: repo: artifactapi.k8s.syd1.au.unkin.net/docker-internal/encapi dry_run: true diff --git a/.woodpecker/docker.yaml b/.woodpecker/docker.yaml index 7f03b6b..c3ed28d 100644 --- a/.woodpecker/docker.yaml +++ b/.woodpecker/docker.yaml @@ -4,7 +4,7 @@ when: steps: - name: docker-encapi - image: woodpeckerci/plugin-docker-buildx + image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/plugin-docker-buildx:latest settings: registry: artifactapi.k8s.syd1.au.unkin.net repo: artifactapi.k8s.syd1.au.unkin.net/docker-internal/encapi