ci: use CA-baked plugin-docker-buildx image for artifactapi push #6
Reference in New Issue
Block a user
Delete Branch "benvin/jellyfin-buildx-plugin-image"
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?
Point jellyfin-ha's release docker push at the CA-baked custom plugin image so it trusts artifactapi's internal Vault CA without the standalone workaround step.
The custom image (artifactapi.k8s.syd1.au.unkin.net/docker-internal/plugin-docker-buildx) bakes the internal CA into /etc/docker/certs.d//ca.crt. The plugin creates its buildx builder with the docker-container driver, so buildkitd (in its own container) performs the push and still needs the CA handed to it via buildkit_config --config; the baked path just replaces the workspace-staged file.