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:19:14 +10:00
Member

The upstream woodpeckerci/plugin-docker-buildx image does not trust the internal CA, so buildx pushes to the artifactapi local docker registry fail on TLS verification.

This switches the docker push step in .woodpecker/docker.yaml to the CA-baked artifactapi.k8s.syd1.au.unkin.net/docker-internal/plugin-docker-buildx:latest image, which bundles the internal CA and pushes cleanly to docker-internal/pdbmux.

No CA-trust/buildkit_config workaround was present; everything else is unchanged.

The upstream `woodpeckerci/plugin-docker-buildx` image does not trust the internal CA, so buildx pushes to the artifactapi local docker registry fail on TLS verification. This switches the docker push step in `.woodpecker/docker.yaml` to the CA-baked `artifactapi.k8s.syd1.au.unkin.net/docker-internal/plugin-docker-buildx:latest` image, which bundles the internal CA and pushes cleanly to `docker-internal/pdbmux`. No CA-trust/buildkit_config workaround was present; everything else is unchanged.
unkin-agent added 1 commit 2026-08-15 18:04:34 +10:00
ci: use CA-baked plugin-docker-buildx image for artifactapi push
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
3c7251cc1e
The upstream woodpeckerci/plugin-docker-buildx image does not trust the
internal CA, so buildx pushes to the artifactapi local docker registry
fail on TLS verification. Switch the docker push step to the CA-baked
plugin-docker-buildx image published to docker-internal, which bundles
the internal CA and pushes cleanly.
benvin merged commit 9fc928ee67 into main 2026-08-15 18:19:14 +10:00
benvin deleted branch benvin/buildx-ca-plugin-image 2026-08-15 18:19:14 +10:00
Sign in to join this conversation.