Skip to content

CONTAINS_IMAGE

Represents images hosted by a Container Registry.

Usage

  • ContainerRegistryCONTAINS_IMAGEContainerImage

Examples

MATCH (acr:ContainerRegistry)-[:CONTAINS_IMAGE]->(img:ContainerImage)
RETURN acr.loginServer, img.name