cloud-builders-community
cloud-builders-community copied to clipboard
Community-contributed images for Google Cloud Build
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...
Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) and [universal-github-app-jwt](https://github.com/gr2m/universal-github-app-jwt). These dependencies needed to be updated together. Updates `jsonwebtoken` from 8.5.1 to 9.0.0 Changelog Sourced from jsonwebtoken's changelog. 9.0.0 - 2022-12-21 Breaking changes: See Migration from...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
I get an error in Cloud Build for last "Deploy" step: # Deploy - name: 'gcr.io/cloudfirebaseauthmydemo/firebase' args: ['deploy', '--project=cloudfirebaseauthmydemo', '--only=hosting'] The error is: "Step 2: Error: Cannot deploy a web...
## Affected builder image `gcr.io/cloud-builders-community/envsubst` ## Expected Behavior When passing `-s` multiple times, only the last one is applied. ## Actual Behavior Accumulate the env vars to substitute and apply...
## Affected builder image `gcr.io/cloud-builders-community/envsubst` ## Expected Behavior ``` APP_KEY=1234 TEST_APP_KEY=hello-world ``` ## Actual Behavior ``` APP_KEY=$APP_KEY TEST_APP_KEY=hello-world ``` ## Steps to Reproduce the Problem `app.yaml` file: ``` ... env_variables:...
## Affected builder image `gcr.io/cloud-builders-community/slackbot` Please mention in documentation that slackbot integration working only if cloud builder trigger configured as `global (non regional)`. Otherwise integration not working.
Rather than pinning a version of debian, use the default stable version of debian. The existing pinned version stretch is EOL and missing. Other images, like ballerina, make, and traceroute...
This PR introduces a Cloud Builder for [CUE](https://cuelang.org/), a data constraint language for effective management of configurations, schemas, and data. The CUE CLI is useful when, for instance, generating YAML...
Update to the very latest stable packer release. Bump the version in the readme while we're there.