这是indexloc提供的服务,不要输入任何密码
Skip to content

jib-maven-plugin v1.7.0

Choose a tag to compare

@chanseokoh chanseokoh released this 15 Nov 18:19
· 1218 commits to master since this release

jib-maven-plugin

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 of jib:buildTar (target/jib-image.tar by default)
    • <outputPaths><digest> configures the output path of the image digest (target/jib-image.digest by default)
    • <outputPaths><imageId> configures output path of the image id (target/jib-image.id by 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.