dockerRepository property
User-managed repository created in Artifact Registry to which the function's Docker image will be pushed after it is built by Cloud Build.
May optionally be encrypted with a customer-managed encryption key (CMEK).
If unspecified and docker_registry
is not explicitly set to
CONTAINER_REGISTRY
, GCF will create and use a default Artifact Registry
repository named 'gcf-artifacts' in the region. 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;