Skip to content

A short example - how to build a spring bot app with Cloud Build

Notifications You must be signed in to change notification settings

JamesWoolfenden/gcp-container-cloudbuild

Repository files navigation

How to build a spring boot container in Cloud build

Set-up your repository, and then set-up your project to use a trigger (in cloud build). Choose the option:

Cloud Build configuration file (yaml or json)
Specify the path to a Cloud Build configuration file

Then update cloudbuild.yaml:

  args: ['build', '--tag=gcr.io/<project>/<container>', '.']
images: ['gcr.io/<project>/<container>']

With your project and container name.

About

A short example - how to build a spring bot app with Cloud Build

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published