jdufner / microservice

Showcase of a microserivce architecture using the Spring Boot Netflix stack.
Apache License 2.0
3 stars 4 forks source link

Docker-Images mit Maven bauen #18

Closed jdufner closed 7 years ago

jdufner commented 7 years ago

Als Zuschauer möchte ich sehen, wie die Docker-Images mit Maven gebaut werden, weil ich hohen Wert auf vollständige Automatisierung der Build-Pipeline lege um in extrem kurzen Zyklen Änderungen in Produktionen bringen zu können.

Automatisierung bauen

jdufner commented 7 years ago

Docker plugin integrated.

Test:

jdufner commented 7 years ago

Each microservice can be built alone, but where is the line between build pipeline and deployment pipeline? From my point of view, the transfer from development to deployment are the repositories: either Nexus for jar files aka Spring Boot applications or better a Docker Hub for Docker images. In both cases development works with Maven. In contrast to the deployment team uses Docker tools (docker-compose, docker-swarm) to deploy and manage the container infrastructure.