Hi,

I'm working on a project that's currently pulling from some of Red
Hat's internal git repos during the container build process. The
SSL/TLS certificate for the server hosting those repos is signed with
Red Hat's corporate CA certificate, so it can't be validated by the
default cert bundle in the base image - it needs to be added somehow.

A couple of the Dockerfiles work around this by disabling git's SSL
verification, but that's obviously not a pattern we want to be
encouraging.

Is there a standard answer to handling this and I'm just not finding it?

Regards,
Nick.

-- 
Nick Coghlan   |   [email protected]   |   Brisbane, Australia

_______________________________________________
Container-tools mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/container-tools

Reply via email to