-
Notifications
You must be signed in to change notification settings - Fork 441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Alpine Linux with only sh #773
Comments
Hi Thanks for feature request. We already have a ash configuration plugin. I'm not sure if this is enough, but you could try or use it as an example on how to create your own Sh script ( and maybe provide it as a PR :) ) |
Actually I used the
the failure is due to the database connection, but it actually started correctly. The base image was: |
Yes. AshscriptPlugin works well :). Thanks On Apr 21, 2016, 3:19 PM +0700, Schmitt Christiannotifications@github.com, wrote:
|
is it me, or does it seem like this plugin is no longer supported ? |
What concrete issue do you have? And to which plugin are you referring? |
Well the Bash template of the JavaAppPackaging is not (obviously) compatible out of the box with ash of the alpine distribution. And I thought the plugin AshscriptPlugin referred to in this PR did not seem to exist anymore but with further research it seems its only available since the 1.2.0 which is not yet released right ? |
The In |
I was trying to use Alpine Linux base Docker image. However the container from the built image cannot start because the start script has a
bash
hashbang up top, and Alpine Linux does not come withbash
by default. I can easily install bash to Alpine Linux, but I wonder ifbash
is necessary to run an SBT program orsh
is more than enough.The text was updated successfully, but these errors were encountered: