
Ultimate access to all questions.
Your company has assigned you the task of setting up a Continuous Integration pipeline. This pipeline is designed to build Docker containers upon code commit to the source repository, which are then to be pushed to Artifact Registry. How would you achieve this?
A
Include an options field in the source repository config file that specifies non-container artifacts for storage in Cloud Storage.
B
Include an artifacts field in the source repository config file that specifies Docker images for pushing to the container registry.
C
Include an images field in the Cloud Build config file that specifies Docker images for pushing to the Artifact Registry.
D
Include an images field in the source repository config file that specifies non-container artifacts for storage in Cloud Storage.