cloud-builders-community
cloud-builders-community copied to clipboard
Community-contributed images for Google Cloud Build
docker-compoose builder fail on docker-compose version above 2 ## https://github.com/GoogleCloudPlatform/cloud-builders-community/tree/master/docker-compose ## Build version above 2 ## Fail with error Step #1: exec /usr/local/bin/docker-compose: exec format error ## Steps to Reproduce...
Filtering was broken when using connected source repos as `source.repo_source` isn't filled in that case. Now, we check if `source.repo_source` is filled for the current trigger. If not, we resort...
This PR creates a new cloud build image with the [`poetry`](https://python-poetry.org/) command installed. The goal of this image is offer options to run some steps, for example _build_ and _publish_...
I was reviewing https://github.com/google/osv.dev/pull/1017 which has a straight copy of `entrypoint.bash` from this repo, and it's not particularly compliant (or internally consistent) with https://google.github.io/styleguide/shellguide.html (see some of my comments on...
When running packer to generate an image, the user will likely consider changing the template from ubuntu-2104 to ubuntu-2204, since that's a long term support version and it's newer. After...
This PR does the following: - Updates Packer to release version 1.8.5 - Updates Alpine to release version 3.17.1 - Updates the source_image_family in the example build. Note, Packer release...
Added command to install `virtualenv` library in the `Dockerfile`. A virtual environment cannot be created without first installing the `virtualenv` library