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.
2 parents 93a8277 + 6f80efe commit 0ff93f8Copy full SHA for 0ff93f8
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