Showing posts with label dockerfile. Show all posts
Showing posts with label dockerfile. Show all posts
Generally to create a docker image for Spring application or any other app, we create a dockerfile and we run docker build command. But from Spring 2.3 version onwards we no need to write any dockerfile for our application. Since cloud-native buildpacks support is natively added in Spring 2.3 version onwards. This will reduce a lot overhead for developer to put more focus on business logic implementation.
In the following video I explained how we can create a docker image using Spring 2.3 version. Checkout the video below. If you like the video, subscribe to it and share with friends and colleagues.