How to authenticate to GCP from a containerized Dockerfile
问题 I am trying to build a new Docker image dynamically using a Cloud Build trigger job, however I fail to see how to safely retrieve my credentials to authenticate against GCP with a service account. Here are the steps: Dockerfile created with steps to build a Docker image. One of the steps includes downloading a file from Google Storage (bucket) that I need to access as a GCP service account. Docker image is built by using a Cloud Build trigger that is triggered after each change in the linked