songtianlun / hub-mirror

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

[hub-mirror] 请求执行任务 blackbox-exporter #5

Open songtianlun opened 1 year ago

songtianlun commented 1 year ago

{ "hub-mirror": [ "quay.io/prometheus/blackbox-exporter:latest$blackbox-exporter", "quay.io/prometheus/blackbox-exporter:v0.23.0$blackbox-exporter" ] }

github-actions[bot] commented 1 year ago

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

echo -e '   \ndocker pull songtianlun/blackbox-exporter:v0.23.0\ndocker tag songtianlun/blackbox-exporter:v0.23.0 quay.io/prometheus/blackbox-exporter:v0.23.0\n\n  \ndocker pull songtianlun/blackbox-exporter:latest\ndocker tag songtianlun/blackbox-exporter:latest quay.io/prometheus/blackbox-exporter:latest\n\n' | bash

或是手动执行:


docker pull songtianlun/blackbox-exporter:v0.23.0
docker tag songtianlun/blackbox-exporter:v0.23.0 quay.io/prometheus/blackbox-exporter:v0.23.0

docker pull songtianlun/blackbox-exporter:latest
docker tag songtianlun/blackbox-exporter:latest quay.io/prometheus/blackbox-exporter:latest

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