spring-attic / top-spring-boot-docker

Spring Boot Docker:: Topical guide to using Docker and how to create container images for Spring Boot applications :: spring-boot
https://spring.io/guides/topicals/spring-boot-docker
180 stars 127 forks source link

Suggestion: add a note about `mvn dependency:go-offline` #34

Closed matsev closed 9 months ago

matsev commented 9 months ago

Suggestion: add a note about how the maven-dependecy-plugin's go-offline goal can be leveraged to download and cache maven dependencies in a multi-stage Docker build environment.

Buzzardo commented 9 months ago

We try to keep the guides as simple as possible, and we're really trying to keep the focus on Spring rather than Docker, so this idea would take us in a direction we don't want to go. Thanks, though.