concourse/concourse-chart

corporate docker / oci registry. Should be able to set corporate ca

poblin-orange opened this issue · 1 comments

Using a corporate docker registry, on premises, we must be able to set corporate ca for registry access (same as credhub and ldap, for which we can specify the ca)

Is this for when Concourse is pulling an image using the registry-image resource? https://github.com/concourse/registry-image-resource/
Have you tried setting ca_certs for the resource?

As of 6.7.0 you can specify defaults for the built-in resource-types: concourse/concourse#6079