jib-gradle-plugin v3.1.3
github-actions
released this
11 Aug 19:24
·
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
username
andpassword
properties for theauths
section in a Docker config (~/.docker/config.json
). (Previously, only supported was a base64-encoded username and password string of theauth
property.) (#3365) - Upgraded Google HTTP libraries to 1.39.2. (#3387)
See CHANGELOG.md for more details.