Update allows image template

This commit is contained in:
Shiming Zhang 2024-06-22 15:23:10 +08:00
parent 87533d53d1
commit e2a50411c4
1 changed files with 9 additions and 5 deletions

View File

@ -6,8 +6,14 @@ body:
- type: markdown
attributes:
value: |
对于个人镜像建议存国内的 Registry, 不要出口转内销.
对于有下列特征的镜像建议作者放国内 [阿里云镜像仓库](https://cr.console.aliyun.com), [华为云镜像仓库](https://console.huaweicloud.com/swr/) 等
- **只有构建产物没有源码的**
- **不是正经的开源项目**
- **项目 ⭐️ 过低的**
- **仅为国内用户服务的镜像 (绕一圈没必要)**
这个模板仅为不熟悉 PR 流程的用户, 对于熟悉的可以, 带上下面信息直接提 PR (优先审查)
- 此为 **人工审核** 请认证的填写下述问题
- type: dropdown
attributes:
@ -15,7 +21,7 @@ body:
options:
- 只需要这一个镜像 (如 docker.io/library/busybox) (要求满足下面的内容)
- 需要这个组织下所有镜像 (如 docker.io/library/**) (要求是开源项目的组织)
- 需要这个 Registry 下所有镜像 (如 docker.io/**) (要求是开源项目的 Registry)
- 需要这个镜像仓库下所有镜像 (如 registry.k8s.io/**) (要求是开源项目的镜像仓库)
validations:
required: true
@ -31,9 +37,7 @@ body:
- type: textarea
attributes:
label: Dockerfile
description: 镜像构建的 Dockerfile
placeholder: |
路径/Dockerfile
description: 项目源码中是否提及到所引用的镜像 (我们需要证明这个镜像和源码有实际关联)
validations:
required: true