Skip to content

William-Yeh/docker-scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 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 8 ("Jessie").

  • Java: Oracle JDK 1.7.0

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

Dependencies

History

  • 0.7 - Move sbt from this scala image to williamyeh/sbt instead.

  • 0.6 - Install sbt manually instead of deb.

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

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)

Resources

Stars

Watchers

Forks

Packages

No packages published