Commit ef28b86
Pin workspace image by digest so every push triggers a re-pull
pull_triggers was a side-channel hint; the provider could still decide the
image was "already there" and skip pulling. Encoding the digest directly in
docker_image.name (as name@sha256:<digest>) makes the resource's identity a
function of the remote content — any digest change forces a resource
replacement, which pulls the image and propagates through to
docker_container.workspace.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 4a3121c commit ef28b86
1 file changed
Lines changed: 9 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
398 | | - | |
399 | | - | |
400 | | - | |
401 | | - | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
402 | 405 | | |
403 | 406 | | |
404 | 407 | | |
405 | 408 | | |
406 | 409 | | |
407 | | - | |
408 | | - | |
409 | | - | |
| 410 | + | |
| 411 | + | |
410 | 412 | | |
411 | 413 | | |
412 | 414 | | |
| |||
0 commit comments