kkw-h / hub-mirror

🚀 gcr.io、k8s.gcr.io、quay.io、ghcr.io 等国外镜像加速下载服务
MIT License
0 stars 0 forks source link

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

Closed kkw-h closed 4 months ago

kkw-h commented 4 months ago

{ "platform":"", "hub-mirror": [ "hoppscotch/hoppscotch", "postgres" ] }

github-actions[bot] commented 4 months ago

docker 版本

docker pull registry.cn-beijing.aliyuncs.com/kkworld/postgres && docker tag registry.cn-beijing.aliyuncs.com/kkworld/postgres postgres
docker pull registry.cn-beijing.aliyuncs.com/kkworld/hoppscotch.hoppscotch && docker tag registry.cn-beijing.aliyuncs.com/kkworld/hoppscotch.hoppscotch hoppscotch/hoppscotch

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

ctr -n k8s.io image pull registry.cn-beijing.aliyuncs.com/kkworld/postgres && ctr -n k8s.io image tag registry.cn-beijing.aliyuncs.com/kkworld/postgres postgres
ctr -n k8s.io image pull registry.cn-beijing.aliyuncs.com/kkworld/hoppscotch.hoppscotch && ctr -n k8s.io image tag registry.cn-beijing.aliyuncs.com/kkworld/hoppscotch.hoppscotch hoppscotch/hoppscotch