Jib 2.4.0 has been released!
The Jib Extension Framework!
This framework enables anyone to easily extend and tailor the Jib Maven/Gradle plugins behavior to their liking. Check out the new
Jib Extensions Github repository to learn more.
Major Changes for Plugins
- Project dependencies in a multi-module WAR project are now stored in a separate "project dependencies" layer (as currently done for a non-WAR project).
- Fixed authentication failure with Azure Container Registry when using an identity token defined in the auths section of Docker config (~/.docker/config.json).
- Previous locally cached application layers (<project root>/target/jib-cache) will be ignored because of changes to the caching selectors.
See CHANGELOG.md (
Maven /
Gradle) for more details.