https://github.com/ekgf/gcloud-builder
Google Cloud Builder image with helm and some additional tools
https://github.com/ekgf/gcloud-builder
Last synced: 11 months ago
JSON representation
Google Cloud Builder image with helm and some additional tools
- Host: GitHub
- URL: https://github.com/ekgf/gcloud-builder
- Owner: EKGF
- Created: 2020-05-08T13:41:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-19T11:26:08.000Z (over 4 years ago)
- Last Synced: 2025-06-26T08:08:37.186Z (12 months ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ekgf/gcloud-builder
Google Cloud Build builder image with some additional tools:
- curl
- jq (for processing JSON files)
- yq (for processing YAML files)
- unzip zip
- gnupg
- rsync
- helm
- bats
- pkgdiff
## Building this builder
CI is in [Docker Hub](https://hub.docker.com/repository/docker/ekgf/gcloud-builder/builds).
To build it locally:
```
./localbuild.sh
```