This issue is archived. You can view it, but you can't modify it. Learn more

ExportXMLWordPrintable

       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
      

            Assignee:
            Owen Wood
            Reporter:
            Owen Wood
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: