Using buildx to create a multi arch image using the docker-container driver fails with "509: certificate signed by unknown authority" when pushing to a self-signed registry.
Using the --driver-opt there isn't a way to mount a volume in the build container containing the certificates.
Using buildx to create a multi arch image using the docker-container driver fails with "509: certificate signed by unknown authority" when pushing to a self-signed registry.
Using the
--driver-optthere isn't a way to mount a volume in the build container containing the certificates.