jib-maven-plugin v2.1.0
·
1079 commits
to master
since this release
Major Changes
- Additionally reads credentials from
~/.docker/.dockerconfigjsonand legacy Docker config (~/.docker/.dockercfg). Also searches for$HOME/.docker/*(in addition to currentSystem.get("user.home")/.docker/*). This may help retrieve credentials, for example, on Kubernetes. - New skaffold configuration options that modify how jib's build config is presented to skaffold. See changelog for more details.
- Fixed a
skaffold initissue with projects containing submodules specifying different parent poms. - Fixed authentication failure with error
server did not return 'WWW-Authenticate: Bearer' headerin certain cases (for example, on OpenShift). - Fixed an issue where using local Docker images (by
docker://...) on Windows caused an error.
See CHANGELOG.md for more details.