Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
As the person in charge of setting up an automated CI/CD pipeline for building Docker images for application deployment to GKE, you've noticed a decline in the build speed of Cloud Build. Which two actions can you take to enhance the build speed?
A
Opt for a virtual machine equipped with a higher CPU to accelerate the build process.
B
Incorporate a .gcloudignore file to omit files unnecessary for your build, thereby improving speed.
.gcloudignore
C
Enhance the Cloud Build Service Account with additional permissions, though this does not impact build speed.
D
Choose larger base images for your builds, which may not necessarily speed up the process.
E
Utilize a .gitignore file to exclude files not required by your build, which is less effective than .gcloudignore for Cloud Build.
.gitignore