Skip to content

linkyard/docker-sbt

Repository files navigation

#SBT in a Docker Container

Docker images that packages Java and sbt. To be used for builds.

Usage: docker run linkyard/docker-sbt

Versions

  • SBT: 1.5.5
  • Java: JDK 11
  • Scala (preinitialized): 2.13.7

Details

  • Uses the OpenJDK image as its base
  • sbt is preinitialized, so running it for the first time will not take forever
  • the compiler interfaces are already built, so the compilation will be reasonably fast