Cloud Functions v1 API - Enum CloudFunction.Types.DockerRegistry (2.1.0)

public enum DockerRegistry

Reference documentation and code samples for the Cloud Functions v1 API enum CloudFunction.Types.DockerRegistry.

Docker Registry to use for storing function Docker images.

Namespace

Google.Cloud.Functions.V1

Assembly

Google.Cloud.Functions.V1.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.