Skip to content

jib-maven-plugin v0.9.8

Compare
Choose a tag to compare
@chanseokoh chanseokoh released this 02 Aug 12:52
· 1898 commits to master since this release

jib-maven-plugin

Major Changes

  • Docker context generation now includes snapshot dependencies and extra files
  • Can 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)
  • Added <to><auth> and <from><auth> parameters with <username> and <password> fields for simple authentication, similar to the Gradle plugin
  • Can set credentials via commandline using jib.to.auth.username, jib.to.auth.password, jib.from.auth.username, and jib.from.auth.password system properties
  • Skips execution if packaging is pom
  • 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.