shuqian1999 / hub-mirror

🚀 通过 GitHub Actions 将 docker.io、gcr.io、registry.k8s.io、k8s.gcr.io、quay.io、ghcr.io 等国外镜像转换为国内镜像加速下载
MIT License
0 stars 0 forks source link

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

Closed shuqian1999 closed 3 weeks ago

shuqian1999 commented 1 month ago

{ "platform":"", "hub-mirror": [ "nginx:latest", "minio/minio:latest", "pgvector/pgvector:pg16", "redis:latest", "appflowyinc/gotrue:latest", "appflowyinc/appflowy_cloud:latest", "appflowyinc/admin_frontend:latest", "appflowyinc/appflowy_ai:latest", "appflowyinc/appflowy_history:latest", "appflowyinc/appflowy_worker:latest" ] }

github-actions[bot] commented 1 month ago

docker 版本

docker pull ccr.ccs.tencentyun.com/colinhub/nginx:latest && docker tag ccr.ccs.tencentyun.com/colinhub/nginx:latest nginx:latest
docker pull ccr.ccs.tencentyun.com/colinhub/appflowyinc.gotrue:latest && docker tag ccr.ccs.tencentyun.com/colinhub/appflowyinc.gotrue:latest appflowyinc/gotrue:latest
docker pull ccr.ccs.tencentyun.com/colinhub/appflowyinc.appflowy_worker:latest && docker tag ccr.ccs.tencentyun.com/colinhub/appflowyinc.appflowy_worker:latest appflowyinc/appflowy_worker:latest
docker pull ccr.ccs.tencentyun.com/colinhub/redis:latest && docker tag ccr.ccs.tencentyun.com/colinhub/redis:latest redis:latest
docker pull ccr.ccs.tencentyun.com/colinhub/appflowyinc.admin_frontend:latest && docker tag ccr.ccs.tencentyun.com/colinhub/appflowyinc.admin_frontend:latest appflowyinc/admin_frontend:latest
docker pull ccr.ccs.tencentyun.com/colinhub/appflowyinc.appflowy_history:latest && docker tag ccr.ccs.tencentyun.com/colinhub/appflowyinc.appflowy_history:latest appflowyinc/appflowy_history:latest
docker pull ccr.ccs.tencentyun.com/colinhub/minio.minio:latest && docker tag ccr.ccs.tencentyun.com/colinhub/minio.minio:latest minio/minio:latest
docker pull ccr.ccs.tencentyun.com/colinhub/pgvector.pgvector:pg16 && docker tag ccr.ccs.tencentyun.com/colinhub/pgvector.pgvector:pg16 pgvector/pgvector:pg16
docker pull ccr.ccs.tencentyun.com/colinhub/appflowyinc.appflowy_cloud:latest && docker tag ccr.ccs.tencentyun.com/colinhub/appflowyinc.appflowy_cloud:latest appflowyinc/appflowy_cloud:latest
docker pull ccr.ccs.tencentyun.com/colinhub/appflowyinc.appflowy_ai:latest && docker tag ccr.ccs.tencentyun.com/colinhub/appflowyinc.appflowy_ai:latest appflowyinc/appflowy_ai:latest

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

ctr -n k8s.io image pull ccr.ccs.tencentyun.com/colinhub/nginx:latest && ctr -n k8s.io image tag ccr.ccs.tencentyun.com/colinhub/nginx:latest nginx:latest
ctr -n k8s.io image pull ccr.ccs.tencentyun.com/colinhub/appflowyinc.gotrue:latest && ctr -n k8s.io image tag ccr.ccs.tencentyun.com/colinhub/appflowyinc.gotrue:latest appflowyinc/gotrue:latest
ctr -n k8s.io image pull ccr.ccs.tencentyun.com/colinhub/appflowyinc.appflowy_worker:latest && ctr -n k8s.io image tag ccr.ccs.tencentyun.com/colinhub/appflowyinc.appflowy_worker:latest appflowyinc/appflowy_worker:latest
ctr -n k8s.io image pull ccr.ccs.tencentyun.com/colinhub/redis:latest && ctr -n k8s.io image tag ccr.ccs.tencentyun.com/colinhub/redis:latest redis:latest
ctr -n k8s.io image pull ccr.ccs.tencentyun.com/colinhub/appflowyinc.admin_frontend:latest && ctr -n k8s.io image tag ccr.ccs.tencentyun.com/colinhub/appflowyinc.admin_frontend:latest appflowyinc/admin_frontend:latest
ctr -n k8s.io image pull ccr.ccs.tencentyun.com/colinhub/appflowyinc.appflowy_history:latest && ctr -n k8s.io image tag ccr.ccs.tencentyun.com/colinhub/appflowyinc.appflowy_history:latest appflowyinc/appflowy_history:latest
ctr -n k8s.io image pull ccr.ccs.tencentyun.com/colinhub/minio.minio:latest && ctr -n k8s.io image tag ccr.ccs.tencentyun.com/colinhub/minio.minio:latest minio/minio:latest
ctr -n k8s.io image pull ccr.ccs.tencentyun.com/colinhub/pgvector.pgvector:pg16 && ctr -n k8s.io image tag ccr.ccs.tencentyun.com/colinhub/pgvector.pgvector:pg16 pgvector/pgvector:pg16
ctr -n k8s.io image pull ccr.ccs.tencentyun.com/colinhub/appflowyinc.appflowy_cloud:latest && ctr -n k8s.io image tag ccr.ccs.tencentyun.com/colinhub/appflowyinc.appflowy_cloud:latest appflowyinc/appflowy_cloud:latest
ctr -n k8s.io image pull ccr.ccs.tencentyun.com/colinhub/appflowyinc.appflowy_ai:latest && ctr -n k8s.io image tag ccr.ccs.tencentyun.com/colinhub/appflowyinc.appflowy_ai:latest appflowyinc/appflowy_ai:latest