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

jib-maven-plugin v1.6.0

Choose a tag to compare

@TadCordle TadCordle released this 13 Sep 19:18
· 1271 commits to master since this release

jib-maven-plugin

Major Changes

  • Added support for local base images by prefixing <from><image> with docker:// to build from a docker daemon image, or tar:// to build from a tarball image
  • System property jibSerialize has been changed to jib.serialize
  • For retrieving credentials from Docker config (~/.docker/config.json), credHelpers now takes precedence over credsStore, followed by auths
  • The legacy credsStore no longer requires defining empty registry entries in auths to be used. This now means that if credsStore is defined, auths will be completely ignored
  • <dockerClient> is now configurable on all goals, not just jib:dockerBuild
  • Fixed the regression of slow network operations introduced at 1.5.0
  • Fixed an issue where connection timeout sometimes fell back to attempting plain HTTP (non-HTTPS) requests when <allowInsecureRegistries> is set

See CHANGELOG.md for more details.