Major Changes
- Switched the default base images from Distroless to
adoptopenjdk:{8,11}-jreandjetty(for WAR). (#3124) - New
includesandexcludesoptions forjib.extraDirectories. This enables copying a subset of files from the source directory using glob patterns. (#2564) - Added an option
configurationNameto specify the name of the Gradle Configuration to use. The option can be lazily configured, for example, using GradleProviderorProperty. (#3034)
jib {
configurationName = 'myconfig'
}- Fixed an issue where some log messages used color in the "plain" console output. (#2764)
See CHANGELOG.md for more details.