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 page provides reference documentation for the `DockerRegistry` enum within the Google Cloud Functions v1 API, detailing its use in storing function Docker images."],["The `DockerRegistry` enum has three fields: `ArtifactRegistry`, which uses regional Artifact Registry repositories; `ContainerRegistry`, which utilizes multi-regional Container Registry repositories; and `Unspecified`, which indicates an unspecified registry."],["The documentation also lists available versions of the API, with version 2.7.0 being the latest, and covers versions from 1.1.0 up to 2.7.0."],["The associated namespace for this documentation is Google.Cloud.Functions.V1, found within the assembly Google.Cloud.Functions.V1.dll."]]],[]]