There is no documentation for that for now but it's not complicated:
- git clone the project
- ./gradlew executableJar
- cp build/executable/* docker/app/kestra
- docker build -t myimage .
In resume, you just need to have an image providing java 11 and start the executable build by gradle
hope it help