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 are stored in multi-regional Container Registry repositories named
gcf. 1- ARTIFACT_REGISTRY =
Docker images are stored in regional Artifact Registry repositories. By default, Cloud Functions creates and uses repositories named
gcf-artifactsin every region in which a function is deployed. But the repository to use can also be specified by the user by using thedocker_repositoryfield. 2