williamyeh/sbt

By williamyeh

Updated almost 8 years ago

Sbt image for Docker (jdk 1.7.0 + sbt)

Image
8

1.9K

Docker-Scala

Summary

Repository name in Docker Hub: williamyeh/sbt

This repository contains Dockerized sbt, published to the public Docker Hub via automated build mechanism.

Configuration

This docker image contains the following software stack:

  • OS: Debian jessie.

  • Java: Oracle JDK 1.7.0

  • Sbt: 0.13.8 (see tag list for details)

Dependencies
History

Alternatives

If you prefer a minimalistic Oracle JDK container on top of busybox rather than Debian 8 ("Jessie"), below are some alternatives:

Usage

docker run  -v $(pwd):/app  williamyeh/sbt  ...

Docker Pull Command

docker pull williamyeh/sbt