From e2a50411c4bbaa205a992332b4c6e3aa7ee08cfe Mon Sep 17 00:00:00 2001 From: Shiming Zhang Date: Sat, 22 Jun 2024 15:23:10 +0800 Subject: [PATCH] Update allows image template --- .github/ISSUE_TEMPLATE/allows-image.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/allows-image.yml b/.github/ISSUE_TEMPLATE/allows-image.yml index dd3c875..63f3d9e 100644 --- a/.github/ISSUE_TEMPLATE/allows-image.yml +++ b/.github/ISSUE_TEMPLATE/allows-image.yml @@ -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