Sign inSign up

nmainiero/spring-boot-build-env

By nmainiero

•Updated over 8 years ago

Image with all available spring boot dependecies to use in multistage builds.

Image
0

1.1K

nmainiero/spring-boot-build-env repository overview

⁠Usage

This image is intended for multistage build with the Spring Boot framework. It contains all dependencies that can be selected on https://start.spring.io/⁠. To use it start in your Dockerfile with

FROM nmainiero/spring-boot-build-env:1.5.10-release AS BUILD_IMAGE

And run the build with the following command.

RUN ["./mvnw", "-s", "/usr/share/maven/ref/settings-docker.xml", "-B", "package"]

Tag summary

Content type

Image

Digest

Size

320.4 MB

Last updated

over 8 years ago

docker pull nmainiero/spring-boot-build-env