Point jetty at md5/docker-jetty

This commit is contained in:
Mike Dillon 2015-02-06 15:45:59 -08:00
parent bf6870d37f
commit 0fd0aaa2cd
2 changed files with 3 additions and 2 deletions

View File

@ -68,7 +68,7 @@ Support for older versions (down to 1.0) is provided on a best-effort basis.
## Issues ## Issues
If you have any problems with or questions about this image, please contact us If you have any problems with or questions about this image, please contact us
through a [GitHub issue](https://github.com/docker-library/jetty/issues). through a [GitHub issue](https://github.com/md5/docker-jetty/issues).
You can also reach many of the official image maintainers via the You can also reach many of the official image maintainers via the
`#docker-library` IRC channel on [Freenode](https://freenode.net). `#docker-library` IRC channel on [Freenode](https://freenode.net).
@ -80,7 +80,7 @@ we are always thrilled to receive pull requests, and do our best to process them
as fast as we can. as fast as we can.
Before you start to code, we recommend discussing your plans Before you start to code, we recommend discussing your plans
through a [GitHub issue](https://github.com/docker-library/jetty/issues), especially for more ambitious through a [GitHub issue](https://github.com/md5/docker-jetty/issues), especially for more ambitious
contributions. This gives other contributors a chance to point you in the right contributions. This gives other contributors a chance to point you in the right
direction, give you feedback on your design, and help you find out if someone direction, give you feedback on your design, and help you find out if someone
else is working on the same thing. else is working on the same thing.

View File

@ -35,6 +35,7 @@ declare -A otherRepos=(
[iojs]='https://github.com/iojs/docker-iojs' [iojs]='https://github.com/iojs/docker-iojs'
[irssi]='https://github.com/jfrazelle/irssi' [irssi]='https://github.com/jfrazelle/irssi'
[jenkins]='https://github.com/cloudbees/jenkins-ci.org-docker' [jenkins]='https://github.com/cloudbees/jenkins-ci.org-docker'
[jetty]='https://github.com/md5/docker-jetty'
[jruby]='https://github.com/cpuguy83/docker-jruby' [jruby]='https://github.com/cpuguy83/docker-jruby'
[mageia]='https://github.com/juanluisbaptiste/docker-brew-mageia' [mageia]='https://github.com/juanluisbaptiste/docker-brew-mageia'
[maven]='https://github.com/carlossg/docker-maven' [maven]='https://github.com/carlossg/docker-maven'