1z0-1084-20 Exam QuestionsBrowse all questions from this exam

1z0-1084-20 Exam - Question 45


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.)

Show Answer
Correct Answer: AFG

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.

Discussion

5 comments
Sign in to comment
gfhbox0083Options: AFG
Jul 14, 2020

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

jesmonsaOptions: AFG
Jan 10, 2021

Correct Answer: AFG

MumfasaOptions: BFG
Feb 3, 2021

BFG are correct answers https://docs.oracle.com/en-us/iaas/Content/Registry/Concepts/registryprerequisites.htm#Availab

Balazs_MolnarOptions: BFG
Apr 26, 2021

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

IT_Thinker
Jan 4, 2022

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.