styshoo / hub-mirror

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

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

Closed styshoo closed 2 months ago

styshoo commented 3 months ago

{ "platform":"", "hub-mirror": [ "golang:1.19-alpine3.17", "alpine:3.17" ] }

github-actions[bot] commented 3 months ago

docker 版本

docker pull registry.cn-hangzhou.aliyuncs.com/styshoo/alpine:3.17 && docker tag registry.cn-hangzhou.aliyuncs.com/styshoo/alpine:3.17 alpine:3.17
docker pull registry.cn-hangzhou.aliyuncs.com/styshoo/golang:1.19-alpine3.17 && docker tag registry.cn-hangzhou.aliyuncs.com/styshoo/golang:1.19-alpine3.17 golang:1.19-alpine3.17

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

ctr -n k8s.io image pull registry.cn-hangzhou.aliyuncs.com/styshoo/alpine:3.17 && ctr -n k8s.io image tag registry.cn-hangzhou.aliyuncs.com/styshoo/alpine:3.17 alpine:3.17
ctr -n k8s.io image pull registry.cn-hangzhou.aliyuncs.com/styshoo/golang:1.19-alpine3.17 && ctr -n k8s.io image tag registry.cn-hangzhou.aliyuncs.com/styshoo/golang:1.19-alpine3.17 golang:1.19-alpine3.17