Skip to content

yogihardi/alpine-scala-maven

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%