Major Changes
- Switched the default base images from Distroless to
adoptopenjdk:{8,11}-jre
andjetty
(for WAR). (#3124) - New
includes
andexcludes
options forjib.extraDirectories
. This enables copying a subset of files from the source directory using glob patterns. (#2564) - Added an option
configurationName
to specify the name of the Gradle Configuration to use. The option can be lazily configured, for example, using GradleProvider
orProperty
. (#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.