m4d3bug / hub-mirror

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

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

Open ansirorg opened 2 years ago

ansirorg commented 2 years ago

{ "hub-mirror": [ "gcr.io/knative-samples/helloworld-go" ] }

github-actions[bot] commented 2 years ago

Hello,用docker的直接执行该命令:

echo -e 'docker pull madebug/gcr.io.knative-samples.helloworld-go\ndocker tag madebug/gcr.io.knative-samples.helloworld-go gcr.io/knative-samples/helloworld-go\n\n' | bash

用podman的直接执行该命令:

echo -e 'podman pull madebug/gcr.io.knative-samples.helloworld-go\npodman tag madebug/gcr.io.knative-samples.helloworld-go gcr.io/knative-samples/helloworld-go\n\n' | bash

docker一键设置加速地址:

curl -sSL https://dl.madebug.net/down/https://raw.githubusercontent.com/m4d3bug/set-mirror/master/docker-set-mirror.sh | sh -s https://uyah70su.mirror.aliyuncs.com

podman一键设置加速地址:

curl -sSL https://dl.madebug.net/down/https://raw.githubusercontent.com/m4d3bug/set-mirror/master/podman-set-mirror.sh | sh -s https://uyah70su.mirror.aliyuncs.com

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