68 lines
2.1 KiB
YAML
68 lines
2.1 KiB
YAML
name: Allows Image
|
|
description: 添加白名单 (人工审核)
|
|
labels:
|
|
- allows image
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
这个模板仅为不熟悉 PR 流程的用户, 对于熟悉的可以带上下面信息直接提提 PR 修改 [allows.txt](https://github.com/DaoCloud/public-image-mirror/blob/main/allows.txt) (优先审查)
|
|
- 此为 **人工审核** 请认证的填写下述问题 [查看成功案例](https://github.com/DaoCloud/public-image-mirror/issues?q=is%3Aissue+label%3A%22allows+image%22+is%3Aclosed+linked%3Apr)
|
|
|
|
- type: checkboxes
|
|
attributes:
|
|
label: 镜像是否符合下列要求
|
|
options:
|
|
- label: 确认这个镜像符合要求
|
|
required: true
|
|
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
对于有下列特征的镜像建议作者放国内 [阿里云镜像仓库](https://cr.console.aliyun.com), [华为云镜像仓库](https://console.huaweicloud.com/swr/) 等
|
|
- **只有构建产物没有源码的**
|
|
- **不是正经的开源项目**
|
|
- **项目 ⭐️ 过低的**
|
|
- **仅为国内用户服务的镜像 (绕一圈没必要)**
|
|
|
|
- type: dropdown
|
|
attributes:
|
|
label: 要同步的级别
|
|
options:
|
|
- 只需要这一个镜像 (如 docker.io/library/busybox)
|
|
- 需要这个组织下所有镜像 (如 docker.io/library/**)
|
|
- 需要这个镜像仓库下所有镜像 (如 registry.k8s.io/**)
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: 项目源码地址 或 组织地址
|
|
placeholder: |
|
|
https://github.com/...
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: 官网 或 文档 或 项目源码 中哪提及对应的镜像的地址 (需要证明这个镜像和源码有实际关联)
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: 镜像仓库地址
|
|
placeholder: |
|
|
https://hub.docker.com/r/...
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: 补充说明
|
|
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
有疑问反馈, 请添加我们的企微群 [#4183](https://github.com/DaoCloud/public-image-mirror/issues/4183)
|