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
- Host: GitHub
- URL: https://github.com/daggerok/github-jib-issue-2267
- Owner: daggerok
- Created: 2020-02-06T21:16:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-06T22:18:00.000Z (over 5 years ago)
- Last Synced: 2025-01-10T00:45:22.419Z (9 months ago)
- Topics: github-issue, jib, jib-maven-plugin
- Language: Java
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.