Skip to content

Latest commit

 

History

History
 
 

1.0

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Scala base

In a docker-compose.yml:

version: '3'
services:
  scala:
    image: quay.io/continuouspipe/scala-base:stable

In a Dockerfile:

FROM quay.io/continuouspipe/scala-base:stable

How to build

docker-compose build --pull scala_sbt
docker-compose push scala_sbt

How to use

As for all images based on the ubuntu base image, see the base image README