GARImagesManager#

class nublado.services.images.GARImagesManager(gar_client, logger)#

Bases: ImagesManager[GARSource]

Manage Nublado images using the Google Artifact Registry API.

Parameters:

Methods Summary

list_tags(config)

List the available image tags in the repository.

Methods Documentation

async list_tags(config)#

List the available image tags in the repository.

Parameters:

config (GARSource) – Configuration for the repository.

Returns:

List of image tags.

Return type:

set of str