Merge pull request #4 from infosiftr/clojure

Special case another community contribution: Clojure
This commit is contained in:
Tianon Gravi
2014-09-09 16:53:31 -06:00
2 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -54,10 +54,10 @@ This will build your project into a jar file located in your project's target/ub
## Issues
If you have any questions about the image, please contact us through a [GitHub issue](https://github.com/docker-library/clojure/issues) or in the IRC channel `#docker-library` on [Freenode](https://freenode.net).
If you have any questions about the image, please contact us through a [GitHub issue](https://github.com/Quantisan/docker-clojure/issues) or in the IRC channel `#docker-library` on [Freenode](https://freenode.net).
## Contributing
If you want to contribute new features or updates, we are always thrilled to receive pull requests, and do our best to process them as fast as possible.
We recommend discussing your plans through a [GitHub issue](https://github.com/docker-library/clojure/issues) before starting to code - especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give feedback on your design, and maybe point out if someone else is working on the same thing.
We recommend discussing your plans through a [GitHub issue](https://github.com/Quantisan/docker-clojure/issues) before starting to code - especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give feedback on your design, and maybe point out if someone else is working on the same thing.
+3
View File
@@ -20,6 +20,9 @@ for repo in "${repos[@]}"; do
hylang)
gitRepo='https://github.com/hylang/hy'
;;
clojure)
gitRepo='https://github.com/Quantisan/docker-clojure'
;;
*)
gitRepo="https://github.com/docker-library/$repo"
;;