pennpeng / s2i-maven-java

Simple S2I Builder Image for Maven and Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

S2I Builder with Maven and Java

A very simple S2I builder which builds Java applications with Maven.

The following environment vars can be used to configure the build:

Name Default Description
MVN_GOALS clean package Maven goals to execute
MVN_SKIP_TESTS true If tests should be skipped
MVN_OPTS None Additional options handed to Maven

For Information about how those vars can be configured see the official docs on Build Strategy Options

About

Simple S2I Builder Image for Maven and Java


Languages

Language:Shell 65.9%Language:Dockerfile 34.1%