mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 15:45:53 +01:00
Revert "tests: Work around podman/skopeo interaction bug"
This reverts commit 6324840d7a.
Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
@@ -31,10 +31,6 @@ def initial_build [] {
|
||||
let td = mktemp -d
|
||||
cd $td
|
||||
|
||||
# Work around https://github.com/containers/bootc/pull/1101#issuecomment-2653862974
|
||||
# Basically things break unless "podman" initializes the c/storage instance right now.
|
||||
podman images -q o>/dev/null
|
||||
|
||||
bootc image copy-to-storage
|
||||
let img = podman image inspect localhost/bootc | from json
|
||||
|
||||
|
||||
@@ -17,9 +17,6 @@ let st = bootc status --json | from json
|
||||
let booted = $st.status.booted.image
|
||||
|
||||
def initial_setup [] {
|
||||
# Work around https://github.com/containers/bootc/pull/1101#issuecomment-2653862974
|
||||
# Basically things break unless "podman" initializes the c/storage instance right now.
|
||||
podman images -q o>/dev/null
|
||||
bootc image copy-to-storage
|
||||
podman images
|
||||
podman image inspect localhost/bootc | from json
|
||||
|
||||
Reference in New Issue
Block a user