Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 683 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 683 Bytes

docker-openjdk-javafx-sbt

Docker files for OpenJDK with JavaFX and SBT. Inspired by https://github.com/hseeberger/scala-sbt/ but simpler and is primarily intented for building your projects, eg CI and so on.

There are three options:

  • image-amazon = Amazon Corretto (which already includes OpenJFX) + SBT
  • image-debian = pure Debian + OpenJDK JDK + OpenJFX + SBT, recommended
  • image-openjdk = similar to image-debian but based on official openjdk image, however OpenJFX installation is hacky

Images are published to https://hub.docker.com/r/sergiorussia/docker-openjdk-javafx-sbt/tags.