ImagesManager#

class nublado.services.images.ImagesManager#

Bases: Generic

Base class defining the shared API for images managers.

There are separate implementations of the images manager API for each image source. This class provides the common API.

Methods Summary

list_tags(config)

List the available image tags in the repository.

Methods Documentation

abstract async list_tags(config)#

List the available image tags in the repository.

Parameters:

config (TypeVar(T, bound= TypeAliasType)) – Configuration for the repository.

Returns:

List of image tags.

Return type:

set of str