A public-works CI job must push a tagged image to OCIR. Which pieces belong in the fully qualified image path?
Select an answer to reveal the explanation.
Short Explanation
An OCIR path is domain, namespace, repository, and version. Miss the namespace, use the wrong region domain, or swap in the tenancy display name and the push fails.
Full Explanation
The fully qualified OCIR image reference is <registry-domain>/<tenancy-namespace>/<repository-name>:<version>. Common push failures include omitting the namespace, pointing at the wrong regional domain, or using the tenancy display name instead of the Object Storage namespace string. Availability domains and Block Volume OCIDs are not path components.