Sign inSign up

stangenberg/scala

By stangenberg

Updated over 10 years ago

A docker container featuring scala & sbt.

Image
0

402

stangenberg/scala repository overview

Docker scala

A docker container featuring Scala & Sbt.

Dockerhub: stangenberg/scala

Features

Exposed volumes

None.

Exposed ports

  • 22 / SSH

Environment Variables

  • SCALA_VERSION : installed scala version
  • SBT_VERSION : installed sbt version

Usage

With Drone

add image: stangenberg/scala to your .done.yml to use the latest version.

Build

Make is used as build system.

  • make / starts normal docker build.
  • make run / build and run the container. This uses scala as container name and automatically stops a running container with an equal name beforehand.
  • make bash / build, run the container and start a bash prompt.
  • make ncbuild / normal build without using the docker cache ( --no-cache ).

Docker Build Reference https://docs.docker.com/reference/builder/

License

Published under the MIT License

Tag summary

Content type

Image

Digest

Size

599.7 MB

Last updated

over 10 years ago

docker pull stangenberg/scala