Scala image for Docker (jdk 1.8.0 + Scala + sbt)
5.8K
Repository name in Docker Hub: sery0ga/scala
This repository contains Dockerized Java and Scala, published to the public Docker Hub via automated build mechanism.
This docker image contains the following software stack:
OS: Debian jessie.
Java: Oracle JDK 1.8.x
Scala: 2.11.8 (see tag list for details)
Sbt: 0.13.8
Latest version:
$ docker pull sery0ga/scala:latest
All versions:
$ docker pull sery0ga/scala
Specific version:
$ docker pull sery0ga/scala:2.11.7
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.
scala REPL$ docker run -it --rm sery0ga/scala
Content type
Image
Digest
Size
608.4 MB
Last updated
over 7 years ago
docker pull sery0ga/scala