jenkinsci / jenkinsci/support-core-plugin
[JENKINS-31952] Dockerfile: cloudbees/jenkins needs to be cloudbees/jenkins-enterprise
- Dominant language
- Java
- Stars
- 19
- Forks
- 77
- Avg merge
- 17h 53m
- Merged PRs (30d)
- 3
Description
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
---
Originally reported by
owood, imported from: Dockerfile: cloudbees/jenkins needs to be cloudbees/jenkins-enterprise
owood
Raw content of original issue
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
Contributor guide
Research direction
Search the Java sources for the shown `out.println("FROM cloudbees/jenkins:")` statement and inspect how the Dockerfile is generated. Check the generated image reference against the reported `cloudbees/jenkins:1.609.1.1` failure; done means the generated Dockerfile uses the enterprise image name and the relevant build or generation check passes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, java
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100