Is there a public Docker image that comes with kot...
# server
m
Is there a public Docker image that comes with kotlin preinstalled that I could build upon ?
p
From a runtime perspective you only need a JRE
m
I need the compiler, this is to run Kotlin scripts
n
here's my github build to do that: https://github.com/nfrankel/nfrankel/blob/master/.github/workflows/build.yml it's the simplest way i found
m
Ah thanks!
But wait. Github runners have Kotlin installed by default theses days
Why do you need this?
n
1. because it was not the case at the time 2. because i need an old version - kotlin scripting is not an optimal solution at the moment (see my talk at fosdem 😉)
m
Ahah yes I remember 🙂
What's the issue with newest versions again?
Sorry my brain is
.
right now 😅
n
• 1.5 doesn't work at all • 1.6 might but i'm using jsoup which is already on the classpath but in a very limited version and there's no classpath isolation
m
Ah the good old classpath issues 😬
You have a Youtrack I can star at hand?
I'd love to have better scripting support
n
You have a Youtrack I can star at hand?
nope, but i think there's one
I'd love to have better scripting support
me as well but this script will be the last one in kotlin now i write my scripts in python even though i'm not a python dev
😮 1
🐍 1