0

I have a Kotlin application that I'd like to build into a native executable with Spring Native. Locally it works fine but I want it to be builded with Google Cloud Build and Docker and then use the created image in my Google Cloud Run step.

However I can't find any guide to make this happen? I have no idea what I need to setup in Google Cloud Build triggers to create a spring native application for Cloud Run.

xetra11
  • 7,671
  • 14
  • 84
  • 159
  • Can you share what did you try and where you are stuck? – guillaume blaquiere May 07 '22 at 17:59
  • There are several steps that I recommend. First build your container locally and test it in Docker. Once that is running well and passing your QA tests, use the CLI (gcloud) and deploy to Cloud Run. Complete another round of tests. Then configure Cloud Build. Eidt your question and show your current work and the problem you have. – John Hanley May 08 '22 at 03:17

0 Answers0