Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergiorussia/docker-openjdk-javafx-sbt
Docker files for OpenJDK with JavaFX and SBT
https://github.com/sergiorussia/docker-openjdk-javafx-sbt
dockerfile javafx openjdk openjfx sbt scala
Last synced: 9 days ago
JSON representation
Docker files for OpenJDK with JavaFX and SBT
- Host: GitHub
- URL: https://github.com/sergiorussia/docker-openjdk-javafx-sbt
- Owner: sergiorussia
- License: mit
- Created: 2019-09-07T22:22:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-03T19:36:59.000Z (about 4 years ago)
- Last Synced: 2024-11-19T21:33:25.700Z (2 months ago)
- Topics: dockerfile, javafx, openjdk, openjfx, sbt, scala
- Language: Dockerfile
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://docs.aws.amazon.com/corretto/latest/corretto-8-ug/docker-install.html) (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 hackyImages are published to https://hub.docker.com/r/sergiorussia/docker-openjdk-javafx-sbt/tags.