jib-core v0.9.0
TadCordle
released this
28 Mar 20:12
·
1463 commits
to master
since this release
Major Changes
- Added
JavaContainerBuilder#setAppRoot()
andJavaContainerBuilder#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
andarchitecture
are inherited from the base image
See CHANGELOG.md for more details.