-
Notifications
You must be signed in to change notification settings - Fork 103
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
thor command is not available on docker images > 7.9.2 #888
Comments
thanks for spotting this.... |
Err, now fixed in #904 |
Hey! while following the steps on the installation guide https://github.com/o19s/quepid/wiki/Installation-Guide, I am facing the same issue with the latest tag and previous one 7.12.3 Am I doing something wrong or this should be reopened? @epugh |
Humm..... Stupid Thor! I clearly need some tests that exercise a release build... for things like this... Looking more... Thanks @norbertogomez for reporting. |
yeah, so tested with |
Okay, it appears that to run thor you need Please try |
Describe the bug
thor command cannot be run from quepid app containers.
To Reproduce
Steps to reproduce the behavior:
latest
, 7.10.0 or 7.11RC*)docker-compose run app thor list
ordocker run o19s/quepid:7.11.0-rc5 thor list
docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "thor": executable file not found in $PATH: unknown.
Expected behavior
Must return the list of tasks that can be run with thor
Additional context
the fact that thor is not present in gem list seem dubious (it was on 7.9.2) . See
docker run o19s/quepid:7.10.0 gem list
The text was updated successfully, but these errors were encountered: