Major Changes
- Switched the default base images from Distroless to
adoptopenjdk:{8,11}-jre
andjetty
(for WAR). (#3124) - New
<includes>
and<excludes>
options for<extraDirectories>
. This enables copying a subset of files from the source directory using glob patterns. (#2564) - Jib extensions can be loaded via the Maven dependency injection mechanism. This also enables injecting arbitrary dependencies (for example, Maven components) into an extension. (#3036)
- Fixed an issue where some log messages used color in the "plain" console output. (#2764)
See CHANGELOG.md for more details.