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

ExportXMLWordPrintable

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Minor
    • Component/s: docker-workflow-plugin
    • Environment:

      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>`.

            Assignee:
            Unassigned
            Reporter:
            Nicolas De Loof
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: