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-buildximage does not trust the internal CA, so buildx pushes/pulls against artifactapi over TLS fail.Swap both pipeline steps to the CA-baked custom image
artifactapi.k8s.syd1.au.unkin.net/docker-internal/plugin-docker-buildx:latest:.woodpecker/build.yaml(PR dry-run build step).woodpecker/docker.yaml(tag push step)No ca-trust/buildkit_config workaround was present, so nothing to remove. Everything else left intact.