jib-maven-plugin v3.0.0
github-actions
released this
09 Apr 20:45
·
0 commits
to c62012230f7e48e86160db37e2e599b53abbfd0c
since this release
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.