From cae7674262cd1b12f30e32664b8f113485931c09 Mon Sep 17 00:00:00 2001 From: Andrew Halberstadt Date: Wed, 15 May 2024 11:55:08 -0400 Subject: [PATCH] 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. --- taskcluster/kinds/docker-image/kind.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/taskcluster/kinds/docker-image/kind.yml b/taskcluster/kinds/docker-image/kind.yml index 4043efa4a..9d077fe4b 100644 --- a/taskcluster/kinds/docker-image/kind.yml +++ b/taskcluster/kinds/docker-image/kind.yml @@ -21,6 +21,8 @@ tasks: parent: run-task fetch: symbol: I(fetch) + image_builder: + symbol: I(ib) index-task: symbol: I(idx) python: