Skip to content

jib-cli v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Mar 19:26
· 0 commits to 19c7d1da11fb3fa8379e4c295520cb73fd5f9dc6 since this release

Major Changes

  • Added the jar command which can be used to containerize a JAR with $ jib jar --target ... my-app.jar. By default, the command will add the contents of the JAR into optimized layers on the container. (#11)

See CHANGELOG.md for more details