Skip to content

Latest commit

History

History
21 lines (11 loc) 路 1.01 KB

README.md

File metadata and controls

21 lines (11 loc) 路 1.01 KB

Jib Core examples

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.

Cram

See Cram for a simple example of a command-line utility that uses Jib Core to build Docker containers from file system contents.

Using Jib Core in Gradle builds

See build.gradle for examples using Jib Core to build and manipulate container images within a build.gradle script.

AutoJib - make your application self-containerize

See AutoJib for an example of a library that, when added as a dependency to a Java application, can make your application containerize itself.