Commit 53e6d4a
authored
Fix image counting in build subtest (#640)
default image is not always build base image
In these situations, the image count can be off because docker build
will pull the base-image. This changes moves the accounting for
existing images, after a 'docker pull' of the default image. Then for
each remote dockerfile test, configure it's base-image explicitly in
case the global base image is different.
Also, resolved old build sub-subtest FIXME
Signed-off-by: Chris Evich <cevich@redhat.com>1 parent 53e0588 commit 53e6d4a
3 files changed
Lines changed: 20 additions & 7 deletions
File tree
- config_defaults/subtests/docker_cli
- subtests/docker_cli/build
- full
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
78 | 83 | | |
79 | 84 | | |
80 | 85 | | |
81 | 86 | | |
82 | 87 | | |
83 | 88 | | |
84 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
85 | 95 | | |
86 | 96 | | |
87 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
227 | | - | |
| 226 | + | |
228 | 227 | | |
229 | 228 | | |
230 | 229 | | |
| |||
428 | 427 | | |
429 | 428 | | |
430 | 429 | | |
431 | | - | |
432 | | - | |
433 | | - | |
434 | | - | |
435 | 430 | | |
436 | 431 | | |
437 | 432 | | |
438 | 433 | | |
439 | 434 | | |
| 435 | + | |
| 436 | + | |
440 | 437 | | |
441 | 438 | | |
442 | 439 | | |
| |||
482 | 479 | | |
483 | 480 | | |
484 | 481 | | |
| 482 | + | |
485 | 483 | | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
486 | 489 | | |
487 | 490 | | |
488 | 491 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments