CONTAINS_IMAGE
Represents images hosted by a Container Registry.
Usage
- ContainerRegistry →
CONTAINS_IMAGE→ ContainerImage
Examples
MATCH (acr:ContainerRegistry)-[:CONTAINS_IMAGE]->(img:ContainerImage)
RETURN acr.loginServer, img.name
Represents images hosted by a Container Registry.
CONTAINS_IMAGE → ContainerImageMATCH (acr:ContainerRegistry)-[:CONTAINS_IMAGE]->(img:ContainerImage)
RETURN acr.loginServer, img.name