Slide 17
Slide 17 text
GCP Build
gcloud builds submit --region=us-central1
--tag
us-central1-docker.pkg.dev/devfest2024-440819/
devfest2024-repo/devfest2024-repo:finalreally
What is GCP Build?
● fully managed, serverless CI/CD
● Automation: Cloud Build automates the
building, testing, and deployment of
applications
● Flexibility: It supports a wide range of
programming languages and build tools
● Integration: GitHub, Bitbucket, and
Cloud Source Repositories
● Docker Support: push and… Build
● Scalability: Being serverless, it can
handle multiple builds concurrently
without requiring infrastructure
management
● Cost-Effective: Users only pay for the
computing resources used during builds