From 764886f9baa739d9688cb1875692b4687434153b Mon Sep 17 00:00:00 2001 From: LiFeng Date: Tue, 1 Jun 2021 18:48:30 +0800 Subject: [PATCH 4/6] enclave: use the can-pull image from hub.oepkgs.net Signed-off-by: LiFeng --- examples/lrt/enclave.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/lrt/enclave.yaml b/examples/lrt/enclave.yaml index b1bc19b..7734a24 100644 --- a/examples/lrt/enclave.yaml +++ b/examples/lrt/enclave.yaml @@ -28,7 +28,7 @@ spec: spec: containers: - name: hell_lifeng - image: secgear_hello + image: hub.oepkgs.net/lifeng2221dd1/hello_secgear:v1.0 imagePullPolicy: IfNotPresent name: helloworld resources: -- 2.27.0