1
0
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:
Colin Walters
2025-02-12 13:59:23 -05:00
parent be2ae679de
commit 37d9b6ee5a
2 changed files with 0 additions and 7 deletions

View File

@@ -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

View File

@@ -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