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 to the artifactapi local docker registry fail on TLS verification.This switches the docker push step in
.woodpecker/docker.yamlto the CA-bakedartifactapi.k8s.syd1.au.unkin.net/docker-internal/plugin-docker-buildx:latestimage, which bundles the internal CA and pushes cleanly todocker-internal/pdbmux.No CA-trust/buildkit_config workaround was present; everything else is unchanged.