Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.
/ docker-sbt-builder Public archive

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

License

Notifications You must be signed in to change notification settings

KWARC/docker-sbt-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published