Important
This plugin has reached the end of its useful life with the release of Mill 1.0. I have migrated to mill-contrib-docker, and recommend using it instead. Alternatively, mill-docker is another option worth considering.
Dockerize java applications on mill builds.
Add dependency and import JibModule class in build.sc:
import $ivy.`io.github.atty303::mill-jib:0.4.0`
import io.github.atty303.mill.jib.JibModule