m4d3bug / hub-mirror

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

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

Open m4d3bug opened 1 month ago

m4d3bug commented 1 month ago

{ "hub-mirror": [ "docker.io/enwaiax/x-ui:alpha-zh" ] }

github-actions[bot] commented 1 month ago

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

echo -e '   \ndocker pull madebug/docker.io.enwaiax.x-ui:alpha-zh\ndocker tag madebug/docker.io.enwaiax.x-ui:alpha-zh docker.io/enwaiax/x-ui:alpha-zh\n\n' | bash

用podman的直接执行该命令:

echo -e '   \npodman pull madebug/podman.io.enwaiax.x-ui:alpha-zh\npodman tag madebug/podman.io.enwaiax.x-ui:alpha-zh podman.io/enwaiax/x-ui:alpha-zh\n\n' | bash

用ctr的直接执行该命令:

echo -e '   \nctr image pull madebug/ctr image.io.enwaiax.x-ui:alpha-zh\nctr image tag madebug/ctr image.io.enwaiax.x-ui:alpha-zh ctr image.io/enwaiax/x-ui:alpha-zh\n\n' | bash

用crictl的直接执行该命令:

echo -e '   \nctr --namespace=k8s.io image pull madebug/ctr --namespace=k8s.io image.io.enwaiax.x-ui:alpha-zh\nctr --namespace=k8s.io image tag madebug/ctr --namespace=k8s.io image.io.enwaiax.x-ui:alpha-zh ctr --namespace=k8s.io image.io/enwaiax/x-ui:alpha-zh\n\n' | bash

docker一键设置加速地址:

curl -sSL https://img.madebug.net/m4d3bug/set-mirror/master/docker-set-mirror.sh | sh -s https://docker.rainbond.cc

podman一键设置加速地址:

curl -sSL https://img.madebug.net/m4d3bug/set-mirror/master/podman-set-mirror.sh | sh -s https://docker.rainbond.cc

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