ci: use CA-baked plugin-docker-buildx image for artifactapi push #3

Merged
benvin merged 1 commits from benvin/buildx-ca-plugin-image into main 2026-08-15 18:21:17 +10:00
Member

The upstream woodpeckerci/plugin-docker-buildx image does not trust the internal CA, so buildx pushes to artifactapi fail TLS verification. This swaps it for the CA-baked custom image artifactapi.k8s.syd1.au.unkin.net/docker-internal/plugin-docker-buildx:latest in both the tag push (docker.yaml) and PR dry-run (build.yaml) steps. No CA-trust/buildkit_config workaround was present to remove.

The upstream woodpeckerci/plugin-docker-buildx image does not trust the internal CA, so buildx pushes to artifactapi fail TLS verification. This swaps it for the CA-baked custom image `artifactapi.k8s.syd1.au.unkin.net/docker-internal/plugin-docker-buildx:latest` in both the tag push (docker.yaml) and PR dry-run (build.yaml) steps. No CA-trust/buildkit_config workaround was present to remove.
unkin-agent added 1 commit 2026-08-15 18:03:50 +10:00
ci: use CA-baked plugin-docker-buildx image for artifactapi push
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
20f13b3e36
The upstream woodpeckerci/plugin-docker-buildx image does not trust the
internal CA, so buildx pushes to artifactapi fail on TLS verification.
Swap it for the CA-baked custom image published in the docker-internal
repo, in both the tag push (docker.yaml) and PR dry-run (build.yaml)
steps.
benvin merged commit a7f72af829 into main 2026-08-15 18:21:17 +10:00
benvin deleted branch benvin/buildx-ca-plugin-image 2026-08-15 18:21:17 +10:00
Sign in to join this conversation.