ci: add buildkit_config CA trust for artifactapi push #24
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_config to the docker-tomswallapi buildx push step so the buildkitd container 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//ca.crt (swapped in a prior merged PR). buildkitd runs in its own container and performs the push, so buildx needs the CA passed via --config; buildkit_config points the docker-container builder at the in-image CA file.
Proven working in jellyfin-ha v0.1.2. Does not touch the dry_run build.yaml step.