Skip to main content

Devtools / Container Registry

Capabilities

Version:
IDTitleDescription
CCC.CntrReg.CP01Image StorageAbility to upload and securely store container images and image metadata.
CCC.CntrReg.CP02Private RepositoriesSupport for creating container image repositories that are restricted and only accessible by authorized users or services.
CCC.CntrReg.CP03Public RepositoriesSupport for creating container image repositories that are open to the public. These repositories are used mainly for sharing container images.
CCC.CntrReg.CP04Lifecycle PoliciesSupports defining of policies for automatic expiry of unused or outdated images to manage storage effectively.
CCC.CntrReg.CP05Image ScanningProvides 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).
CCC.CntrReg.CP06Integration with CI/CD ToolingSeamlessly integrates with CI/CD pipelines to automate pushing and pulling of container images.
CCC.CntrReg.CP07Caching of ImagesProvides caching for faster access to frequently used images.
CCC.CntrReg.CP08Multi-platform SupportAbility 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.CP09Immutable TagsPrevent 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.CP10List RepositoriesAbility to list all public and private repositories in the container image registry.
CCC.CntrReg.CP11Edit RepositoryAbility to edit a public or private container image repository properties after being created.
CCC.CntrReg.CP12Delete RepositoryAbility to delete a public or private container image repository after being created.
CCC.CntrReg.CP13List ImagesAbility to list container images in a public or private container image repository.
CCC.CntrReg.CP14Delete ImageAbility to delete a container image after being created.
CCC.CntrReg.CP15List Lifecycle PoliciesAbility to list lifecycle policies for container images in a public or private container repository.
CCC.CntrReg.CP16Edit Lifecycle PolicyAbility to edit a lifecycle policy after being created.
CCC.CntrReg.CP17Delete Lifecycle PolicyAbility to delete a lifecycle policy after being created.