Commit e07bd02
committed
Add _docker-image.yml
Consumer-side counterpart of the docker-builds move, landing here so the
linux_job_v3 migration can build on it.
linux_job_v3 passes docker-image straight to the runner pod's container, which
is pulled before any step runs, so v2's in-job calculate-docker-image -- which
resolved ci-image:<name> to an ECR reference -- has nowhere left to run. This
emits the same tag docker-builds computes and callers name the image with it.
Like pytorch's OSDC jobs, nothing waits for the images: a commit that changes
.ci/docker needs the ciflow/docker label, and without it the pod fails to pull.
Nothing calls this yet; the callers arrive in #22245 onward.
Authored with Claude Code.1 parent d4c09e3 commit e07bd02
1 file changed
Lines changed: 40 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
0 commit comments