Would like to have the integration with GCP, especially with Cloud Build (https://cloud.google.com/build)! - Source: Hacker News / about 1 month ago
a backend, computing and serving tiled heat maps. This is a Go application build via Google Cloud Build and executed via Google Cloud Run. It connects to MongoDB Atlas, hosted in same GCP region, to retrieve the features to be displayed. - Source: dev.to / 4 months ago
To build Docker container images for your serverless apps, you need to enable Cloud Build. - Source: dev.to / 5 months ago
Super simple to integrate CI/CD with GitHub using Cloud Build (which also has a generous free tier). - Source: Reddit / 5 months ago
In this article we will learn how to connect GCP's code versioning service (Cloud Source Repositories) to Cloud Build to automate building Docker images and pushing them to GCP Container Registry. - Source: dev.to / 7 months ago
We realized that if we did not automate code deployments our deployed resources would quickly become stale. In the continued spirit to try something new, we decided to use Google Cloud Build for our code automation. With the lack of our code changes this approach turned out to be free for us. We created a build trigger that would watch our GitHub repository and created a cloudbuild.yaml file that would configure... - Source: dev.to / 8 months ago
Adding the Cloud Build Trigger for the project in Terraform. - Source: dev.to / 12 months ago
Automation tools: Since DevOps is mainly about implementing repeatable processes that deliver value quickly and efficiently, automation tools are vital. You’ll need to know pipeline tools such as Azure DevOps, AWS CodeBuild, AWS CodePipeline, Google Cloud Build, and other open-source tools such as Jenkins. - Source: dev.to / about 1 year ago
Why would you use Composer over Build? Cloud Build seems like exactly what you need. - Source: Reddit / over 1 year ago
You don't need to learn about containers unless that's something you wish to explicitly use to put together your app in a consistent, reproducible manner. Cloud Run is the service that can host your containerized app. If you are in this camp and have learned Docker, you can use that if you wish, but it's optional. Cloud Run (well, Cloud Build, the tool that builds your container for Cloud Run) can build your app... - Source: Reddit / over 1 year ago
Google Cloud Build is a serverless CI/CD platform that allows developers to create custom workflows for their software development lifecycle within the Google Cloud Platform(GCP) ecosystem. It uses a pay-as-you-go pricing model with 120 free minutes given everyday. - Source: dev.to / over 1 year ago
This post will guide you through how to implement a pipeline for building multi-architecture container images using Google Cloud Platform’s Cloud Build or GitHub Actions. - Source: dev.to / almost 2 years ago
The issue arise when it tries to download any private modules, such as the github.com/hedlund/private-module, as Google Cloud Build (which is used under the hood), and it's service accounts, do not have access to download your private repositories. - Source: dev.to / almost 2 years ago
We can automatize the tasks using different technologies that Google, Microsoft or Amazon among others can provide to us. In furute we will be talking about Cloud Build, the Google tool to do that. - Source: dev.to / almost 2 years ago
Do you know an article comparing Google Cloud Build to other products?
Suggest a link to a post with product alternatives.