hurbor / 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

base-4 #12

Open hurbor opened 1 week ago

hurbor commented 1 week ago

{ "platform":"", "hub-mirror": [ "fedora:latest", "fedora:41", "fedora:40", "fedora:38", "postgres", "postgres:alpine", "postgres:15", "postgres:15-alpine", "postgres:13", "postgres:12", "memcached" ] }

github-actions[bot] commented 1 week ago

构建失败,点击查看

github-actions[bot] commented 1 week ago

构建失败,点击查看

github-actions[bot] commented 1 week ago

docker 版本

docker pull registry.cn-hangzhou.aliyuncs.com/img-basis/memcached && docker tag registry.cn-hangzhou.aliyuncs.com/img-basis/memcached memcached
docker pull registry.cn-hangzhou.aliyuncs.com/img-basis/postgres:15 && docker tag registry.cn-hangzhou.aliyuncs.com/img-basis/postgres:15 postgres:15
docker pull registry.cn-hangzhou.aliyuncs.com/img-basis/postgres:alpine && docker tag registry.cn-hangzhou.aliyuncs.com/img-basis/postgres:alpine postgres:alpine
docker pull registry.cn-hangzhou.aliyuncs.com/img-basis/fedora:38 && docker tag registry.cn-hangzhou.aliyuncs.com/img-basis/fedora:38 fedora:38
docker pull registry.cn-hangzhou.aliyuncs.com/img-basis/fedora:latest && docker tag registry.cn-hangzhou.aliyuncs.com/img-basis/fedora:latest fedora:latest
docker pull registry.cn-hangzhou.aliyuncs.com/img-basis/fedora:40 && docker tag registry.cn-hangzhou.aliyuncs.com/img-basis/fedora:40 fedora:40
docker pull registry.cn-hangzhou.aliyuncs.com/img-basis/postgres:15-alpine && docker tag registry.cn-hangzhou.aliyuncs.com/img-basis/postgres:15-alpine postgres:15-alpine
docker pull registry.cn-hangzhou.aliyuncs.com/img-basis/fedora:41 && docker tag registry.cn-hangzhou.aliyuncs.com/img-basis/fedora:41 fedora:41
docker pull registry.cn-hangzhou.aliyuncs.com/img-basis/postgres:12 && docker tag registry.cn-hangzhou.aliyuncs.com/img-basis/postgres:12 postgres:12
docker pull registry.cn-hangzhou.aliyuncs.com/img-basis/postgres && docker tag registry.cn-hangzhou.aliyuncs.com/img-basis/postgres postgres
docker pull registry.cn-hangzhou.aliyuncs.com/img-basis/postgres:13 && docker tag registry.cn-hangzhou.aliyuncs.com/img-basis/postgres:13 postgres:13

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

ctr -n k8s.io image pull registry.cn-hangzhou.aliyuncs.com/img-basis/memcached && ctr -n k8s.io image tag registry.cn-hangzhou.aliyuncs.com/img-basis/memcached memcached
ctr -n k8s.io image pull registry.cn-hangzhou.aliyuncs.com/img-basis/postgres:15 && ctr -n k8s.io image tag registry.cn-hangzhou.aliyuncs.com/img-basis/postgres:15 postgres:15
ctr -n k8s.io image pull registry.cn-hangzhou.aliyuncs.com/img-basis/postgres:alpine && ctr -n k8s.io image tag registry.cn-hangzhou.aliyuncs.com/img-basis/postgres:alpine postgres:alpine
ctr -n k8s.io image pull registry.cn-hangzhou.aliyuncs.com/img-basis/fedora:38 && ctr -n k8s.io image tag registry.cn-hangzhou.aliyuncs.com/img-basis/fedora:38 fedora:38
ctr -n k8s.io image pull registry.cn-hangzhou.aliyuncs.com/img-basis/fedora:latest && ctr -n k8s.io image tag registry.cn-hangzhou.aliyuncs.com/img-basis/fedora:latest fedora:latest
ctr -n k8s.io image pull registry.cn-hangzhou.aliyuncs.com/img-basis/fedora:40 && ctr -n k8s.io image tag registry.cn-hangzhou.aliyuncs.com/img-basis/fedora:40 fedora:40
ctr -n k8s.io image pull registry.cn-hangzhou.aliyuncs.com/img-basis/postgres:15-alpine && ctr -n k8s.io image tag registry.cn-hangzhou.aliyuncs.com/img-basis/postgres:15-alpine postgres:15-alpine
ctr -n k8s.io image pull registry.cn-hangzhou.aliyuncs.com/img-basis/fedora:41 && ctr -n k8s.io image tag registry.cn-hangzhou.aliyuncs.com/img-basis/fedora:41 fedora:41
ctr -n k8s.io image pull registry.cn-hangzhou.aliyuncs.com/img-basis/postgres:12 && ctr -n k8s.io image tag registry.cn-hangzhou.aliyuncs.com/img-basis/postgres:12 postgres:12
ctr -n k8s.io image pull registry.cn-hangzhou.aliyuncs.com/img-basis/postgres && ctr -n k8s.io image tag registry.cn-hangzhou.aliyuncs.com/img-basis/postgres postgres
ctr -n k8s.io image pull registry.cn-hangzhou.aliyuncs.com/img-basis/postgres:13 && ctr -n k8s.io image tag registry.cn-hangzhou.aliyuncs.com/img-basis/postgres:13 postgres:13