ci: add buildkit_config CA trust for artifactapi push #10
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
buildkit_configto thedocker-operatorbuildx push step so the docker-container builder trusts artifactapi's internal (Vault) CA when pushing to the local registry.The plugin image already bakes the CA at
/etc/docker/certs.d/artifactapi.k8s.syd1.au.unkin.net/ca.crt(merged separately), but buildkitd runs in its own container and performs the push, so it needs the CA referenced via--config. buildx copies the referenced file in.Same fix proven in jellyfin-ha v0.1.2. Does not touch the build.yaml dry_run step.