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