sparsick / container-image-build-java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Container Image Build Samples for Java Application

This repository demonstrates tools for container image build for Java application.

It is the basic for the article "Container Images Deep Dive" (in German)

CLI tools

  • Docker Plain
  • Docker Multistage
  • Docker Buildkit
  • Podman
  • Buildah
  • Paketo / Buildpack
  • Jib

Tool Integration in Maven

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)

About

License:MIT License


Languages

Language:Shell 100.0%