Skip to content

Commit

Permalink
ci: add 'docker-image' task for 'image-builder'
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ahal committed May 15, 2024
1 parent a39ce2c commit 5fa4e60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions taskcluster/kinds/docker-image/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ tasks:
parent: run-task
fetch:
symbol: I(fetch)
image-builder:
symbol: I(ib)
index-task:
symbol: I(idx)
python:
Expand Down

0 comments on commit 5fa4e60

Please sign in to comment.