Skip to content

Commit

Permalink
tests/pushpull: Work around podman/skopeo interaction bug
Browse files Browse the repository at this point in the history
See containers#1101 (comment)
Basically things break unless "podman" initializes the c/storage instance right now.

Signed-off-by: Colin Walters <walters@verbum.org>
  • Loading branch information
cgwalters committed Feb 12, 2025
1 parent 3c34723 commit 88f92a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/booted/test-image-pushpull-upgrade.nu
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ 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

Expand Down

0 comments on commit 88f92a2

Please sign in to comment.