Module: Google::Cloud::Functions::V1::CloudFunction::DockerRegistry
- Defined in:
- proto_docs/google/cloud/functions/v1/functions.rb
Overview
Docker Registry to use for storing function Docker images.
Constant Summary collapse
- DOCKER_REGISTRY_UNSPECIFIED =
Unspecified.
0
- CONTAINER_REGISTRY =
Docker images will be stored in multi-regional Container Registry repositories named
gcf
. 1
- ARTIFACT_REGISTRY =
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 thedocker_repository
field. 2