google-kubernetes-enginegoogle-container-registrygoogle-cloud-repository

Do we need three cloudbuild.yml files for a simple setup in Google Cloud Container Builder?


On Google Cloud Container Builder we want to:

Do we need a separate cloudbuild.yml file for each? Is there a lighter way of doing this?

We need to use a file rather than a trigger in the UI, because the build takes 20 minutes, and the timeout of the UI triggers are 10 minutes.


Solution

  • At this time, using three different config files for the different naming schemes is the best solution.

    Letting you use a single config file for all the ways you want to build (different triggers on the same repo, or from gcloud directly, etc) is one of our goals, so we'll take your use-case into consideration.