Interface ContainerImageMetadataResolver
- All Known Implementing Classes:
DefaultContainerImageMetadataResolver
public interface ContainerImageMetadataResolver
Retrieves the configuration metadata for Docker and OCI container images.
- Author:
- Christian Tzolov
-
Method Summary
-
Method Details
-
getImageLabels
- Parameters:
imageName
- container image name- Returns:
- Returns map of all image configuration labels.
-