ci: add buildkit_config CA trust for artifactapi push #4
Reference in New Issue
Block a user
Delete Branch "benvin/buildx-ca-config"
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?
Adds the buildx
buildkit_configCA reference to thedockerpush step so buildkitd trusts artifactapi's internal (Vault) CA when pushing to the local docker registry.The plugin image already bakes the CA at
/etc/docker/certs.d/artifactapi.k8s.syd1.au.unkin.net/ca.crt; buildkitd runs in its own container and performs the push, so it needs the CA passed via--config(buildx copies the referenced file in). Proven in jellyfin-ha v0.1.2.Changes:
settings.buildkit_configto thedockerpush step in.woodpecker/docker.yaml.