dockerRepository property
User managed repository created in Artifact Registry optionally with a customer managed encryption key.
If specified, deployments will use Artifact Registry. If unspecified and
the deployment is eligible to use Artifact Registry, GCF will create and
use a repository named 'gcf-artifacts' for every deployed region. This is
the repository to which the function docker image will be pushed after it
is built by Cloud Build. It must match the pattern
projects/{project}/locations/{location}/repositories/{repository}
.
Cross-project repositories are not supported. Cross-location repositories
are not supported. Repository format must be 'DOCKER'.
Implementation
core.String? dockerRepository;