jib-cli v0.8.0
·
0 commits
to 6b43bdcbeee6434c9d44435814fe819c3117ae62
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) - Downgraded Google HTTP libraries to 1.34.0 to resolve network issues. (#3415, #3058, #3409)
- Changed the default base image of the Jib CLI
jarcommand from theadoptopenjdkimages 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.