From Spring Boot 2.3.0 onwards, there are options to build the docker image from the Maven/Gradle plugin.
But I have some doubts about how I should proceed to build and deploy the image from Spring-Boot build-image target.
So, is there any updates on how to deploy the Docker image, but now generated by the SPring Boot itself rather then by a separated Dockerfile?