Please file an issue if you find any problems with the examples or would like to request other examples.
For examples on using Jib plugins, see examples.
sbt plugin
Jib Core is used in a third-party project, sbt-jib, that brings the benefits of Jib to sbt users.
See Cram for a simple example of a command-line utility that uses Jib Core to build Docker containers from file system contents.
See build.gradle for examples using Jib Core to build and manipulate container images within a build.gradle
script.
See AutoJib for an example of a library that, when added as a dependency to a Java application, can make your application containerize itself.