Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ sbt-s2i Public
forked from jw3/sbt-s2i

OpenShift s2i builder with sbt

gnunn1/sbt-s2i

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

s2i for sbt

Created using s2i v1.1.7

create

Create the s2i image with

#! SBT_VERSION=0.13.16 SCALA_VERSION=2.12.3 make

invoke

build an image tagged as image-name

s2i build <path / url> sbt-s2i <image-name>

configuration

  • SBT_SUBPROJECT; optional string that specifies the sbt subproject to build in (not needed if not multi-project)
  • plugins.sbt; contains default set of sbt plugins that will be cached during the image build

OpenShift Imagestream

An OpenShift Imagestream is provided that can be used in the OpenSHift console to build applications using this s2i image. To use it, simply add it as follows:

oc create -f sbt.yml

Note the openshift user must have rights to the openshift namespace (i.e. a cluster admin).

About

OpenShift s2i builder with sbt

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 78.0%
  • Dockerfile 14.7%
  • Makefile 3.9%
  • Scala 2.1%
  • HTML 1.3%