iron-io / dockers

Uber tiny Docker images for all the things.
http://www.iron.io
MIT License
1.59k stars 139 forks source link

Adding a scala image #6

Closed arschles closed 9 years ago

arschles commented 9 years ago

This builds on https://github.com/iron-io/dockers/pull/5. Installs the Scala compiler and dev tools, which I'm assuming make the image big still. May still need work to pare it down.

arschles commented 9 years ago
Aarons-MacBook-Pro:2.11 arschles$ docker inspect iron/scala:2.11 | grep Size
    "Size": 0,
    "VirtualSize": 147095780,

Scala image is 147.096 mb, better than iron/java-dev

arschles commented 9 years ago

@treeder this is ready to go and https://github.com/iron-io/dockerworker/pull/22 depends on it. Should be pushed to dockerhub as iron/scala:2.11 (will need new repository)