Run a docker image built by Jib with multiple main class an choose to the main to execute at Runtime
I have a java gradle project with multiple main class, i want to build a docker image with Jib and chose which main class to run when i execute docker run. Is it possible to do this with Jib or…