**实现示例**
```ts
type Image = { registry: string; repo: string; tag: string; digest?: string }
type Policy = { allowRegistries: Set
**实现示例**
```ts
type Image = { registry: string; repo: string; tag: string; digest?: string }
type Policy = { allowRegistries: Set
发表评论 取消回复