ci: add buildkit_config CA trust for artifactapi push #18
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?
Both artifactapi push steps use the CA-baked plugin-docker-buildx image, but buildkitd runs in its own container and does the actual push, so it needs the artifactapi CA passed via buildkit_config even though the plugin image already trusts it.
This adds settings.buildkit_config to BOTH push steps (docker-operator and docker-tsig-api), pointing the buildx docker-container builder at the in-image CA at /etc/docker/certs.d/artifactapi.k8s.syd1.au.unkin.net/ca.crt.
Proven working in jellyfin-ha v0.1.2. Does not touch the build.yaml dry-run steps.