Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
Signed-off-by: Ramkumar Chinchani <[email protected]>
  • Loading branch information
rchincha committed Nov 1, 2023
1 parent d4080b4 commit 74c7923
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/gzip.bats
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@ EOF
skopeo copy --format=oci containers-storage:test:tar oci:oci:tar
m2=$(cat oci/index.json | jq .manifests[1].digest | sed 's/sha256://' | tr -d \")
l2=$(cat oci/blobs/sha256/"$m2" | jq .layers[0].digest | sed 's/sha256://' | tr -d \")
cat oci/index.json | jq .
echo "$l1"
echo "$l2"
[ "$l1" = "$l2" ]
}

0 comments on commit 74c7923

Please sign in to comment.