File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ def initial_build [] {
3131 let td = mktemp - d
3232 cd $td
3333
34+ # Work around https://github.com/containers/bootc/pull/1101#issuecomment-2653862974
35+ # Basically things break unless "podman" initializes the c/storage instance right now.
36+ podman images - q o>/dev/null
37+
3438 bootc image copy-to-storage
3539 let img = podman image inspect localhost/bootc | from json
3640
Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ let st = bootc status --json | from json
1717let booted = $st.status.booted.image
1818
1919def initial_setup [] {
20+ # Work around https://github.com/containers/bootc/pull/1101#issuecomment-2653862974
21+ # Basically things break unless "podman" initializes the c/storage instance right now.
22+ podman images - q o>/dev/null
2023 bootc image copy-to-storage
2124 podman images
2225 podman image inspect localhost/bootc | from json
You can’t perform that action at this time.
0 commit comments