Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

Latest commit

 

History

History
36 lines (22 loc) · 967 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 967 Bytes

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.