Skip to content

jib-maven-plugin v0.9.0

Compare
Choose a tag to compare
@TadCordle TadCordle released this 28 Jun 21:22
· 2082 commits to master since this release

Beta

Major Changes

  • Use jib:dockerBuild to build straight to the Docker daemon
  • mainClass is not required anymore and can be inferred
  • Can now specify target image with -Dimage command line option
  • args parameter to define default main args
  • Removed enableReproducibleBuilds parameter
  • Changed configuration schema to be more like configuration for jib-gradle-plugin - NOT compatible with prior versions of jib-maven-plugin
  • jib:dockercontext has been changed to jib:exportDockerContext

Known Limitations

  • Pushing to Azure Container Registry is not currently supported.

See CHANGELOG.md for more details.