An open API service indexing awesome lists of open source software.

https://github.com/daggerok/github-jib-issue-2267

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

github-issue jib jib-maven-plugin

Last synced: 7 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# GitHub jib issue #2267

See: https://github.com/GoogleContainerTools/jib/issues/2267

[Resolution](https://github.com/GoogleContainerTools/jib/issues/2267#issuecomment-583124177): with 2.0.0 using fat jars is not possible anymore.
Check alternative [here](https://github.com/GoogleContainerTools/jib/issues/2267#issuecomment-583107466) or [here](https://github.com/GoogleContainerTools/jib/issues/2267#issuecomment-583124177).

```bash
./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](pom.xml) for details.