lilong1997 / hub-mirror

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

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

Open lilong1997 opened 11 months ago

lilong1997 commented 11 months ago

{ "hub-mirror": [ "gcr.io/tekton-releases/github.com/tektoncd/triggers/cmd/webhook:v0.25.3" ] }

github-actions[bot] commented 11 months ago

Hello,您可以直接执行该命令:

echo -e '# if your repository is private,please login...\n# docker login registry.cn-hangzhou.aliyuncs.com/lilong1997 --username={your username}\n\ndocker pull registry.cn-hangzhou.aliyuncs.com/lilong1997/gcr.io.tekton-releases.github.com.tektoncd.triggers.cmd.webhook:v0.25.3\ndocker tag registry.cn-hangzhou.aliyuncs.com/lilong1997/gcr.io.tekton-releases.github.com.tektoncd.triggers.cmd.webhook:v0.25.3 gcr.io/tekton-releases/github.com/tektoncd/triggers/cmd/webhook:v0.25.3' | bash

或是手动执行:

# if your repository is private,please login...
# docker login registry.cn-hangzhou.aliyuncs.com/lilong1997 --username={your username}

docker pull registry.cn-hangzhou.aliyuncs.com/lilong1997/gcr.io.tekton-releases.github.com.tektoncd.triggers.cmd.webhook:v0.25.3
docker tag registry.cn-hangzhou.aliyuncs.com/lilong1997/gcr.io.tekton-releases.github.com.tektoncd.triggers.cmd.webhook:v0.25.3 gcr.io/tekton-releases/github.com/tektoncd/triggers/cmd/webhook:v0.25.3

希望可以帮助到您,祝您周五愉快!