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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference information for the `BuildConfig.Types.DockerRegistry` enum within the Cloud Functions v2 API."],["The `DockerRegistry` enum specifies where Docker images for functions are stored, with options including `ArtifactRegistry` and `ContainerRegistry`."],["`ArtifactRegistry` stores images in regional repositories, defaulting to `gcf-artifacts`, while `ContainerRegistry` uses multi-regional repositories named `gcf`."],["There are different versions listed for the documentation, ranging from version 1.0.0 to 1.7.0 (latest)."],["The `Unspecified` field is included in the `DockerRegistry` enum, which represents an unspecified docker registry."]]],[]]