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."],[[["The latest version of the Cloud Functions v2beta API documentation is 1.0.0-beta07, with version 1.0.0-beta06 also available."],["The documentation describes the `BuildConfig.Types.DockerRegistry` enum, which is used for specifying the Docker registry to store function images."],["The `ArtifactRegistry` field indicates that images are stored in regional Artifact Registry repositories, typically named `gcf-artifacts`."],["The `ContainerRegistry` field indicates that images are stored in multi-regional Container Registry repositories named `gcf`."],["The `Unspecified` field is used when the Docker registry is not specified."]]],[]]