You have created a repository in Oracle Cloud Infrastructure Registry in the us-ashburn-1 (iad) region in your tenancy with a namespace called "heyoci".
Which three are valid tags for an image named "myapp"? (Choose three.)
You have created a repository in Oracle Cloud Infrastructure Registry in the us-ashburn-1 (iad) region in your tenancy with a namespace called "heyoci".
Which three are valid tags for an image named "myapp"? (Choose three.)
A valid tag for an image in Oracle Cloud Infrastructure Registry follows the format <region-key>.ocir.io/<tenancy-namespace>/<repo-name>/<image-name>:<tag>. Given that the namespace is 'heyoci' and the region is 'us-ashburn-1' (also referred to with the region key 'iad'), the correct tags must adhere to this structure using the specified namespace. The valid options are 'iad.ocir.io/heyoci/myproject/myapp:0.0.1', 'iad.ocir.io/heyoci/myapp:0.0.2-beta', and 'iad.ocir.io/heyoci/myapp:latest' which correctly include the region key, namespace, and the image name with the correct tags.
A, F, G are Correct. iad.ocir.io/heyoci/ ... When you use the docker tag command, you'd name the new image with the fully qualified path to its destination, in the format <region-key>.ocir.io/<tenancy-namespace>/<repo-name>/<image-name>:<tag> https://docs.cloud.oracle.com/en-us/iaas/Content/Registry/Tasks/registrypushingimagesusingthedockercli.htm https://www.oracle.com/webfolder/technetwork/tutorials/obe/oci/registry/index.html
Correct Answer: AFG
BFG are correct answers https://docs.oracle.com/en-us/iaas/Content/Registry/Concepts/registryprerequisites.htm#Availab
I think BFG is correct /Myproject should not be the part otherwise why B would not be correct the us-ashburn-1.ocir.io is also a valid location
IF "heyoci" is the object storage/tenancy namespace, then adhering to the following format... <region-key>.ocir.io/<tenancy-namespace>/<repo-name>/<image-name>:<tag> Anything NOT "iad.ocir.io/heyoci" or "us-ashburn-1.ocir.io/heyoci" is automatically invalid. (Ans D & E) BOTH of the formats for the <region-key> are valid. https://docs.oracle.com/en-us/iaas/Content/Registry/Concepts/registryprerequisites.htm B, F & G are missing the <repo-name> field. This leaves ONLY A & C as valid answers. If heyoci is NOT the namespace name, then NONE of the answers are valid. Go figure the available answers are not valid. It should be to choose TWO correct paths.