JFrog Artifactory · Arazzo Workflow
Artifactory Inspect Docker Image Manifest
Version 1.0.0
List an image's tags, then fetch the manifest for the first tag found.
View Spec
View on GitHub
ArtifactsDevOpsCI/CDDocker RegistryMavenPackage ManagementRepositoryArazzoWorkflows
Provider
Workflows
inspect-docker-image-manifest
List image tags then fetch the manifest for the first tag.
Lists the tags for a Docker image and, when at least one tag is present, retrieves the manifest for the first tag.
1
listTags
listTags
List the tags available for the image.
2
getManifest
getManifest
Retrieve the v2 manifest for the first tag so its config and layers can be inspected.