gcr

Container Registry

ContainersGCP
General

General information about the service.

Description

Google Container Registry provides a private Docker image storage on Google Cloud (legacy, replaced by Artifact Registry).

Service ID

containerregistry.googleapis.com

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

gcr-{workload}-{environment}

Length

1-63

Valid Characters

Lowercase letters, numbers, hyphens

Scope

project

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "google_container_registry" "main" {
2 project = var.project_id
3 location = "US"
4}
Utilities

Utilities to support app deployment or configuration.