-
Notifications
You must be signed in to change notification settings - Fork 34
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
Alpine images error on default entrypoint due to missing rlwrap #241
Comments
Would it make more sense for the default to be a shell prompt
There are many options even using clojure or clj as the default, so would using a shell prompt as the default be more flexible and simpler approach for all Clojure images? |
I agree with you on most or ever all points. However, the current entrypoint also allows executing Leiningen and tools.deps subcommands, e.g.:
Somebody might be reliant on this behavior, so I guess we are kinda stuck with supporting this (if compatibility is a priority). I'm not a fan of this approach either but it is what it is. We can, theoretically, keep this behavior but change the default command from say |
Due to #23
docker run clojure:tools-deps-alpine
=>/usr/local/bin/rlwrap: line 13: /usr/bin/rlwrap: not found
Could do any one of the following:
clojure
as the entrypoint for alpine images.The text was updated successfully, but these errors were encountered: