args: - default: true description: The Docker image to check. name: docker_image required: true comment: Gets a Docker image and checks if it exists on the machine running Cortex XSOAR. commonfields: id: TroubleshootIsDockerImageExists version: -1 name: TroubleshootIsDockerImageExists outputs: - contextPath: TroubleshootIsDockerImageExists.docker_image description: The Docker image name. type: String - contextPath: TroubleshootIsDockerImageExists.exists description: Whether the Docker image exists. type: Boolean script: '-' tags: - troubleshoot timeout: '0' type: python subtype: python3 dependson: must: - core-api-get dockerimage: demisto/python3:3.12.13.10116658 fromversion: 5.0.0 tests: - No tests (auto formatted)