Commit c3527c7
committed
Fix custom image metadata and readiness check bugs
- Only set imageRef to req.ImageName after ImportLocalImage succeeds,
so metadata never references a custom image that failed to be created.
- Pass repo:tag (not just repo) to waitForImageReady for re-tagged images,
so non-latest tags are correctly checked for readiness.1 parent e64a0d4 commit c3527c7
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
622 | 622 | | |
623 | 623 | | |
624 | 624 | | |
625 | | - | |
626 | 625 | | |
627 | 626 | | |
628 | 627 | | |
629 | 628 | | |
630 | 629 | | |
| 630 | + | |
631 | 631 | | |
632 | | - | |
| 632 | + | |
| 633 | + | |
633 | 634 | | |
634 | 635 | | |
635 | 636 | | |
| |||
0 commit comments