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 the docker_repository
field.
ContainerRegistry
Docker images will be stored in multi-regional Container Registry
repositories named gcf.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `CloudFunction.Types.DockerRegistry` enum within the Google Cloud Functions v1 API, specifically for version 2.4.0, with links to other versions."],["The `DockerRegistry` enum is used to specify where Docker images for cloud functions are stored."],["Three possible fields are available in the `DockerRegistry` enum: `ArtifactRegistry`, where images are stored in regional repositories (defaulting to `gcf-artifacts`), `ContainerRegistry`, where images are stored in multi-regional repositories named `gcf`, and `Unspecified`."],["The latest version of this documentation available is 2.7.0, and other versions from 2.0.0 onward, along with 1.1.0, 1.2.0 and 1.3.0 are also available for access."]]],[]]