Skip to content

Commit 8c0f1de

Browse files
committed
Use updated image_builder from task EbA_upYqQn6GSpUS7t1TLw
1 parent 1bde989 commit 8c0f1de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/taskgraph/transforms/docker_image.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727

2828
DIGEST_RE = re.compile("^[0-9a-f]{64}$")
2929

30-
IMAGE_BUILDER_IMAGE = (
31-
"mozillareleases/image_builder:5.1.0"
32-
"@sha256:"
33-
"7fe70dcedefffffa03237ba5d456d42e0d7461de066db3f7a7c280a104869cd5"
34-
)
30+
IMAGE_BUILDER_IMAGE = {
31+
"path": "public/image.tar.zst",
32+
"type": "task-image",
33+
"taskId": "EbA_upYqQn6GSpUS7t1TLw"
34+
}
3535

3636
transforms = TransformSequence()
3737

0 commit comments

Comments
 (0)