catfishlty / hub-mirror

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

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

Closed catfishlty closed 8 months ago

catfishlty commented 8 months ago

{ "hub-mirror": [ "ghcr.io/oddfar/campus-imaotai-api:1.0.12$imaotai-api:1.0.12", "ghcr.io/oddfar/campus-imaotai-web:1.0.12$imaotai-web:1.0.12" ] }

github-actions[bot] commented 8 months ago

docker 版本

docker pull docker.io/fciasth/imaotai-web:1.0.12 && docker tag docker.io/fciasth/imaotai-web:1.0.12 ghcr.io/oddfar/campus-imaotai-web:1.0.12
docker pull docker.io/fciasth/imaotai-api:1.0.12 && docker tag docker.io/fciasth/imaotai-api:1.0.12 ghcr.io/oddfar/campus-imaotai-api:1.0.12

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

ctr -n k8s.io image pull docker.io/fciasth/imaotai-web:1.0.12 && ctr -n k8s.io image tag docker.io/fciasth/imaotai-web:1.0.12 ghcr.io/oddfar/campus-imaotai-web:1.0.12
ctr -n k8s.io image pull docker.io/fciasth/imaotai-api:1.0.12 && ctr -n k8s.io image tag docker.io/fciasth/imaotai-api:1.0.12 ghcr.io/oddfar/campus-imaotai-api:1.0.12
github-actions[bot] commented 8 months ago

Auto-closing issue