Commit fa1b1d2
tests: Use locally-built image in test-install-outside-container
The test was using `get_target_image` which returns the upstream
`docker://quay.io/centos-bootc/centos-bootc:stream10`. On composefs+grub
variants provisioned with an updated bootupd from copr, the upstream
image has stock bootupd with incompatible EFI update metadata, causing
the install to fail with "Failed to find EFI update metadata".
Switch to using `containers-storage:localhost/bootc` (the locally-built
image), matching the pattern used by test-32, test-37, and test-38.
The locally-built image has the updated bootupd with compatible metadata.
Assisted-by: Claude Code (Opus 4)
Signed-off-by: ckyrouac <ckyrouac@redhat.com>
Signed-off-by: Colin Walters <walters@verbum.org>1 parent 347a6f4 commit fa1b1d2
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments