Comment on Ko: Easy Go ContainersComments−avtolik2yI am building an app right now and looked into this. Unfortunately the support for including static assets is limited for my case.−ImJasonH2yWhat's your use case? Static assets are fairly limited today, but even within those limitations we've been able to get pretty far with symlinks.If that's not enough or not desirable I completely understand, there's probably something we could do to improve it.https://ko.build/features/static-assets/−arccy2ydepending on what sort of support you need, you can also consider embedding the static assets into the go binary
Comments
I am building an app right now and looked into this. Unfortunately the support for including static assets is limited for my case.
What's your use case? Static assets are fairly limited today, but even within those limitations we've been able to get pretty far with symlinks.
If that's not enough or not desirable I completely understand, there's probably something we could do to improve it.
https://ko.build/features/static-assets/
depending on what sort of support you need, you can also consider embedding the static assets into the go binary