lingjl2010 / hub-mirror

🚀 通过 GitHub Actions 将 gcr.io、registry.k8s.io、k8s.gcr.io、quay.io、ghcr.io 等国外镜像转换为国内镜像加速下载,支持 docker 和 containerd 使用,支持 x86 和 arm 架构
MIT License
0 stars 0 forks source link

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

Closed lingjl2010 closed 1 month ago

lingjl2010 commented 1 month ago

{ "platform":"", "hub-mirror": [ "otel/opentelemetry-collector-contrib:0.104.0", "ghcr.io/open-feature/flagd:v0.10.2", "grafana/grafana:10.4.3", "jaegertracing/all-in-one:1.57", "opensearchproject/opensearch:2.14.0", "postgres:16.3", "quay.io/prometheus/prometheus:v2.52.0", "valkey/valkey:7.2-alpine", "kubeshop/tracetest:v1.3.0" ] }

github-actions[bot] commented 1 month ago

docker 版本

docker pull ccr.ccs.tencentyun.com/lingjl/ghcr.io.open-feature.flagd:v0.10.2 && docker tag ccr.ccs.tencentyun.com/lingjl/ghcr.io.open-feature.flagd:v0.10.2 ghcr.io/open-feature/flagd:v0.10.2
docker pull ccr.ccs.tencentyun.com/lingjl/jaegertracing.all-in-one:1.57 && docker tag ccr.ccs.tencentyun.com/lingjl/jaegertracing.all-in-one:1.57 jaegertracing/all-in-one:1.57
docker pull ccr.ccs.tencentyun.com/lingjl/valkey.valkey:7.2-alpine && docker tag ccr.ccs.tencentyun.com/lingjl/valkey.valkey:7.2-alpine valkey/valkey:7.2-alpine
docker pull ccr.ccs.tencentyun.com/lingjl/quay.io.prometheus.prometheus:v2.52.0 && docker tag ccr.ccs.tencentyun.com/lingjl/quay.io.prometheus.prometheus:v2.52.0 quay.io/prometheus/prometheus:v2.52.0
docker pull ccr.ccs.tencentyun.com/lingjl/kubeshop.tracetest:v1.3.0 && docker tag ccr.ccs.tencentyun.com/lingjl/kubeshop.tracetest:v1.3.0 kubeshop/tracetest:v1.3.0
docker pull ccr.ccs.tencentyun.com/lingjl/postgres:16.3 && docker tag ccr.ccs.tencentyun.com/lingjl/postgres:16.3 postgres:16.3
docker pull ccr.ccs.tencentyun.com/lingjl/grafana.grafana:10.4.3 && docker tag ccr.ccs.tencentyun.com/lingjl/grafana.grafana:10.4.3 grafana/grafana:10.4.3
docker pull ccr.ccs.tencentyun.com/lingjl/opensearchproject.opensearch:2.14.0 && docker tag ccr.ccs.tencentyun.com/lingjl/opensearchproject.opensearch:2.14.0 opensearchproject/opensearch:2.14.0
docker pull ccr.ccs.tencentyun.com/lingjl/otel.opentelemetry-collector-contrib:0.104.0 && docker tag ccr.ccs.tencentyun.com/lingjl/otel.opentelemetry-collector-contrib:0.104.0 otel/opentelemetry-collector-contrib:0.104.0

containerd 版本(以 k8s.io namespaces 为例)

ctr -n k8s.io image pull ccr.ccs.tencentyun.com/lingjl/ghcr.io.open-feature.flagd:v0.10.2 && ctr -n k8s.io image tag ccr.ccs.tencentyun.com/lingjl/ghcr.io.open-feature.flagd:v0.10.2 ghcr.io/open-feature/flagd:v0.10.2
ctr -n k8s.io image pull ccr.ccs.tencentyun.com/lingjl/jaegertracing.all-in-one:1.57 && ctr -n k8s.io image tag ccr.ccs.tencentyun.com/lingjl/jaegertracing.all-in-one:1.57 jaegertracing/all-in-one:1.57
ctr -n k8s.io image pull ccr.ccs.tencentyun.com/lingjl/valkey.valkey:7.2-alpine && ctr -n k8s.io image tag ccr.ccs.tencentyun.com/lingjl/valkey.valkey:7.2-alpine valkey/valkey:7.2-alpine
ctr -n k8s.io image pull ccr.ccs.tencentyun.com/lingjl/quay.io.prometheus.prometheus:v2.52.0 && ctr -n k8s.io image tag ccr.ccs.tencentyun.com/lingjl/quay.io.prometheus.prometheus:v2.52.0 quay.io/prometheus/prometheus:v2.52.0
ctr -n k8s.io image pull ccr.ccs.tencentyun.com/lingjl/kubeshop.tracetest:v1.3.0 && ctr -n k8s.io image tag ccr.ccs.tencentyun.com/lingjl/kubeshop.tracetest:v1.3.0 kubeshop/tracetest:v1.3.0
ctr -n k8s.io image pull ccr.ccs.tencentyun.com/lingjl/postgres:16.3 && ctr -n k8s.io image tag ccr.ccs.tencentyun.com/lingjl/postgres:16.3 postgres:16.3
ctr -n k8s.io image pull ccr.ccs.tencentyun.com/lingjl/grafana.grafana:10.4.3 && ctr -n k8s.io image tag ccr.ccs.tencentyun.com/lingjl/grafana.grafana:10.4.3 grafana/grafana:10.4.3
ctr -n k8s.io image pull ccr.ccs.tencentyun.com/lingjl/opensearchproject.opensearch:2.14.0 && ctr -n k8s.io image tag ccr.ccs.tencentyun.com/lingjl/opensearchproject.opensearch:2.14.0 opensearchproject/opensearch:2.14.0
ctr -n k8s.io image pull ccr.ccs.tencentyun.com/lingjl/otel.opentelemetry-collector-contrib:0.104.0 && ctr -n k8s.io image tag ccr.ccs.tencentyun.com/lingjl/otel.opentelemetry-collector-contrib:0.104.0 otel/opentelemetry-collector-contrib:0.104.0
github-actions[bot] commented 1 month ago

This issue is stale