Cloud Functions V1 API - Module Google::Cloud::Functions::V1::CloudFunction::DockerRegistry (v0.15.0)

Reference documentation and code samples for the Cloud Functions V1 API module Google::Cloud::Functions::V1::CloudFunction::DockerRegistry.

Docker Registry to use for storing function Docker images.

Constants

DOCKER_REGISTRY_UNSPECIFIED

value: 0
Unspecified.

CONTAINER_REGISTRY

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

ARTIFACT_REGISTRY

value: 2
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.