Jib 2.7.0 has been released

16 views
Skip to first unread message

Chanseok Oh

unread,
Dec 7, 2020, 12:11:12 PM12/7/20
to Jib users
Jib 2.7.0 has been released!

Major Changes
  • Added an option jib.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.
  • (Gradle) - Added lazy evaluation for jib.(to|from).auth.(username|password) and jib.from.image using Gradle Property and Provider. (#2905)
  • 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 (Maven / Gradle) for more details.
Reply all
Reply to author
Forward
0 new messages