File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,6 @@ 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-
3834 bootc image copy-to-storage
3935 let img = podman image inspect localhost/bootc | from json
4036
Original file line number Diff line number Diff line change @@ -17,9 +17,6 @@ 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
2320 bootc image copy-to-storage
2421 podman images
2522 podman image inspect localhost/bootc | from json
You can’t perform that action at this time.
0 commit comments