jenkinsci / jenkinsci/docker-workflow-plugin

[JENKINS-71889] Unable to configure mTLS connection to Registry

Open
#709 0 comments 0 reactions 0 assignees View on GitHub
component:docker-commons-plugin component:docker-workflow-plugin imported-jira-issue priority:minor resolution:unresolved
Dominant language
Java
Stars
527
Forks
422
Avg merge
10m
Merged PRs (30d)
1

Description

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'
}

---
Originally reported by bbucko, imported from: Unable to configure mTLS connection to Registry


  • status: Open
  • priority: Minor
  • component(s): docker-commons-plugin, docker-workflow-plugin
  • resolution: Unresolved
  • votes: 0
  • watchers: 1
  • imported: 2025-12-07

Raw content of original issue

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'
}

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.