docker.image-ls

Collect a list of docker images present on the server

docker.image-ls

Collect a list of docker images present on the server

collect:
  v1:
    - docker.image-ls:
        output_dir: /cooltool/images/
        All: true
        Filters:
          label:
            - com.supercooltool.app=supercooltool-enterprise

Optional Parameters

  • All - Same as would be passed to docker images

  • Filters - Same as would be passed to docker images

Outputs

  • image_ls.json - JSON output


Shared Parameters

This spec also inherits all of the required and optional Shared Parameters