cloudbuild.yaml
spec (though it should be easily ported over to the json
format if desired).WITH DOCKER
. However, Application Default Credentials are not avaliable, so any gcloud
or gsutil
commands within your Earthfile
will require additional manual configuration via a service account.EARTHLY_TOKEN
in Googles Secret Manager for ease of use.earthly
misinterprets the Cloud Build environment as a terminal. To hide the ANSI color codes, set NO_COLOR
to 1
.cloudbuild.yaml
.cloudbuild.yaml
file in our sample repository. This file is also a key part of the build, so lets break this down as well.