• Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Minor Minor
    • docker-workflow-plugin
    • None

      docker pipeline relies on `docker inspect` to check for image to exist, but this can result in false positive as this command to look for containers, networks, volumes, plugins and images.

      Should use `docker images <image> -q` and check for result count, or on 1.13 and later `docker image inspect <image>`.

          [JENKINS-43186] should not use `docker inspect <image>`

          There are no comments yet on this issue.

            Unassigned Unassigned
            ndeloof Nicolas De Loof
            Votes:
            2 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated: