jenkinsci / jenkinsci/support-core-plugin

[JENKINS-31952] Dockerfile: cloudbees/jenkins needs to be cloudbees/jenkins-enterprise

Open
#733 3 comments 0 reactions 0 assignees View on GitHub
component:support-core-plugin imported-jira-issue priority:minor resolution:unresolved
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


  • assignee: owood
  • status: Reopened
  • priority: Minor
  • component(s): support-core-plugin
  • resolution: Unresolved
  • votes: 0
  • watchers: 3
  • imported: 20251212-090250

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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.