Docker images are stored in regional Artifact Registry repositories.
By default, Cloud Functions creates and uses 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 by using the
docker_repository field.
ContainerRegistry
Docker images are 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 documentation for the `CloudFunction.Types.DockerRegistry` enum within the Google Cloud Functions v1 API, specifically for the .NET environment, with version 2.2.0 highlighted."],["The `DockerRegistry` enum defines the options for where Docker images are stored for Cloud Functions, with choices between Artifact Registry and Container Registry."],["The available versions of this API can be browsed, ranging from the latest version 2.7.0 down to version 1.1.0."],["Artifact Registry is a regional repository, with a default name of `gcf-artifacts`, while Container Registry is a multi-regional repository named `gcf`."],["There is also a third, unspecified option in the enum `Unspecified`, should it need to be used."]]],[]]