We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3604dbb commit 6f80efeCopy full SHA for 6f80efe
tests/booted/test-image-pushpull-upgrade.nu
@@ -83,7 +83,7 @@ RUN echo test content2 > /usr/share/blah.txt
83
# Build it
84
podman build -t localhost/bootc-derived .
85
let booted_digest = $booted.imageDigest
86
- print booted_digest = $booted_digest
+ print $"booted_digest = ($booted_digest)"
87
# We should already be fetching updates from container storage
88
bootc upgrade
89
# Verify we staged an update
0 commit comments