docker-clojure
docker-clojure copied to clipboard
Official Docker image for Clojure
While working on #229, I discovered the following: the installation of `rlwrap` on Debian and Ubuntu pulls ~80 MB of additional packages (python3 and other stuff). That sounds excessive for...
This is my take on #224. There are a lot of changes, so we might as well start the review and discuss the details early. Summary: 1. Leiningen and tools.deps...
Given that the image size is absolutely dominated by JDK (~300 Mb uncompressed), would it be reasonable to ship both Leiningen (~15 Mb uncompressed) and tools.deps (around the same but...
Should we consider adding clojurescript images that pre-install node, npm, etc.?
Now I'm seeing this error when it tries to create the upstream PR: ``` refusing to allow a Personal Access Token to create or update workflow `.github/workflows/.bashbrew/action.yml` without `workflow` scope...
Is it possible to get images that provide ARM V7 support so we can build images for the raspberry pi
[Babashka](https://github.com/babashka/babashka) is a pretty nifty little tool that can pretty much replace a direct installation of tools.deps with its `bb clojure` invocation (it will install the latest / desired version...
Hello, When building Clojure apps a lot of artifacts get downloaded. These can be cached between re-runs for people where this makes sense. This should improve image build speed -...
[This pull request](https://github.com/Quantisan/docker-clojure/pull/232) is a good example of why our current heuristic for whether or not we should automatically open a PR in docker-library/official-images is overly simplistic. Currently we only...
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: - install rlwrap (kind of heavy for alpine) - wait...