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.
iad.ocir.io/heyoci/myproject/myapp:0.0.1
B.
us-ashburn-1.ocir.io/heyoci/myapp:0.0.2-beta
C.
us-ashburn-1.ocir.io/heyoci/myproject/myapp:0.0.2-beta
D.
us-ashburn-1.ocir.io/myproject/heyoci/myapp:latest
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
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.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
gfhbox0083
Highly Voted 4 years, 9 months agoIT_Thinker
Most Recent 3 years, 4 months agoBalazs_Molnar
4 years agoMumfasa
4 years, 3 months agojesmonsa
4 years, 3 months ago