jib-maven-plugin v1.7.0
·
1218 commits
to master
since this release
Major Changes
- Main class inference support for Java 13/14.
- The base image manifest is no longer pulled from the registry if a digest is provided and the manifest is already cached.
<outputPaths>object for configuration output file locations<outputPaths><tar>configures output path ofjib:buildTar(target/jib-image.tarby default)<outputPaths><digest>configures the output path of the image digest (target/jib-image.digestby default)<outputPaths><imageId>configures output path of the image id (target/jib-image.idby default)
- Fixed additional tags being ignored when building to a tarball.
- Local base image layers are now processed in parallel, speeding up builds using large local base images.
- Docker daemon base images are now cached more effectively, speeding up builds using
docker://base images. - Fixed an issue for WAR projects where Jib used an intermediate exploded WAR directory instead of exploding the final WAR file.
- Fixed
tar://base image failing if tar does not contain explicit directory entries. - Fixed temporary directory cleanup during builds using local base images.
See CHANGELOG.md for more details.