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."],[[["Version 2.7.0 is the latest release, with a comprehensive list of previous versions including 2.6.0, 2.5.0, down to 1.1.0 also being provided, all of which relate to the `CloudFunction.Types.DockerRegistry`."],["The `CloudFunction.Types.DockerRegistry` enum is documented, detailing how to manage Docker images for Cloud Functions v1."],["The Docker Registry can be set to use either `ArtifactRegistry`, where images are stored in regional repositories, or `ContainerRegistry`, where images are stored in multi-regional repositories named `gcf`."],["There is an `Unspecified` option for the Docker Registry field."]]],[]]