Points to remember
The following are some important points to remember:
- Cloud Build can import source code from Google Cloud Storage, CSR, GitHub, or Bitbucket.
- Cloud builders are container images that run the build process.
- Google-managed builders are pre-built images that can be used to execute one or more build steps.
- Community-contributed builders are open source builders but not pre-built images and only source code is made available.
- The build configuration is a configuration file that encapsulates the steps to perform build-related tasks, written in
yaml
orjson
format. - Manual invocation and automatic builds using triggers are the two main options to invoke the build process via Cloud Build.
- Cloud Build related logs are stored in Cloud Storage and Cloud Logging.
- Cloud Build Editor provides full control of Cloud Build resources.
- Cloud Build creates a specific Cloud Build SA (with minimal permissions assigned) for a project when the Cloud...