From ad9b9244f41a1e92662ede11c865e0f7ef737b6d Mon Sep 17 00:00:00 2001 From: Vlad Glagolev Date: Thu, 15 Oct 2015 07:18:55 +0300 Subject: [PATCH] added upstream git repository to update.sh --- update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update.sh b/update.sh index 5dadefd91..1192c6ab6 100755 --- a/update.sh +++ b/update.sh @@ -63,6 +63,7 @@ declare -A otherRepos=( [ros]='https://github.com/osrf/docker_images' [sentry]='https://github.com/getsentry/docker-sentry' [sonarqube]='https://github.com/SonarSource/docker-sonarqube' + [sourcemage]='https://github.com/vaygr/docker-sourcemage' [swarm]='https://github.com/docker/swarm-library-image' [thrift]='https://github.com/ahawkins/docker-thrift' [ubuntu-debootstrap]='https://github.com/tianon/docker-brew-ubuntu-debootstrap'