Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-31952

Dockerfile: cloudbees/jenkins needs to be cloudbees/jenkins-enterprise

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • support-core-plugin
    • 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
      

            owood Owen Wood
            owood Owen Wood
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: