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