Skip to content

jib-gradle-plugin v0.9.8

Compare
Choose a tag to compare
@TadCordle TadCordle released this 01 Aug 19:22
· 1898 commits to master since this release

jib-gradle-plugin

Major Changes

  • Docker context generation now includes snapshot dependencies and extra files
  • Disable parallel operation by setting the jibSerialize system property to true
  • Environment variables are propagated from the base image
  • allowInsecureRegistries allows connecting to insecure HTTPS registries (for example, registries using self-signed certificates)
  • Fixed slow image reference parsing
  • Fixed building empty layers
  • Fixed duplicate layer entries causing unbounded cache growth
  • Fixed incorrect authentication error message when target and base registry are the same

See CHANGELOG.md for more details.