public-image-mirror/.github/ISSUE_TEMPLATE/sync-image.yml

19 lines
625 B
YAML

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