Skip to content

Commit cae7674

Browse files
committed
ci: add 'image_builder' docker-image task
It might be a little odd to use the `image_builder` image to build the `image_builder` image. But doing this should be fine and is analogous to compilers using earlier versions of themselves to compile themselves. Besides, if we ever break the image we'd just be back to where we are today, needing to build it manually. Note for now I'm simply focusing on adding builds and not worrying about any release mechanisms. A later PR will add a `push-image` task and somehow figure out how to automatically bootstrap to this.
1 parent dc8212d commit cae7674

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

taskcluster/kinds/docker-image/kind.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ tasks:
2121
parent: run-task
2222
fetch:
2323
symbol: I(fetch)
24+
image_builder:
25+
symbol: I(ib)
2426
index-task:
2527
symbol: I(idx)
2628
python:

0 commit comments

Comments
 (0)