https://github.com/mihaibogdaneugen/docker-debian-scala
Docker Debian images with Scala
https://github.com/mihaibogdaneugen/docker-debian-scala
debian docker oracle-jdk scala
Last synced: 3 months ago
JSON representation
Docker Debian images with Scala
- Host: GitHub
- URL: https://github.com/mihaibogdaneugen/docker-debian-scala
- Owner: MihaiBogdanEugen
- License: mit
- Created: 2017-09-01T17:30:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-08T22:20:45.000Z (over 7 years ago)
- Last Synced: 2025-03-29T08:43:56.967Z (over 1 year ago)
- Topics: debian, docker, oracle-jdk, scala
- Language: Dockerfile
- Homepage:
- Size: 29.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Docker Debian images with [Scala] ##
### Supported tags and respective Dockerfile links: ###
* ```jessie-slim-2.11``` _\([jessie-slim-2.11/Dockerfile]\)_
[](https://microbadger.com/images/mbe1224/debian-scala:jessie-slim-2.11 "")
* ```jessie-slim-2.12``` _\([jessie-slim-2.11/Dockerfile]\)_
[](https://microbadger.com/images/mbe1224/debian-scala:jessie-slim-2.11 "")
* ```stretch-slim-2.11``` _\([stretch-slim-2.11/Dockerfile]\)_
[](https://microbadger.com/images/mbe1224/debian-scala:stretch-slim-2.11 "")
* ```stretch-slim-2.12```, ```latest``` _\([stretch-slim-2.12/Dockerfile]\)_
[](https://microbadger.com/images/mbe1224/debian-scala:stretch-slim-2.12 "")
#### All tag names follow the naming convention: ###
```debian_image_tag``` + '-' + ```scala_version```
### Usage: ###
Build the image
```shell
docker build -t debian-scala /stretch-slim/2.12/
```
### About this image: ###
- Currently supporting scala versions **2.11.12** and **2.12.7**
- Debian "slim" image variant
- Oracle JDK8 addded without MissionControl, VisualVM, JavaFX, ReadMe files, source archives, etc.
- Oracle Java Cryptography Extension added
- SHA 256 sum checks for all downloads
- JAVA\_HOME and SCALA\_HOME environment variables set up
### Dual licensed under: ###
* [MIT License]
* [Oracle Binary Code License Agreement]
[Scala]:
[jessie-slim-2.11/Dockerfile]:
[jessie-slim-2.12/Dockerfile]:
[stretch-slim-2.11/Dockerfile]:
[stretch-slim-2.12/Dockerfile]:
[MIT License]:
[Oracle Binary Code License Agreement]: