Featured
docker sbt technology
Reduce docker images size with Alpine Linux
Posted on .In Boost we develop most of our backend services using sbt, Scala, deployed as docker containers on kubernetes. The following is something we found out while creating a new service. Openjdk docker images: 8-jre vs 8-jre-alpine So your code finally seems to w…