A fleet team ships both linux/amd64 and linux/arm64 builds of a civic mobile-backend image and also stores Helm charts. Why can OCIR hold all of those artifacts?
Select an answer to reveal the explanation.
Short Explanation
OCIR speaks OCI distribution, so Docker images, multi-arch manifest lists, and Helm charts are valid artifacts. Two architectures are one manifest list—not two unrelated SKUs.
Full Explanation
Because OCIR is Open Container Initiative–compliant, it stores Docker images, manifest lists for multi-architecture images, and Helm charts. Shipping amd64 and arm64 is done with a manifest list, not unrelated product SKUs. Storing a Helm chart in the registry is in scope for this objective; designing an OCI DevOps Helm pipeline stage belongs to a different exam.