Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Your company has tasked you with setting up a Continuous Integration pipeline. When code is committed to the source repository, the pipeline will build docker containers to be pushed to Artifact Registry. How would you accomplish this?
A
Add an artifacts field, that specifies the docker images to be pushed to container registry, to the source repository config file
B
Add an options field, that specifies the non-container artifacts to be stored in Cloud Storage, to the source repository config file.
C
Add an images field, that specifies the non-container artifacts to be stored in Cloud Storage, to the source repository config file.
D
Add an images field, that specifies the docker images to be pushed to the Artifact registry, to the Cloud Build config file.