The ImageRepo class

class operator_csv_libs.imagerepo.ImageRepo(image, logger=None)

This is a class to provide a general interface to query container image registry servers. Hacked together in a hurry, will probably be refactored to be more pythonic - if there’s a better way to do this

get_image_digest()
get_manifest_list_digest()
get_raw_manifest_list()

Return the docker manifest list in json format

Raises

ManifestListNotFound – description

Returns

manifest.list.json content

Return type

dict