Sign inSign up

frolvlad/alpine-scala

By frolvlad

Updated over 7 years ago

Small Docker image with Scala based on OracleJDK 8 (191MB)

Image
23

50K+

frolvlad/alpine-scala repository overview

Docker Stars Docker Pulls

Scala Docker image

This image is based on Alpine Linux image, which is only a 5MB image, and contains Scala based on Oracle JDK 8 frolvlad/alpine-oraclejdk8 slim image.

Download size of this image is only:

Usage Example

$ docker run --rm frolvlad/alpine-scala 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!

Tag summary

Content type

Image

Digest

sha256:ca3716b74

Size

78.8 MB

Last updated

over 7 years ago

docker pull frolvlad/alpine-scala