jib-maven-plugin v0.10.1
·
1640 commits
to master
since this release
Major Changes
<container><entrypoint>INHERIT</entrypoint></container>allows inheritingENTRYPOINTandCMDfrom the base image. While inheritingENTRYPOINT, you can also overrideCMDusing<container><args>.<container><workingDirectory>configuration parameter to set the working directory- Adds support for configuring volumes
- Image ID is now written to
target/jib-image.id - Exposed ports and Docker health check are now propagated from the base image
- Removed
jib:exportDockerContextgoal - Fixed NullPointerException thrown with incomplete
authconfiguration
See CHANGELOG.md for more details.