Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crazystylus/cloudbuild_demo
This is a series of demos on Cloud Build to demonstrate how flexible and pluggable Cloud Build is.
https://github.com/crazystylus/cloudbuild_demo
cd-pipeline cloud cloudbuild gcp pipeline serverless
Last synced: 15 days ago
JSON representation
This is a series of demos on Cloud Build to demonstrate how flexible and pluggable Cloud Build is.
- Host: GitHub
- URL: https://github.com/crazystylus/cloudbuild_demo
- Owner: crazystylus
- License: gpl-3.0
- Created: 2021-03-06T20:47:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-02T18:42:42.000Z (over 3 years ago)
- Last Synced: 2024-04-29T00:13:05.755Z (6 months ago)
- Topics: cd-pipeline, cloud, cloudbuild, gcp, pipeline, serverless
- Language: Go
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cloud Build
This is a series of demos on Cloud Build to demonstrate how flexible and pluggable Cloud Build is.
## Part 1 - Getting Started
This demo showcases deploying a simple CI/CD pipeline on Cloud Build which builds a Go Web App and pushes the container image to Google Container Registry, then deploys to cloud run. You can either test the code as below for sanity check or directly deploy the pipeline and then test the CI/CD Pipeline itself. Cloud Source Repo is utilized for creating repo because it's a part of GCP offering making things more secure, but GitHub is also supported by Cloud Build.## Part 2 - Caching Container Layers in Cloud Build
INPROGRESS## Others
TODO