Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You are tasked with developing a fully serverless application using Cloud Build. There's a specific requirement to store all non-container artifacts in Cloud Storage. How would you fulfill this requirement?
A
Include an Images field in your build configuration file, specifying the bucket location for artifact storage and the path to one or more artifacts.
B
Include a substitutions field in your build configuration file, specifying the bucket location for artifact storage and the path to one or more artifacts.
C
Include an Options field in your build configuration file, specifying the bucket location for artifact storage and the path to one or more artifacts.
D
Include an Artifacts field in your build configuration file, specifying the bucket location for artifact storage and the path to one or more artifacts.