From f7dd915acccd42208edb2d7630f8f3dd48c7ec10 Mon Sep 17 00:00:00 2001 From: Qi Wang Date: Thu, 21 May 2020 16:17:06 -0400 Subject: remote manifest test Enable remove manifest tests. Skip --purge test because remote does not support it. Signed-off-by: Qi Wang --- pkg/api/handlers/libpod/manifests.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/api/handlers/libpod') diff --git a/pkg/api/handlers/libpod/manifests.go b/pkg/api/handlers/libpod/manifests.go index d87ed7eba..93ca367f7 100644 --- a/pkg/api/handlers/libpod/manifests.go +++ b/pkg/api/handlers/libpod/manifests.go @@ -151,6 +151,7 @@ func ManifestPush(w http.ResponseWriter, r *http.Request) { } sc := image.GetSystemContext(rtc.Engine.SignaturePolicyPath, "", false) opts := manifests.PushOptions{ + Store: runtime.GetStore(), ImageListSelection: copy2.CopySpecificImages, SystemContext: sc, } -- cgit v1.2.3-54-g00ecf