yogihardi / alpine-scala-maven

Small Docker image with Scala & Maven based on OracleJDK 7 (191MB)

Home Page:https://hub.docker.com/r/frolvlad/alpine-scala/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Stars Docker Pulls

Scala & Maven Docker image

This image is based on Alpine Linux image, which is only a 5MB image, and contains Scala based on Oracle JDK 7 yogihardi/alpine-oraclejdk7 image.

Usage Example

$ docker run --rm yogihardi/alpine-scala-maven scala -e 'object HelloWorld extends App { println("Hello World") }; HelloWorld.main(null)'

Once you have run this command you will get printed 'Hello World' from Scala!

About

Small Docker image with Scala & Maven based on OracleJDK 7 (191MB)

https://hub.docker.com/r/frolvlad/alpine-scala/

License:MIT License


Languages

Language:Dockerfile 100.0%