From 8ddd9de0d89fb5e952f3f0947ea842f5b2fd5155 Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Fri, 3 Apr 2015 15:23:12 -0700 Subject: [PATCH] Add glassfish url --- glassfish/README.md | 4 ++-- update.sh | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/glassfish/README.md b/glassfish/README.md index 6f7e0c6dd..73eb18cd2 100644 --- a/glassfish/README.md +++ b/glassfish/README.md @@ -23,7 +23,7 @@ Support for older versions (down to 1.0) is provided on a best-effort basis. ## Issues -If you have any problems with or questions about this image, please contact us through a [GitHub issue](https://github.com/docker-library/glassfish/issues). +If you have any problems with or questions about this image, please contact us through a [GitHub issue](https://github.com/aws/aws-eb-glassfish/issues). You can also reach many of the official image maintainers via the `#docker-library` IRC channel on [Freenode](https://freenode.net). @@ -31,4 +31,4 @@ You can also reach many of the official image maintainers via the `#docker-libra You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can. -Before you start to code, we recommend discussing your plans through a [GitHub issue](https://github.com/docker-library/glassfish/issues), especially for more ambitious 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 else is working on the same thing. +Before you start to code, we recommend discussing your plans through a [GitHub issue](https://github.com/aws/aws-eb-glassfish/issues), especially for more ambitious 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 else is working on the same thing. diff --git a/update.sh b/update.sh index 6b444591f..b91fdd36d 100755 --- a/update.sh +++ b/update.sh @@ -32,6 +32,7 @@ declare -A otherRepos=( [debian]='https://github.com/tianon/docker-brew-debian' [docker-dev]='https://github.com/docker/docker' [fedora]='https://github.com/lsm5/docker-brew-fedora' + [glassfish]='https://github.com/aws/aws-eb-glassfish' [haskell]='https://github.com/darinmorrison/docker-haskell' [hipache]='https://github.com/dotcloud/hipache' [hylang]='https://github.com/hylang/hy'