Commit 099f9cb
authored
Re-inspect image after pulling outdated update (#584)
After pulling an updated image in pullImage(), re-inspect to get the
new image metadata. Previously, the inspect variable retained the old
image's SHA, so the log message on the final line reported a stale ID.
The 'image doesn't exist locally' code path already re-inspected after
pulling — this aligns the 'image exists but is outdated' path to do the
same.
Fixes #5821 parent 5520a89 commit 099f9cb
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
598 | 598 | | |
599 | 599 | | |
600 | 600 | | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
601 | 605 | | |
602 | 606 | | |
603 | 607 | | |
| |||
0 commit comments