How to build Spring Native container in Google Cloud Build and use it in Cloud Run?

142 Views Asked by At

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.

0

There are 0 best solutions below