
Ultimate access to all questions.
Your company has assigned you the task of setting up a Continuous Integration pipeline. This pipeline will automatically build Docker containers for pushing to Container Registry and non-container artifacts for Cloud Storage upon code commit to the source repository. How would you achieve this?
A
Include an images field in the Cloud Build config file to specify Docker images for the container registry.
B
Add an artifacts field to the source repository config file for non-container artifacts to be stored in Cloud Storage.
C
Insert an options field into the source repository config file to define non-container artifacts for Cloud Storage.
D
Use an artifacts field in the Cloud Build config file to specify non-container artifacts for Cloud Storage.
E
Place an images field in the source repository config file to indicate Docker images for the container registry.