Skip to content

jib-core v0.9.0

Compare
Choose a tag to compare
@TadCordle TadCordle released this 28 Mar 20:12
· 1463 commits to master since this release

jib-core

Major Changes

  • Added JavaContainerBuilder#setAppRoot() and JavaContainerBuilder#fromDistrolessJetty() for building WAR containers
  • Added Jib#fromScratch() to start building from an empty base image
  • Added methods in JavaContainerBuilder for setting the destination directories for classes, resources, directories, and additional classpath files
  • Allow skipping JavaContainerBuilder#setMainClass() to skip setting the entrypoint
  • os and architecture are inherited from the base image

See CHANGELOG.md for more details.