CCC Container Registry Capabilities
Capabilities for Container Registry technologies, as defined by the FINOS Common Cloud Controls project.
- ID
- CCC.CntrReg.CP
- Version
- v2026.06-rc5
- Gemara version
- v1.2.0
- Author
- FINOS Common Cloud Controls
Resource Management
The Resource Management group covers entries related to the lifecycle, configuration, and operational integrity of cloud resources. This includes resource exhaustion, tag manipulation, version rollback, scaling, and cost management.
CCC.CntrReg.CP01 Image Storage
Ability to upload and securely store container images and image metadata.
CCC.CntrReg.CP04 Lifecycle Policies
Supports defining of policies for automatic expiry of unused or outdated images to manage storage effectively.
CCC.CntrReg.CP07 Caching of Images
Provides caching for faster access to frequently used images.
CCC.CntrReg.CP08 Multi-platform Support
Ability to store images built for different CPU architectures such as x86_64 (AMD/Intel), ARM64, and others within the same container image repository.
CCC.CntrReg.CP09 Immutable Tags
Prevent tags from being overwritten or deleted once they have been assigned to an image. This ensures that once a container image is tagged with a specific version or identifier, that tag remains associated with the same image throughout its lifetime.
CCC.CntrReg.CP10 List Repositories
Ability to list all public and private repositories in the container image registry.
CCC.CntrReg.CP11 Edit Repository
Ability to edit a public or private container image repository properties after being created.
CCC.CntrReg.CP12 Delete Repository
Ability to delete a public or private container image repository after being created.
CCC.CntrReg.CP13 List Images
Ability to list container images in a public or private container image repository.
CCC.CntrReg.CP14 Delete Image
Ability to delete a container image after being created.
CCC.CntrReg.CP15 List Lifecycle Policies
Ability to list lifecycle policies for container images in a public or private container repository.
CCC.CntrReg.CP16 Edit Lifecycle Policy
Ability to edit a lifecycle policy after being created.
CCC.CntrReg.CP17 Delete Lifecycle Policy
Ability to delete a lifecycle policy after being created.
Access Control
The Access Control group covers entries related to authentication, authorization, and trust perimeter enforcement. This includes multi-factor authentication, least privilege access, network access rules, and prevention of unauthorized access or reconnaissance.
CCC.CntrReg.CP02 Private Repositories
Support for creating container image repositories that are restricted and only accessible by authorized users or services.
CCC.CntrReg.CP03 Public Repositories
Support for creating container image repositories that are open to the public. These repositories are used mainly for sharing container images.
Observability
The Observability group covers entries related to logging, monitoring, metrics, alerting, and event publication. This includes audit trail integrity, enumeration detection, and protection against tampering or unauthorized access to operational telemetry.
CCC.CntrReg.CP05 Image Scanning
Provides vulnerability scanning for container images (built-in or through integration to scanning services) to detect security issues and generate reports for known CVEs (Common Vulnerabilities and Exposures).
Orchestration
The Orchestration group covers entries related to coordinating and managing workloads across distributed systems. This includes container orchestration, job scheduling, CI/CD pipelines, build automation, and service mesh management.
CCC.CntrReg.CP06 Integration with CI/CD Tooling
Seamlessly integrates with CI/CD pipelines to automate pushing and pulling of container images.