From 460b01184b466cec88106627a5ea840a98e0d805 Mon Sep 17 00:00:00 2001 From: Ramkumar Chinchani Date: Thu, 2 Nov 2023 05:33:49 +0000 Subject: [PATCH] add Signed-off-by: Ramkumar Chinchani --- Makefile | 2 ++ test/gzip.bats | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d4e53a6d..0ecf0dbe 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,8 @@ HACK_D := $(TOP_LEVEL)/hack TOOLS_D := $(HACK_D)/tools REGCLIENT := $(TOOLS_D)/bin/regctl REGCLIENT_VERSION := v0.5.1 +SKOPEO := $(TOOLS_D)/bin/skopeo +SKOPEO_VERSION := v1.9.1 # OCI registry ZOT := $(TOOLS_D)/bin/zot ZOT_VERSION := v2.0.0-rc6 diff --git a/test/gzip.bats b/test/gzip.bats index fe3972b1..1124ffb7 100644 --- a/test/gzip.bats +++ b/test/gzip.bats @@ -25,7 +25,7 @@ EOF l1=$(cat oci/blobs/sha256/"$m1" | jq .layers[0].digest | sed 's/sha256://' | tr -d \") skopeo --version skopeo copy --format=oci oci:oci:tar containers-storage:test:tar - skopeo copy --format=oci containers-storage:test:tar oci:test:tar + skopeo copy --format=oci containers-storage:test:tar oci:oci:test cat oci/index.json | jq . m2=$(cat oci/index.json | jq .manifests[1].digest | sed 's/sha256://' | tr -d \") cat oci/blobs/sha256/"$m2" | jq .