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
docker-compose build --pull scala_sbt
docker-compose push scala_sbt
As for all images based on the ubuntu base image, see the base image README