vctesu / hub-mirror

🚀 通过 GitHub Actions 将 gcr.io、registry.k8s.io、k8s.gcr.io、quay.io、ghcr.io 等国外镜像转换为国内镜像加速下载,支持 docker 和 containerd 使用,支持 x86 和 arm 架构
MIT License
0 stars 0 forks source link

[hub-mirror] 请求执行任务 #11

Open vctesu opened 1 month ago

vctesu commented 1 month ago

{ "platform":"", "hub-mirror": [ "若对OS/ARCH无要求,platform请留空,不要加任何值,默认就是linux/amd64", "如需切换arm架构,请修改platform为arm64或linux/arm64/v8", "格式:你需要转换的原始镜像$自定义镜像名:自定义标签名 (其中 $自定义镜像名:自定义标签名 是可选的)", "以下是三个正确示例", "technitium/dns-server:latest", "mosdns:latest" ] }

github-actions[bot] commented 1 month ago

docker 版本

docker pull registry.cn-hangzhou.aliyuncs.com/adocker_su/technitium.dns-server:latest && docker tag registry.cn-hangzhou.aliyuncs.com/adocker_su/technitium.dns-server:latest technitium/dns-server:latest

containerd 版本(以 k8s.io namespaces 为例)

ctr -n k8s.io image pull registry.cn-hangzhou.aliyuncs.com/adocker_su/technitium.dns-server:latest && ctr -n k8s.io image tag registry.cn-hangzhou.aliyuncs.com/adocker_su/technitium.dns-server:latest technitium/dns-server:latest