-
Bug
-
Resolution: Unresolved
-
Minor
-
None
out.println("FROM cloudbees/jenkins:" + fullVersion.substring(0, s));
needs to be
out.println("FROM cloudbees/jenkins-enterprise:" + fullVersion.substring(0, s));
Example of current error:
Pulling repository docker.io/cloudbees/jenkins Error: image cloudbees/jenkins:1.609.1.1 not found
[JENKINS-31952] Dockerfile: cloudbees/jenkins needs to be cloudbees/jenkins-enterprise
Resolution | New: Won't Fix [ 2 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Resolution | Original: Won't Fix [ 2 ] | |
Status | Original: Closed [ 6 ] | New: Reopened [ 4 ] |
Workflow | Original: JNJira [ 167424 ] | New: JNJira + In-Review [ 186334 ] |
yes and no owood
It depends of the distribution.
By default this plugin must work with Jenkins OSS
In that case docker files are here : https://hub.docker.com/_/jenkins/
In the case of our cloudbees product we have an extension/customisation of this support plugin and we should find a way in it to change this value to use our images