Sign inSign up

thstangenberg/scala-builder

By thstangenberg

Updated over 9 years ago

Image
0

638

thstangenberg/scala-builder repository overview

Docker scala-builder

scala build container for drone ci

Dockerhub: thstangenberg/scala-builder

Features

Exposed volumes

None.

Exposed ports

  • 22 / SSH

Environment Variables

None.

Usage

write image: thstangenberg/scala-builder in your .drone.yml

Build

Make is used as build system.

  • make / starts normal docker build.
  • make run / build and run the container. This uses scala-builder 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

sha256:0006495d1

Size

651.2 MB

Last updated

over 9 years ago

docker pull thstangenberg/scala-builder