Scala for OpenShift - Docker images

This repository contains the source for building various versions of the Scala application as a reproducible Docker image using source-to-image. The resulting image can be run using Docker.

Versions

Scala versions currently provided are:

Java versions currently provided are:

CentOS versions currently supported are:

Installation

Usage

To build a simple Scala-sample-app application using standalone STI and then run the resulting image with Docker execute:

Accessing the application:

$ curl 127.0.0.1:9000

Test

This repository also provides a S2I test framework, which launches tests to check functionality of a simple Scala application built on top of the sti-Scala image.

Users can choose between testing a Scala test application based on a RHEL or CentOS image.