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) - Downgraded Google HTTP libraries to 1.34.0 to resolve network issues. (#3415, #3058, #3409)
- Changed the default base image of the Jib CLI
jar
command from theadoptopenjdk
images to theeclipse-temurin
(for Java 8 and 11) andazul/zulu-openjdk
(for Java 17) images on Docker Hub. Note that Temurin (by Adoptium) is the new name of AdoptOpenJDK. (#3491)
See CHANGELOG.md for more details.