togettoyou/hub-mirror

[hub-mirror] 请求执行任务

Closed this issue · 2 comments

{
"platform":"",
"hub-mirror": ["ghcr.io/metacubex/metacubexd:latest"]
}

docker 版本

docker pull docker.io/hubmirrorbytogettoyou/ghcr.io.metacubex.metacubexd:latest && docker tag docker.io/hubmirrorbytogettoyou/ghcr.io.metacubex.metacubexd:latest ghcr.io/metacubex/metacubexd:latest

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

ctr -n k8s.io image pull docker.io/hubmirrorbytogettoyou/ghcr.io.metacubex.metacubexd:latest && ctr -n k8s.io image tag docker.io/hubmirrorbytogettoyou/ghcr.io.metacubex.metacubexd:latest ghcr.io/metacubex/metacubexd:latest

Thanks