Skip to content
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

Installation fails unless bash is installed #34

Closed
digitalronin opened this issue Dec 24, 2020 · 2 comments
Closed

Installation fails unless bash is installed #34

digitalronin opened this issue Dec 24, 2020 · 2 comments
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@digitalronin
Copy link

Hi there

Installing helm and this plugin into a docker image, I was getting this error when installing the plugin:

 > [6/6] RUN helm plugin install https://github.com/fabmation-gmbh/helm-whatup:
#9 5.021 sh: /root/.local/share/helm/plugins/helm-whatup/install-binary.sh: not found
#9 5.022 Error: plugin install hook for "whatup" exited with error

The "not found" refers to /bin/bash which I didn't have installed.

If the install-binary.sh script could use /bin/sh instead of bash, it would avoid the extra step of installing bash in docker images. I know it's not particularly difficult, but it confused me for a little while, so maybe other folks are experiencing the same problem.

@l0nax l0nax added help wanted Extra attention is needed question Further information is requested labels Dec 30, 2020
@l0nax
Copy link
Member

l0nax commented Dec 30, 2020

Would it be possible for you to temporarily install bash?

@digitalronin
Copy link
Author

Sure, but my point is that it's unnecessary.

@l0nax l0nax closed this as completed in f6a1c52 Jan 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants