Skip to content

A Dockerfile with Scala, sbt, the OpenJDK 16, the latest snapshot version of OPAL (http://www.opal-project.de), and a sample project using the latest released version of OPAL.

License

Notifications You must be signed in to change notification settings

opalj/DockerForOPAL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scala 2.12.13, sbt 1.4.6 (with plugins) and OPÄL Dockerfile

This repository contains a Dockerfile with Scala, sbt, the OpenJDK 16, the latest snapshot version of OPAL, and a sample project using the latest released version of OPAL.

This Dockerfile was created based on the Dockerfile developed by hseeberger/scala-sbt.

Base Docker Image

Installation

  1. Install Docker
  2. Pull automated build from public Docker Hub Registry:
docker pull opalj/sbt_scala_opal

Alternatively, you can build an image from Dockerfile:

docker build -t opalj/sbt_scala_opal https://github.com/opalj/DockerForOPAL.git

Usage

docker run -it --rm opalj/sbt_scala_opal

License

This code is open source software licensed under the Apache 2.0 License.

About

A Dockerfile with Scala, sbt, the OpenJDK 16, the latest snapshot version of OPAL (http://www.opal-project.de), and a sample project using the latest released version of OPAL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published