A developer with rights only in a non-root compartment is ready to push the first tag of sanitation-routing. What should they do before the first docker push?
Select an answer to reveal the explanation.
Short Explanation
Normal workflow: create the empty repository in the compartment, then push. If you only manage repos outside root, you must create first—root auto-create is the unusual case.
Full Explanation
The standard developer workflow is to create an empty repository in a compartment, then push images whose fully qualified path includes that repository name. When repository manage rights are limited to a non-root compartment, creating the repository first is required. Root-compartment auto-create is an exceptional case, not the default story to teach.