这是indexloc提供的服务,不要输入任何密码
Skip to content

jib-maven-plugin v2.1.0

Choose a tag to compare

@TadCordle TadCordle released this 25 Feb 21:59
· 1079 commits to master since this release

jib-maven-plugin

Major Changes

  • Additionally reads credentials from ~/.docker/.dockerconfigjson and legacy Docker config (~/.docker/.dockercfg). Also searches for $HOME/.docker/* (in addition to current System.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 init issue with projects containing submodules specifying different parent poms.
  • Fixed authentication failure with error server did not return 'WWW-Authenticate: Bearer' header in 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.