dangxia / hub-mirror

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

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

Open dangxia opened 6 months ago

dangxia commented 6 months ago

{ "hub-mirror": [ "quay.io/prometheus/alertmanager:v0.26.0", "quay.io/prometheus/prometheus:v2.48.1", "quay.io/prometheus/pushgateway:v1.6.2" ] }

github-actions[bot] commented 6 months ago

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

echo -e '   \ndocker pull xuehuihe2019/quay.io.prometheus.pushgateway:v1.6.2\ndocker tag xuehuihe2019/quay.io.prometheus.pushgateway:v1.6.2 quay.io/prometheus/pushgateway:v1.6.2\n\n   \ndocker pull xuehuihe2019/quay.io.prometheus.alertmanager:v0.26.0\ndocker tag xuehuihe2019/quay.io.prometheus.alertmanager:v0.26.0 quay.io/prometheus/alertmanager:v0.26.0\n\n \ndocker pull xuehuihe2019/quay.io.prometheus.prometheus:v2.48.1\ndocker tag xuehuihe2019/quay.io.prometheus.prometheus:v2.48.1 quay.io/prometheus/prometheus:v2.48.1\n\n' | bash

或是手动执行:


docker pull xuehuihe2019/quay.io.prometheus.pushgateway:v1.6.2
docker tag xuehuihe2019/quay.io.prometheus.pushgateway:v1.6.2 quay.io/prometheus/pushgateway:v1.6.2

docker pull xuehuihe2019/quay.io.prometheus.alertmanager:v0.26.0
docker tag xuehuihe2019/quay.io.prometheus.alertmanager:v0.26.0 quay.io/prometheus/alertmanager:v0.26.0

docker pull xuehuihe2019/quay.io.prometheus.prometheus:v2.48.1
docker tag xuehuihe2019/quay.io.prometheus.prometheus:v2.48.1 quay.io/prometheus/prometheus:v2.48.1

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