m4d3bug / hub-mirror

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

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

Open m4d3bug opened 2 years ago

m4d3bug commented 2 years ago

{ "hub-mirror": [ "quay.io/prometheus/node-exporter:latest" ] }

github-actions[bot] commented 2 years ago

构建失败,点击查看

github-actions[bot] commented 2 years ago

构建失败,点击查看

github-actions[bot] commented 2 years ago

构建失败,点击查看

github-actions[bot] commented 2 years ago

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

echo -e '   \ndocker pull madebug/quay.io.prometheus.node-exporter:latest\ndocker tag madebug/quay.io.prometheus.node-exporter:latest quay.io/prometheus/node-exporter:latest\n\n' | bash

用podman的直接执行该命令:

echo -e '   \npodman pull madebug/quay.io.prometheus.node-exporter:latest\npodman tag madebug/quay.io.prometheus.node-exporter:latest quay.io/prometheus/node-exporter:latest\n\n' | bash

用ctr的直接执行该命令:

echo -e '   \nctr image pull madebug/quay.io.prometheus.node-exporter:latest\nctr image tag madebug/quay.io.prometheus.node-exporter:latest quay.io/prometheus/node-exporter:latest\n\n' | bash

用crictl的直接执行该命令:

echo -e '   \nctr --namespace=k8s.io image pull madebug/quay.io.prometheus.node-exporter:latest\nctr --namespace=k8s.io image tag madebug/quay.io.prometheus.node-exporter:latest quay.io/prometheus/node-exporter:latest\n\n' | bash

docker一键设置加速地址:

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

podman一键设置加速地址:

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

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