cloud-builders-community icon indicating copy to clipboard operation
cloud-builders-community copied to clipboard

Community-contributed images for Google Cloud Build

Results 146 cloud-builders-community issues
Sort by recently updated
recently updated
newest added

## Affected builder image gcr.io/cloud-builders-community/flutter Trying to build Flutter image and getting the error below `gcloud builds submit --config cloudbuild.yaml .` ``` Step #0: ╔════════════════════════════════════════════════════════════════════════════╗ Step #0: ║ Welcome to...

## Affected builder image [**gcr.io/cloud-builders-community/helm**](https://github.com/GoogleCloudPlatform/cloud-builders-community/tree/master/helm) The image built for helm to be used on cloud build is very (very) heavy, more than 3GB https://github.com/GoogleCloudPlatform/cloud-builders-community/tree/master/helm ## Expected Behavior I would like...

## Affected builder image (e.g., `gcr.io/cloud-builders-community/helm`) `gcr.io/cloud-builders-community/helmfile` ## Expected Behavior helm diff plugin is installed and works out of the box. ## Actual Behavior ``` err 2: command "/builder/helmfile/helm" exited...

I often like to use Makefiles to help generate my `jsonnet` configuration, and I'm trying to make this Cloud Builder work with that kind of setup. If `jsonnet` gets installed...

cla: yes

## Additional Info A common problem people encounter when using Cloud Build is the lack of concurrency control between builds. Coordinating builds to ensure they have exclusive access to resources...

Running `save_cache` takes ~40sec for a final archive that's ~175MB. This looks quite slow to me. Here's my output: ``` Pulling image: gcr.io/XXX/save_cache Using default tag: latest latest: Pulling from...

The base node image is using node 15 which is not LTS and not supported by cloud functions.

cla: yes

Instead of the given _KUSTOMIZE_VERSION, the working version is from gcr.io/cloud-builders/gcloud. ## Affected builder image `gcr.io/cloud-builders-community/kustomize` ## Expected Behavior kustomize works with the version in `_KUSTOMIZE_VERSION`. ## Actual Behavior kustomize...