Build any Springboot Gradle Applications in OpenShift.
- Java 1.8.0
- Gradle 3.5.1
Use this image for deploying Springboot Applications which use Gradle as build tool.
Docker Image : sanketkd/gradle-springboot-builder:1
oc new-app sanketkd/gradle-springboot-builder:1~<your-git-repository-url>#<branch-name>
This will create new build config and deployment configs and a service which exposes 8080 port.