这是indexloc提供的服务,不要输入任何密码
Skip to content

jib-core v0.1.2

Choose a tag to compare

@TadCordle TadCordle released this 11 Feb 21:08
· 1535 commits to master since this release

jib-core

Major Changes

  • Added ProgressEvent#getBuildStepType method to get which step in the build process a progress event corresponds to
  • Added LayerCountEvent that 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 of RegistryException rather than wrapping them in an ExecutionException
  • Fixed MainClassFinder failure when main method is defined using varargs (i.e. public static void main(String... args))

See CHANGELOG.md for more details.