Skip to main content

GetDockerImageLatestTag

This Script is part of the Common Scripts Pack.#

Gets docker image latest tag. Script simulates the docker pull flow but doesn't actually pull the image. Returns an entry with the docker image latest tag if all is good, otherwise will return an error.

Script Data#


NameDescription
Script Typepython2
Cortex XSOAR Version5.0.0

Inputs#


Argument NameDescription
docker_imageDocker image full name with version: For example: demisto/python
use_system_proxyUse system proxy settings
trust_any_certificateTrust any certificate (not secure)

Outputs#


There are no outputs for this script.

Script Examples#

Example command#

!GetDockerImageLatestTag docker_image=demisto/python3

Human Readable Output#

3.10.4.29342