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-09-09 UTC."],[[["\u003cp\u003eThe content details the \u003ccode\u003eBuildConfig.Types.DockerRegistry\u003c/code\u003e enum within the Cloud Functions v2beta API, specifically for .NET.\u003c/p\u003e\n"],["\u003cp\u003eThis enum defines the options for where function Docker images are stored, with two specified options: \u003ccode\u003eArtifactRegistry\u003c/code\u003e and \u003ccode\u003eContainerRegistry\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eArtifactRegistry\u003c/code\u003e allows for storing Docker images in regional Artifact Registry repositories, with an option to customize the repository name.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eContainerRegistry\u003c/code\u003e option indicates that Docker images are stored in multi-regional Container Registry repositories named \u003ccode\u003egcf\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eAn \u003ccode\u003eUnspecified\u003c/code\u003e field exists, representing an unspecified Docker image storage location.\u003c/p\u003e\n"]]],[],null,["# Cloud Functions v2beta API - Enum BuildConfig.Types.DockerRegistry (1.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.Functions.V2Beta/latest/Google.Cloud.Functions.V2Beta.BuildConfig.Types.DockerRegistry)\n- [1.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Functions.V2Beta/1.0.0-beta06/Google.Cloud.Functions.V2Beta.BuildConfig.Types.DockerRegistry) \n\n public enum BuildConfig.Types.DockerRegistry\n\nReference documentation and code samples for the Cloud Functions v2beta API enum BuildConfig.Types.DockerRegistry.\n\nDocker Registry to use for storing function Docker images.\n\nNamespace\n---------\n\n[Google.Cloud.Functions.V2Beta](/dotnet/docs/reference/Google.Cloud.Functions.V2Beta/latest/Google.Cloud.Functions.V2Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.Functions.V2Beta.dll"]]