mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1166073 - change docker registry to hub r=garndt
This commit is contained in:
parent
0f31def94d
commit
98d39584a7
1
testing/docker/builder/REGISTRY
Normal file
1
testing/docker/builder/REGISTRY
Normal file
@ -0,0 +1 @@
|
||||
taskcluster
|
1
testing/docker/tester/REGISTRY
Normal file
1
testing/docker/tester/REGISTRY
Normal file
@ -0,0 +1 @@
|
||||
taskcluster
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user