Li Yi

Results 28 comments of Li Yi

I hesitate to accept this change, you can control the max retry with the total duration. Maybe, we can have one method to allow customer to set the default attempts,...

@AVVS Thanks for your comments. We will consider that. And the official SDK for Aliyun services is published. They are generated from Alibaba Cloud API. Please visit https://github.com/aliyun/alibaba-cloud-sdk-go and any...

Right, that is the timing issue. And you can open issue for the terraform provider. I will let my colleague to follow it up. Thanks again

I agree. We need some revisit for the shouldRetry impl

Thank you.LGTM,just one suggestion to return the error state in consistent way. Either empty string or N/A. Your thought? Thanks again and have a nice weekend.

Cosign signature specification is https://github.com/sigstore/cosign/blob/main/specs/SIGNATURE_SPEC.md

In pkg/sync/manifest.go Add following code snippet ``` } else if t == v1.MediaTypeImageManifest { manifestInfo, err := manifest.OCI1FromManifest(m) if err != nil { return nil, err } manifestInfoSlice = append(manifestInfoSlice,...

可以参考一下 https://github.com/AliyunContainerService/ubuntu-image/blob/master/16.04/Dockerfile 使用阿里云mirror来构建