DockerImagesManager#

class nublado.services.images.DockerImagesManager(docker_client, logger)#

Bases: ImagesManager[DockerSource]

Manage Nublado images using the Docker 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 (DockerSource) – Configuration for the repository.

Returns:

List of image tags.

Return type:

set of str