Container Repositories¶
Private registries for storing and distributing container images across clouds.
Container Repositories are private registries managed through the MetaCloud for storing and distributing container images across clouds.
| Provider | Service |
|---|---|
| AWS | Amazon ECR (Elastic Container Registry) |
| Azure | Azure Container Registry |
| GCP | Google Artifact Registry |
| Alibaba Cloud | Alibaba Container Registry |
| OVH | OVHcloud Managed Private Registry |
Actions¶
| Action | Description |
|---|---|
| Create Container Repository | Create a new private registry on a cloud account |
| Browse | View images stored in the repository |
| Share | Grant access to users, groups, or organizations |
| Publish | List on the RosettaHub Marketplace |
| Customize | Update label and metadata |
| Delete | Remove the repository |
Features¶
Repositories support image tag mutability, scan-on-push, encryption, and role-based access control. Container images reference a repository UID to pull from the correct registry at launch time.
Related Topics¶
- Container Images - Docker and OCI images that reference repositories
- Formations - Deploy containers through formations