Bug 1166073 - change docker registry to hub r=garndt

This commit is contained in:
jlal@mozilla.com 2015-05-18 14:43:24 -07:00
parent 0f31def94d
commit 98d39584a7
3 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1 @@
taskcluster

View File

@ -0,0 +1 @@
taskcluster

View File

@ -54,7 +54,7 @@ def load_mozharness_info():
def docker_image(name):
''' Determine the docker tag/revision from an in tree docker file '''
repository_path = os.path.join(DOCKER_ROOT, name, 'REPOSITORY')
repository_path = os.path.join(DOCKER_ROOT, name, 'REGISTRY')
repository = REGISTRY
version = open(os.path.join(DOCKER_ROOT, name, 'VERSION')).read().strip()