Oracle Cloud Platform Data Integration 2020 Specialist — Question 23
You want to push a new image in the Oracle Cloud Infrastructure (OCI) Registry.
Which two actions do you need to perform? (Choose two.)
Answer options
- A. Assign a tag via Docker CLI to the image.
- B. Generate an auth token to complete the authentication via Docker CLI.
- C. Generate an API signing key to complete the authentication via Docker CLI.
- D. Assign an OCI defined tag via OCI CLI to the image.
- E. Generate an OCI tag namespace in your repository.
Correct answer: A, B
Explanation
The correct answer includes assigning a tag to the image using the Docker CLI, which is essential for identifying the image in the registry, and generating an auth token to authenticate the push. The other options either pertain to different functionalities or are not necessary for this specific action within OCI Registry.