Skip to content

Commit ec08c38

Browse files
Bug 1127051 - Switch to docker registry a=bustage r=kgrandon
1 parent d83fd4f commit ec08c38

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

autolander.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"entrypoint",
2626
"./bin/ci run build_unit"
2727
],
28-
"image": "quay.io/mozilla/gaia-taskenv:0.7.2",
28+
"image": "taskcluster/gaia-taskenv:0.7.2",
2929
"maxRunTime": 1800
3030
},
3131
"extra": {
@@ -65,7 +65,7 @@
6565
"entrypoint",
6666
"./bin/ci run build_integration"
6767
],
68-
"image": "quay.io/mozilla/gaia-taskenv:0.7.2",
68+
"image": "taskcluster/gaia-taskenv:0.7.2",
6969
"maxRunTime": 1800
7070
},
7171
"extra": {
@@ -105,7 +105,7 @@
105105
"entrypoint",
106106
"./bin/ci run build_integration"
107107
],
108-
"image": "quay.io/mozilla/gaia-taskenv:0.7.2",
108+
"image": "taskcluster/gaia-taskenv:0.7.2",
109109
"maxRunTime": 1800
110110
},
111111
"extra": {
@@ -145,7 +145,7 @@
145145
"entrypoint",
146146
"./bin/ci run build_integration"
147147
],
148-
"image": "quay.io/mozilla/gaia-taskenv:0.7.2",
148+
"image": "taskcluster/gaia-taskenv:0.7.2",
149149
"maxRunTime": 1800
150150
},
151151
"extra": {
@@ -185,7 +185,7 @@
185185
"entrypoint",
186186
"./bin/ci run build_integration"
187187
],
188-
"image": "quay.io/mozilla/gaia-taskenv:0.7.2",
188+
"image": "taskcluster/gaia-taskenv:0.7.2",
189189
"maxRunTime": 1800
190190
},
191191
"extra": {
@@ -219,7 +219,7 @@
219219
"entrypoint",
220220
"./bin/ci run csslint"
221221
],
222-
"image": "quay.io/mozilla/gaia-taskenv:0.7.2",
222+
"image": "taskcluster/gaia-taskenv:0.7.2",
223223
"maxRunTime": 1800,
224224
"env": {}
225225
},
@@ -254,7 +254,7 @@
254254
"entrypoint",
255255
"./bin/ci run jsonlint"
256256
],
257-
"image": "quay.io/mozilla/gaia-taskenv:0.7.2",
257+
"image": "taskcluster/gaia-taskenv:0.7.2",
258258
"maxRunTime": 1800,
259259
"env": {}
260260
},
@@ -289,7 +289,7 @@
289289
"entrypoint",
290290
"./bin/ci run gjslint"
291291
],
292-
"image": "quay.io/mozilla/gaia-taskenv:0.7.2",
292+
"image": "taskcluster/gaia-taskenv:0.7.2",
293293
"maxRunTime": 1800,
294294
"env": {}
295295
},
@@ -324,7 +324,7 @@
324324
"entrypoint",
325325
"./bin/ci run jshint"
326326
],
327-
"image": "quay.io/mozilla/gaia-taskenv:0.7.2",
327+
"image": "taskcluster/gaia-taskenv:0.7.2",
328328
"maxRunTime": 1800,
329329
"env": {}
330330
},
@@ -339,4 +339,4 @@
339339
}
340340
}
341341
]
342-
}
342+
}

build/docker/gaia-taskenv/DOCKER_TAG

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
quay.io/mozilla/gaia-taskenv
1+
taskcluster/gaia-taskenv

taskgraph.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"cache": {
2020
"gaia-misc-caches": "/home/tester/caches/"
2121
},
22-
"image": "quay.io/mozilla/gaia-taskenv:0.7.2",
22+
"image": "taskcluster/gaia-taskenv:0.7.2",
2323
"command": [
2424
"entrypoint",
2525
"echo 'what' && make node_modules && node tests/taskcluster/bin/graph > /graph.json && cat /graph.json"

0 commit comments

Comments
 (0)