SBT + Scala + JDK base image optimized for size
9.0K
This is a size-optimized base image for Scala projects using SBT.
It contains a dockerized Java and SBT, published to the public Docker Hub via automated build mechanism.
Repository name in Docker Hub: nightscape/docker-sbt
This docker image contains the following software stack:
OS: Busybox.
Java: Oracle JDK 1.8.0
Scala: 2.11.6
Sbt: 0.13.8
0.7 Fork from William-Yeh/docker-java7 and base on minimalistic jeanblanchard/busybox-java
0.6 - Install sbt manually instead of deb.
0.5 - Support version tags.
0.4 - Fix APT dependency: openjdk-6-jre --> oracle-java7-installer.
0.3 - Change the Java dependency from pulse00/java to williamyeh/java7.
0.2 - This repository was forked from pulse00/scala.
Latest version:
$ docker pull nightscape/docker-sbt:latest
Used mostly as a base image for other Scala-based applications. But if you'd like to use the CLI, here are some examples for you.
sbt REPL$ docker run -it --rm nightscape/docker-sbt
Content type
Image
Digest
sha256:b66993724…
Size
153.6 MB
Last updated
almost 11 years ago
docker pull nightscape/docker-sbt