This repository demonstrates tools for container image build for Java application.
It is the basic for the article "Container Images Deep Dive" (in German)
- Docker Plain
- Docker Multistage
- Docker Buildkit
- Podman
- Buildah
- Paketo / Buildpack
- Jib
In 'spring-boot-app' I demonstrate how to integrate some of the above tools in Maven build tool.
- docker-maven-plugin
- jib-maven-plugin
- spring-boot-maven-plugin (Buildpack integration)