Skip to content

miguelpuyol/docker-scala

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker-Scala

Summary

Repository name in Docker Hub: williamyeh/scala

This repository contains Dockerized Java and Scala, 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

  • Scala: 2.11.2, 2.10.4 (see tag list for details)

  • Sbt: 0.13.5

Dependencies

History

  • 0.5 - Support version tags.

  • 0.4 - Fix APT dependency: openjdk-6-jre --> oracle-java7-installer.

  • 0.3 - Change the Java dependency from pulse00/java to williamyeh/java7.

  • 0.2 - This repository was forked from pulse00/scala.

Installation

Latest version:

$ docker pull williamyeh/scala:latest

All versions:

$ docker pull williamyeh/scala

Specific version:

$ docker pull williamyeh/scala:2.11.2

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 scala REPL

$ docker run -it --rm williamyeh/scala

About

Scala image for Docker (jdk 1.7.0 + Scala + sbt)

Resources

Stars

Watchers

Forks

Packages

No packages published