Sign inSign up

mouyigang/sbt

By mouyigang

Updated about 10 years ago

sbt 1.3.9 on java 8

Image
0

10K+

mouyigang/sbt repository overview

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  ...

Mount example project and keep downloaded libraries in sbt.sh:

#!/bin/bash
docker run -it -v ${HOME}/workspace/example:/app -v ${HOME}/.sbt:/root/.sbt --rm williamyeh/sbt $1

Tag summary

Content type

Image

Digest

Size

327.1 MB

Last updated

about 10 years ago

docker pull mouyigang/sbt