/docker-sbt

Docker image providing Java, Scala & SBT

Primary LanguageDockerfileMIT LicenseMIT

Docker Automated buil Docker Build Statu Docker Pulls Docker Stars license

Supported tags and respective Dockerfile links


logo

scala-sbt.org

Quick Start

This image provides an environment using the SBT utility to work on Scala or Java software. If no command is provided when running the image (as shown in te following example) the SBT REPL is launched:

docker run --rm --tty --interactive bigtruedata/sbt

This image may also be used in a standalone fashion by defining the following alias:

alias sbt='docker run --rm --tty --interactive --volume $PWD:/app bigtruedata/sbt'

Versions

This image is based on the bigtruedata/scala image to provide an environment to compile and execute Java and Scala programs. The versions of the image are composed of two parts: the version number before the hyphen references the version of the SBT environment and the second part references to the version of the used Scala environment.