Class PublicRepository (1.11.3)

PublicRepository(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Publicly available Apt repositories constructed from a common repository base and a custom repository path.

Attributes

NameDescription
repository_base google.cloud.artifactregistry_v1.types.RemoteRepositoryConfig.AptRepository.PublicRepository.RepositoryBase
A common public repository base for Apt.
repository_path str
A custom field to define a path to a specific repository from the base.

Classes

RepositoryBase

RepositoryBase(value)

Predefined list of publicly available repository bases for Apt.

Values: REPOSITORY_BASE_UNSPECIFIED (0): Unspecified repository base. DEBIAN (1): Debian. UBUNTU (2): Ubuntu LTS/Pro.