Skip to content

PraveenGNair/springboot-buildpack-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spring boot Buildpack Docker Example

Overview

A sample spring boot rest service with docker packaging using springboot maven plugin.

Spring boot with its 2.3.0.M1 release onwards have introduced capability to build docker images using buildpacks. The detailed blog and instructions of using the project is described in blog.

Run Command

  • Clean compile

$ mvn clean compile

  • Build image

$ mvn spring-boot:build-image

Result

See the logs and you can find the containerizing steps and image gets pushed to the defined registry.

About

Create Springboot docker images using BuildPacks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages