ci: use CA-baked plugin-docker-buildx image for artifactapi push #3
Reference in New Issue
Block a user
Delete Branch "benvin/buildx-ca-plugin-image"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The upstream woodpeckerci/plugin-docker-buildx image does not trust the internal CA, so pushes to the artifactapi docker registry fail TLS verification.
Replace the plugin image in both .woodpecker/build.yaml and .woodpecker/docker.yaml with the CA-baked custom image artifactapi.k8s.syd1.au.unkin.net/docker-internal/plugin-docker-buildx:latest, which bundles the internal CA cert. No other settings changed.