Sign inSign up

imelnik/sbt

By imelnik

Updated almost 10 years ago

Fork of 1science/sbt with sbt 0.13.12

Image
0

5.0K

imelnik/sbt repository overview

What is SBT?

logo

sbt is an open source build tool for Scala and Java projects, similar to Java's Maven or Ant.

[wikipedia.org/wiki/SBT_(software))

This image is based on Oracle JRE 8.

Supported tags

Usage

You can run the default sbt command simply:

 docker run -ti --rm 1science/sbt sbt sbt-version 

This image is configured with a workdir /app, so to build your project you have to mount a volume for your sources and another at /root/.ivy2 to hold the ivy cache artifacts :

docker run -ti --rm -v "$PWD:/src" -v "$HOME/.ivy2":/root/.ivy2 1science/sbt sbt clean compile

License

All the code contained in this repository, unless explicitly stated, is licensed under ISC license.

A copy of the license can be found inside the LICENSE file.

Tag summary

Content type

Image

Digest

Size

67.3 MB

Last updated

almost 10 years ago

docker pull imelnik/sbt