cloud-builders
cloud-builders copied to clipboard
Builder images and examples commonly used for Google Cloud Build
Latest images are bazel 3.5.0, yet 5.2.0 is the current release
We wants our commits more shorts in our pipelines , so changing the command to --short keyword.
Fixes #846
## Detailed Feature Information **Which builder is relevant to this request?** apt package builder (not exist) **Is your feature request related to a problem? Please describe.** As of today, there...
## Make builders available via Artifact Registry At the moment cloud builders are only available via [Container Registry](https://cloud.google.com/container-registry). Given that [Artifact Registry](https://cloud.google.com/artifact-registry) is the suggested registry for GCP, builder images...
Added support to push all supported builders to AR resolves #844
EOL of Ubuntu 16.04 will April 2021
This would supersede #795 and #841: - Close #795 - Close #841
Adds support to use the internal IP address of the cluster endpoint. I could not find any variable naming convention - let me know if this should be renamed to...
## Failed to use PodDisruptionBudget Same as #725 . When setting `spec: maxUnavailable`, the builder can't know the ready state well. ## Affected builder image gcr.io/cloud-builders/gke-deploy (e.g., `gcr.io/cloud-builders/docker`) ## Expected...