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