mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-08-11 13:32:36 +08:00
Add new sync image template (#3391)
This commit is contained in:
18
.github/ISSUE_TEMPLATE/sync-image.yml
vendored
Normal file
18
.github/ISSUE_TEMPLATE/sync-image.yml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
name: Sync Image
|
||||
description: 同步一个镜像
|
||||
labels:
|
||||
- sync image
|
||||
body:
|
||||
- type: checkboxes
|
||||
id: checkboxes
|
||||
attributes:
|
||||
label: 单次单镜像同步
|
||||
description: 请在标题上填入你要同步的 Image
|
||||
options:
|
||||
- label: 确保包含域名, 如 docker.io/, registry.k8s.io/, 如果不包含域名的请填入默认的 docker.io/
|
||||
- label: 确保包含镜像的 tag, 如 :latest
|
||||
- label: 请确保这个镜像真实存在
|
||||
- label: 举个例子
|
||||
- label: 如 docker.io/library/busybox:latest
|
||||
- label: 如 docker.io/kindest/node:v1.30.0
|
||||
- label: 如 registry.k8s.io/kubectl:v1.30.0
|
Reference in New Issue
Block a user