Sign inSign up

nightscape/docker-sbt

By nightscape

Updated almost 11 years ago

SBT + Scala + JDK base image optimized for size

Image
7

9.0K

nightscape/docker-sbt repository overview

Docker-SBT

Summary

This is a size-optimized base image for Scala projects using SBT.

It contains a dockerized Java and SBT, published to the public Docker Hub via automated build mechanism.

Repository name in Docker Hub: nightscape/docker-sbt

Configuration

This docker image contains the following software stack:

  • OS: Busybox.

  • Java: Oracle JDK 1.8.0

  • Scala: 2.11.6

  • Sbt: 0.13.8

Dependencies
History

Installation

Latest version:

$ docker pull nightscape/docker-sbt:latest

Usage

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.

Run sbt REPL
$ docker run -it --rm nightscape/docker-sbt

Tag summary

Content type

Image

Digest

sha256:b66993724

Size

153.6 MB

Last updated

almost 11 years ago

docker pull nightscape/docker-sbt