/github-jib-issue-2267

2.0.0 jib-maven-plugin breaking changes when using packaged containerizingMode. #2267 https://github.com/GoogleContainerTools/jib/issues/2267

Primary LanguageJava

GitHub jib issue #2267

See: GoogleContainerTools/jib#2267

Resolution: with 2.0.0 using fat jars is not possible anymore. Check alternative here or here.

./mvnw -P before-2
docker run --rm -it daggerok/github-jib-issue-2267-app-1.8.0

./mvnw -P after-2
docker run --rm -it daggerok/github-jib-issue-2267-app-2.0.0

See pom.xml file for details.