
Answer-first summary for fast verification
Answer: The Cloud Build service account lacks certain permissions that your personal account has, which were used for the local builder.
Option B is correct because the Cloud Build service account requires the same permissions as those used for the local builder to execute builds successfully. Options A and D are incorrect as neither simultaneous builds nor regional differences impact Cloud Build's functionality. Option C is also incorrect since firewall rules do not affect Cloud Build operations. For more details, refer to Google Cloud's documentation on debugging builds locally and understanding the restrictions and limitations of the local builder versus Cloud Build.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are developing a new application for a gambling company that employs a microservices architecture for loose coupling of components. Utilizing Cloud Build for docker image creation, you've successfully tested builds locally with the local builder. However, attempts to run the build in Cloud Build result in failure. What could be the underlying issue?
A
Running multiple builds simultaneously is causing the failure.
B
The Cloud Build service account lacks certain permissions that your personal account has, which were used for the local builder.
C
Firewall rules within the VPC are blocking Cloud Build traffic.
D
Cloud Build is operating in a different region from where initial testing was conducted.
No comments yet.