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

jib-core v0.11.0

Choose a tag to compare

@TadCordle TadCordle released this 13 Sep 18:31
· 1272 commits to master since this release

jib-core

Major Changes

  • Jib#from and JavaContainerBuilder#from overloads to allow using a DockerDaemonImage or a TarImage as the base image
  • Jib#from(String) accepts strings prefixed with docker://, tar://, or registry:// to specify image type
  • System property jibSerialize has been changed to jib.serialize
  • TarImage is constructed using TarImage.at(...).named(...) instead of TarImage.named(...).saveTo(...)
  • Fixed an issue interacting with certain registries due to changes to URL handling in the underlying Apache HttpClient library
  • Fixed the regression of slow network operations introduced at 0.10.1
  • Fixed an issue where connection timeout sometimes fell back to attempting plain HTTP (non-HTTPS) requests when the Containerizer is set to allow insecure registries

See CHANGELOG.md for more details.