This Source-to-Image Builder let’s you create projects targetting Spring Boot and built with:
-
maven
-
gradle
Note
|
If a project has a pom.xml and a build.gradle, maven will take precedence |
If you do not specify any BUILDER_ARGS, by default the s2i image will use the following:
-
Maven
BUILDER_ARGS="package -Popenshift -DskipTests -Dcom.redhat.xpaas.repo.redhatga"
-
Gradle
BUILDER_ARGS="build -x test"
-
First load all the needed resources in a project.
oc create -f https://raw.githubusercontent.com/jorgemoralespou/springboot-s2i/master/ose3/springboot-s2i-imagestream.json
-
Once the builder springboot-s2i has been registered, you can create an app with:
-
Instant app already provided as template
-
Using the springboot-s2i builder image using a regular Git repository
-
There is a lot of example SpringBoot applications here