jib-gradle-plugin v3.1.3
·
0 commits
to 4cb096e5584df124ec71086f28d900adc7f49c79
since this release
Major Changes
- Increased robustness in registry communications by retrying HTTP requests (to the effect of retrying image pushes or pulls) on I/O exceptions with exponential backoffs. (#3351)
- Now also supports
usernameandpasswordproperties for theauthssection in a Docker config (~/.docker/config.json). (Previously, only supported was a base64-encoded username and password string of theauthproperty.) (#3365) - Upgraded Google HTTP libraries to 1.39.2. (#3387)
See CHANGELOG.md for more details.