Core Java, Frameworks & Servers
Monday, 13. May 2019., 09:00
Hall B
45'
Spring Boot and Docker have been with us for over 5 years now - and with both becoming immensely popular in their respective domains, they are not only considered the future, but also the present. With that in mind, it is a natural thing to combine the two technologies and package your Spring Boot applications as Docker images. In a simple, most obvious way to dockerize a Spring Boot application we only need 4 lines of Dockerfile. However, there are quite a few things to consider in order to build better, more optimized, Docker images.In this talk we’re going to live demo how to build better Docker images for your Spring Boot based applications, building up iteratively from the simplest scenario of 4 lines of Dockerfile all the way up to optimized and fully automated image generation using your favorite build tool.