Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Container Registry
  • Getting started
  • Yandex Container Solution
    • Overview
    • Docker image
    • Docker volume
    • Registry
    • Repository
    • Docker image lifecycle policy
    • Vulnerability scanner
    • Cloud Functions trigger
    • Backups
    • Quotas and limits
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Troubleshooting
  • FAQ
  1. Concepts
  2. Repository

Repository in Container Registry

Written by
Yandex Cloud
Improved by
Victor
Updated at April 18, 2025

A repository is a set of Docker images with the same name. Repositories usually contain several versions of the same Docker image. Tags and digests are used to work with versions inside the repository. For more information, see Docker image.

A repository is defined by the <registry_ID>/<Docker_image_name> combination.

  • In Docker CLI commands, use the full name that includes the Container Registry address:

    docker push cr.yandex/<registry_ID>/<Docker_image_name>
    
  • In Yandex Cloud CLI commands, use the repository name without the Container Registry address:

    yc container image list --repository-name=<registry_ID>/<Docker_image_name>
    

For a repository, you can set a policy for automatically deleting Docker images. Based on these rules, Docker images will be deleted automatically.

Use casesUse cases

  • Running a Docker image on a VM
  • Signing and verifying Container Registry Docker images in Yandex Managed Service for Kubernetes
  • Configuring a fault-tolerant architecture in Yandex Cloud
  • Deploying a gRPC service based on a Docker image
  • Running a containerized app in Yandex Serverless Containers

Was the article helpful?

Previous
Registry
Next
Docker image lifecycle policy
Yandex project
© 2025 Yandex.Cloud LLC