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 [] {
31
31
let td = mktemp - d
32
32
cd $td
33
33
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
+
34
38
bootc image copy-to-storage
35
39
let img = podman image inspect localhost/bootc | from json
36
40
Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ let st = bootc status --json | from json
17
17
let booted = $st.status.booted.image
18
18
19
19
def 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
20
23
bootc image copy-to-storage
21
24
podman images
22
25
podman image inspect localhost/bootc | from json
You can’t perform that action at this time.
0 commit comments