Extending sbt-native-packager (Docker) -
i'm having problem sbt-native-packager's docker module. uses (overridable) bash template template has ${{template_declares}} substitutes important project information bash file.
my problem can't use bash--i'm using busybox, uses ash. of generated stuff sbt incompatible ash. code dropped in ${{template_declares}} incompatible , need have generate different.
i see there both windows , bash "generators" predefined. how can make ash generator modifies bash version?
i can clone repo , make ash generator i'm hoping extend rather clone. i've never extended sbt plugin. how done?
things have changed since op first opened question. there ashscriptplugin
better suited docker container running alpine.
enableplugin(ashscriptplugin)
you can find out more in current docs
Comments
Post a Comment