Skip to content

jib-gradle-plugin v2.1.0

Compare
Choose a tag to compare
@TadCordle TadCordle released this 25 Feb 20:20
· 1063 commits to master since this release

jib-gradle-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 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.
  • Fixed build failures with Skaffold when the Gradle Java Platform plugin is applied.
  • For Spring Boot projects using containerizingMode = 'packaged', Jib now overrides archiveClassifier of the jar task only when safe and necessary.
  • Fixed an issue where user-configured task dependencies for the Jib task is overwritten and thus ineffective.

See CHANGELOG.md for more details.