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

23 lines
452 B
Markdown

---
name: SYNC IMAGE
about: 主动同步指定镜像
title: SYNC IMAGE
labels: ''
assignees: ''
---
SYNC docker.io/library/busybox:latest
<!--
请修改上面的内容,将 `docker.io/library/busybox:latest` 改为你要同步的镜像
注意, 标题不要改哦
或者可以直接使用命令触发同步
``` bash
gh -R DaoCloud/public-image-mirror issue create \
--title "SYNC IMAGE" \
--body "SYNC docker.io/library/busybox:latest"
```
-->