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

sh error in string comparison #69

Closed
jacen92 opened this issue Jan 24, 2019 · 2 comments
Closed

sh error in string comparison #69

jacen92 opened this issue Jan 24, 2019 · 2 comments

Comments

@jacen92
Copy link

jacen92 commented Jan 24, 2019

I got:

/bin/entrypoint: 6: /bin/entrypoint: [[: not found
/bin/entrypoint: 10: /bin/entrypoint: [[: not found
/bin/entrypoint: 15: /bin/entrypoint: [[: not found

with the 1.0 image (arm32v7-static and arm64v8-static)

Please replace #!/bin/sh by #:/bin/bash in the entrypoint to fix it (https://stackoverflow.com/questions/3401183/bash-syntax-error-not-found).

@Joxit
Copy link
Owner

Joxit commented Jan 25, 2019

Hi @jacen92 , thank your for your issue.
I'm sorry for the inconvenient, this is a bug introduced with #67

Sorry byt #!/bin/bash is not the solution here because some images are based on alpine linux 🙂

@Joxit Joxit closed this as completed in 476a441 Jan 25, 2019
@jacen92
Copy link
Author

jacen92 commented Jan 25, 2019

bien vu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants