Cloud Functions v2beta API - Enum BuildConfig.Types.DockerRegistry (1.0.0-beta05)

public enum BuildConfig.Types.DockerRegistry

Reference documentation and code samples for the Cloud Functions v2beta API enum BuildConfig.Types.DockerRegistry.

Docker Registry to use for storing function Docker images.

Namespace

Google.Cloud.Functions.V2Beta

Assembly

Google.Cloud.Functions.V2Beta.dll

Fields

NameDescription
ArtifactRegistry

Docker images will be stored in regional Artifact Registry repositories. By default, GCF will create and use repositories named gcf-artifacts in every region in which a function is deployed. But the repository to use can also be specified by the user using the docker_repository field.

ContainerRegistry

Docker images will be stored in multi-regional Container Registry repositories named gcf.

Unspecified

Unspecified.