github GoogleContainerTools/jib v2.7.0-maven
jib-maven-plugin v2.7.0

latest releases: v0.27.1-core, v3.4.3-gradle, v3.4.3-maven...
3 years ago

Major Changes

  • Added an option <container><expandClasspathDependencies> to preserve the order of loading dependencies as configured in a project. The option enumerates dependency JARs instead of using a wildcard (/app/libs/*) in the Java runtime classpath for an image entrypoint. (#1871, #1907, #2228, #2733)
    • The option is also useful for AppCDS. (#2471)
    • Turning on the option may result in a very long classpath string, and the OS may not support passing such a long string to JVM.
  • Fixed NullPointerException when pulling an OCI base image whose manifest does not have mediaType information. (#2819)
  • Fixed build failure when using a Docker daemon base image (docker://...) that has duplicate layers. (#2829)

See CHANGELOG.md for more details.

Don't miss a new jib release

NewReleases is sending notifications on new releases.