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