KWARC / docker-sbt-builder

A Docker Image used to build anything with sbt. Depreacted in favor of mozilla/sbt.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEPREACTED: Use mozilla/sbt instead.

The README below is preserved for historical purposes.

Docker-Sbt-Builder

This is a Docker Image intended to build sbt-based projects. It can be found on DockerHub as the automated build kwarc/sbt-builder.

It is intended to be as follows:

# Start from the sbt builder image
FROM kwarc/sbt-builder

# Add all code into /opt/src
ADD src/ /opt/src/
WORKDIR /opt/src

# Run some sbt commands
RUN sbt build

Tags

This Image has two tags:

  • latest which contains a cache for the newest SBT jar pre-downloaded
  • mmt-cache which contains a cache for all dependencies used on the MMT master branch

These can be found on the master and mmt-cache branch respectively.

License

The Unlicense, see LICENSE.

About

A Docker Image used to build anything with sbt. Depreacted in favor of mozilla/sbt.

License:The Unlicense


Languages

Language:Dockerfile 100.0%