Google Cloud Build

2023-04-02T02:37:16+00:00

Google Cloud Build Cheat Sheet Build, test, and deploy on Google Cloud Platform’s serverless CI/CD platform. Features Cloud build is a fully serverless platform that helps you build your custom development workflows for building, testing, and deploying. Cloud Build can import source code from: Cloud Storage Cloud Source Repositories GitHub Bitbucket Supports Native Docker. You can import your existing Docker file. Push images directly to Docker image storage repositories such as Docker Hub and Container Registry. You can also automate deployments to Google Kubernetes Engine (GKE) or Cloud Run for continuous delivery. Automatically performs package vulnerability scanning for vulnerable images [...]