Back to Skaffold

README

examples/jib-gradle/README.md

2.19.0678 B
Original Source

Example: Jib (Gradle)

Jib is one of the supported builders in Skaffold. It builds Docker and OCI images for your Java applications and is available as plugins for Maven and Gradle.

The way you configure it in skaffold.yaml is the following build stanza:

yaml
build:
     artifacts:
     - image: skaffold-example
       context: .
       jib: {}