Skip to content

Docker image for development, build and continuous integration with scala and coursier.

License

Notifications You must be signed in to change notification settings

zifeo/sbt-scala-coursier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker sbt-scala-coursier image

Docker Build Status

The image contains ready-to-use and preloaded sbt (build tool), scala (compiler) and coursier (fast artifact fetcher).

Getting started

docker run -it --rm zifeo/sbt-scala-coursier
  • or build from this sources
docker build github.com/zifeo/sbt-scala-coursier

Local development example

docker run -it --rm -v "$(pwd):/root" zifeo/sbt-scala-coursier

Gitlab-CI example

image: zifeo/sbt-scala-coursier:latest

project:
  script:
  - sbt clean test

About

Docker image for development, build and continuous integration with scala and coursier.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published