Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-22505

Deploy Docker Image wizard: ImageSearch changed in API, wont compile any more

XMLWordPrintable

      ImageSearch broke API at some point. Current 2.0.0.201606010301 that we use in OpenShift wont allow

      new ImageSearch(IDockerConnection conn, String name)
      

      The new API now is:

      new ImageSearch(IDockerConnection conn, String name, IRegistry reg)
      

      reg cant be set to null, even though it now compiles and you can open up the search dialog. But searches wont find anything, the results stay empty.

            xcoulon@redhat.com Xavier Coulon
            adietish@redhat.com André Dietisheim
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: