57 lines
1.9 KiB
YAML
57 lines
1.9 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) (优先审查)
|
|
- 对于镜像的要求 [#2328](https://github.com/DaoCloud/public-image-mirror/issues/2328)
|
|
- 此为 **人工审核** (工作日, 不定时间) 请填写下述问题 [查看成功案例](https://github.com/DaoCloud/public-image-mirror/issues?q=is%3Aissue+label%3A%22allows+image%22+is%3Aclosed+linked%3Apr)
|
|
|
|
- type: dropdown
|
|
attributes:
|
|
label: 白名单级别
|
|
options:
|
|
- 只需要这一个镜像 (如 docker.io/library/busybox)
|
|
- 需要这个组织下所有镜像 (如 docker.io/library/**)
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: 镜像仓库地址
|
|
placeholder: |
|
|
https://hub.docker.com/r/...
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
attributes:
|
|
label: 这是镜像仓库官方认证过的么?
|
|
options:
|
|
- 不是 - 请补充下面的信息
|
|
- 是的 - **镜像仓库**认证可信的 **验证过的发布者(Verified Publisher)**或者**赞助的项目(Sponsored OSS)** 不需要填下面的信息
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: 项目源码地址 或 组织地址
|
|
placeholder: |
|
|
https://github.com/...
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: 官网 或 文档 或 项目源码 中哪提及对应的镜像的地址 (需要证明这个镜像和源码有实际关联)
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: 补充说明
|
|
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
有疑问反馈, 请添加我们的企微群 [#4183](https://github.com/DaoCloud/public-image-mirror/issues/4183)
|