From 7ac9ad2cdb1c0461d5737aba8121e75c6f0c6307 Mon Sep 17 00:00:00 2001 From: Yadong Ding Date: Tue, 10 Oct 2023 08:22:34 +0800 Subject: [PATCH] fix: remove useless backend-type registry ref: https://github.com/dragonflyoss/image-service/pull/970 Signed-off-by: Yadong Ding --- script/integration/nydus/test.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/script/integration/nydus/test.sh b/script/integration/nydus/test.sh index 0a89d864..5dbaef08 100755 --- a/script/integration/nydus/test.sh +++ b/script/integration/nydus/test.sh @@ -17,7 +17,6 @@ sudo /usr/bin/nydusify check \ --nydusd /usr/bin/nydusd \ --source localhost/library/$OCI_IMAGE_NAME:latest \ --target localhost/library/$OCI_IMAGE_NAME:latest-nydus \ - --backend-type registry \ --backend-config "{\"scheme\":\"http\",\"host\":\"localhost\",\"repo\":\"library/$OCI_IMAGE_NAME\",\"auth\":\"YWRtaW46SGFyYm9yMTIzNDU=\"}" # Gracefully exit acceld