1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-17 14:26:34 +00:00

gcloud: Wed Feb 26 10:38:18 UTC 2025

This commit is contained in:
Automated 2025-02-26 10:38:18 +00:00
parent 8d1a988ab5
commit a597993b2e
186 changed files with 5629 additions and 923 deletions

View file

@ -112,12 +112,15 @@ FLAGS
value.
--docker-registry=DOCKER_REGISTRY
Docker Registry to use for storing the function's Docker images. The
option artifact-registry is used by default.
(DEPRECATED) Docker Registry to use for storing the function's Docker
images. The option artifact-registry is used by default.
Warning: Artifact Registry and Container Registry have different image
storage costs. For more details, please see
https://cloud.google.com/functions/pricing#deployment_costs.
With the general transition from Container Registry to
Artifact Registry, the option to specify docker registry is deprecated.
All container image storage and management will automatically
transition to Artifact Registry.
For more information, see
https://cloud.google.com/artifact-registry/docs/transition/transition-from-gcr
DOCKER_REGISTRY must be one of: artifact-registry, container-registry.