-
Bug
-
Resolution: Unresolved
-
Minor
-
None
My private docker registry is using mTLS (https://docs.docker.com/engine/security/certificates/#understand-the-configuration) to authenticate clients. Credentials provided via registryCredentialsId can only be used for providing username/password.
dockerfile { filename 'Dockerfile.jenkins' registryUrl 'https://registry/' registryCredentialsId 'client-certificate' }
[JENKINS-71889] Unable to configure mTLS connection to Registry
Description | Original: My private docker registry is using mTLS ([https://docs.docker.com/engine/security/certificates/#understand-the-configuration)] to authenticate clients. Credentials provided via registryCredentialsId can only be used for providing username/password. |
New:
My private docker registry is using mTLS ([https://docs.docker.com/engine/security/certificates/#understand-the-configuration)] to authenticate clients. Credentials provided via registryCredentialsId can only be used for providing username/password.
{code:java} dockerfile { filename 'Dockerfile.jenkins' registryUrl 'https://registry/' registryCredentialsId 'client-certificate' } {code} |