Image with all available spring boot dependecies to use in multistage builds.
1.1K
Dockerfile links2.0.0-release, latest (2.0.0-release/Dockerfile)2.0.0-rc2 (2.0.0-rc2/Dockerfile)1.5.10-release (1.5.10-release/Dockerfile)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"]
Content type
Image
Digest
Size
320.4 MB
Last updated
over 8 years ago
docker pull nmainiero/spring-boot-build-env