jib-maven-plugin v1.6.0
·
1271 commits
to master
since this release
Major Changes
- Added support for local base images by prefixing
<from><image>withdocker://to build from a docker daemon image, ortar://to build from a tarball image - System property
jibSerializehas been changed tojib.serialize - For retrieving credentials from Docker config (
~/.docker/config.json),credHelpersnow takes precedence overcredsStore, followed byauths - The legacy
credsStoreno longer requires defining empty registry entries inauthsto be used. This now means that ifcredsStoreis defined,authswill be completely ignored <dockerClient>is now configurable on all goals, not justjib:dockerBuild- Fixed the regression of slow network operations introduced at 1.5.0
- Fixed an issue where connection timeout sometimes fell back to attempting plain HTTP (non-HTTPS) requests when
<allowInsecureRegistries>is set
See CHANGELOG.md for more details.