jib-core v0.1.2
·
1535 commits
to master
since this release
Major Changes
- Added
ProgressEvent#getBuildStepTypemethod to get which step in the build process a progress event corresponds to - Added
LayerCountEventthat is dispatched at the beginning of certain pull/build/push build steps to indicate the number of layers being processed JibContainerBuilder#containerize()throws multiple sub-types ofRegistryExceptionrather than wrapping them in anExecutionException- Fixed
MainClassFinderfailure when main method is defined using varargs (i.e.public static void main(String... args))
See CHANGELOG.md for more details.