From 5fac60b3e9a98bad4a214231eea920896f82b2ae Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Thu, 19 Jun 2025 14:10:20 +0200 Subject: [PATCH] cache compose tests --- scripts/run_or_skip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_or_skip.sh b/scripts/run_or_skip.sh index b5330f4aab..d0dcbb4fbd 100755 --- a/scripts/run_or_skip.sh +++ b/scripts/run_or_skip.sh @@ -25,7 +25,7 @@ inspect_image() { get_digest() { local image=$1 - echo "id=$(inspect_image $image '{{ .Id }}'),digest=$(inspect_image $image '{{ index RepoDigests 0 }}')" + echo "id=$(inspect_image $image '{{ .Id }}'),digest=$(inspect_image $image '{{ index RepoDigests 0 }}'),json=$(inspect_image $image '{{ json . }}' | base64 --wrap 0)" } get_image_digests() {