Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 574 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 574 Bytes

s2i Builder for Springboot Gradle Applications

Build any Springboot Gradle Applications in OpenShift.

Installed Contents

  1. Java 1.8.0
  2. Gradle 3.5.1

How to use

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.