Skip to main content

ListUsedDockerImages

This Script is part of the Common Scripts Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.1.0 and later.

List all Docker images that are in use by the installed integrations and automations.

Script Data#

NameDescription
Script Typepython3
TagsUtility, Dockers, General
Cortex XSOAR Version6.1.0

Inputs#

Argument NameDescription
export_to_contextWhether to export the result to context. Possible values: "true" and "false". Default is "true".

Outputs#

PathDescriptionType
UsedDockerImages.DockerImageThe Docker image name.String
UsedDockerImages.ContentItemThe integration or automation name that used the specific Docker image.String

Script Example#

!ListUsedDockerImages

Context Example#

{
"UsedDockerImages": [
{
"ContentItem": [
"Active Directory Query v2"
],
"DockerImage": "demisto/ldap:1.0.0.23980"
},
{
"ContentItem": [
"AutoFocus Daily Feed",
"McAfee ePO",
"ServiceNow CMDB",
"ServiceNow IAM",
"ServiceNow v2"
],
"DockerImage": "demisto/python3:3.9.6.22912"
},
{
"ContentItem": [
"AutoFocus Feed",
"GitLab (Community Contribution)",
"Palo Alto Networks AutoFocus v2",
"ExtractEmailV2",
"GetIndicatorDBotScoreFromCache"
],
"DockerImage": "demisto/python3:3.9.6.24019"
}
]
}

Human Readable Output#

Docker Images In use:#

Docker ImageContent Item
demisto/ldap:1.0.0.23980Active Directory Query v2
demisto/python3:3.9.6.22912AutoFocus Daily Feed,
McAfee ePO,
ServiceNow CMDB,
ServiceNow IAM,
ServiceNow v2
demisto/python3:3.9.6.24019AutoFocus Feed,
GitLab (Community Contribution),
Palo Alto Networks AutoFocus v2,
ExtractEmailV2,
GetIndicatorDBotScoreFromCache