
Answer-first summary for fast verification
Answer: The Cloud Build service account lacks certain permissions your personal account has.
The correct answer is B because the Cloud Build service account must have the same permissions as those used for the local builder. Other options are incorrect because: Firewall rules and regions do not impact Cloud Build service, and running multiple builds simultaneously is a limitation for the local builder, not Cloud Build. For more details, refer to submitting a build via CLI and API.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Imagine you're developing a new application for a gambling company, utilizing a microservices architecture for loose coupling of components. You're using Cloud Build for docker images, which works locally but fails in Cloud Build. What could be the issue?
A
You're executing multiple builds simultaneously.
B
The Cloud Build service account lacks certain permissions your personal account has.
C
Cloud Build is located in a different region from your test environment.
D
VPC firewall rules are blocking Cloud Build traffic.
No comments yet.