Hacker News new | ask | show | jobs
by tchiotludo 1548 days ago
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

1 comments

Awesome, thank you!