woodpecker: allow CA-baked docker-buildx plugin as privileged #371
Reference in New Issue
Block a user
Delete Branch "benvin/woodpecker-ca-baked-buildx"
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?
Why: pushing in-house images to the internal-CA artifactapi registry fails
x509: certificate signed by unknown authoritywith the upstream buildx plugin (and:latest-insecuredoes not fix it — buildkit still verifies the registry cert). The fix is the CA-baked plugin image now published atartifactapi.k8s.syd1.au.unkin.net/docker-internal/plugin-docker-buildx(unkin/plugin-docker-buildx v0.1.0).How: add that image (bare +
:latest) toWOODPECKER_PLUGINS_PRIVILEGEDin the au-syd1 overlay so it may run privileged. Existing upstream entries kept so current repos are unaffected until they switch over.Next: ghp
.woodpeckerswitches its buildx step to this image, then ghp re-tags and its push succeeds.