From d800d5dfb852781a7a66e82a7dfa98842d7eea4c Mon Sep 17 00:00:00 2001 From: zeaslity Date: Tue, 26 Mar 2024 14:25:36 +0800 Subject: [PATCH] [ Cmii ] [ Octopus ] - add Image Function - 1 --- agent-go/executor/ImageFunction_test.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/agent-go/executor/ImageFunction_test.go b/agent-go/executor/ImageFunction_test.go index 34ad215..03feb87 100644 --- a/agent-go/executor/ImageFunction_test.go +++ b/agent-go/executor/ImageFunction_test.go @@ -9,11 +9,12 @@ import ( func TestAgentOsOperator_Sync(t *testing.T) { + // imageFullName gzipFolderPrefix gzipFileName ossUrlPrefix proxyUrl targetHarborHost namespace targetImageFullName funcArgs := []string{ + "harbor.cdcyy.com.cn/cmii/busybox:0326", + "/root/octopus_image/", "", - "", - "", - "", + "https://oss.demo.uavcmlc.com/cmlc-installation/tmp/", "", "", "",