Join Slack
Powered by
I want to use kotlin scripting as my devops relate...
# scripting
j
jasoet
10/31/2018, 10:54 AM
I want to use kotlin scripting as my devops related script and run it on Docker Container. Can we download the deps first so when executing
kts
it will not fetch jar file from maven repo?
v
Vladyslav Sitalo
10/31/2018, 11:05 AM
you can probably simulate maven repo via local directory and then direct script to search in that repo first
a
artem_zin
10/31/2018, 10:10 PM
you can bake deps into docker image as L1 cache
d
dave08
11/01/2018, 3:13 AM
if it runs on only a single node, you could use a volume on the deps directory, that way, it downloads all the deps only the first time.
6
Views
Open in Slack
Previous
Next