1. 常用容器镜像仓库

1. 前言

受限于容器加速器的设计架构,我们只能通过域名或者特殊的 repository 来代理访问不同的容器镜像仓库,下面是一些常用的容器镜像仓库加速器地址。

2. Docker Hub

Docker 公司运营的公共的容器镜像仓库平台,也是我们最常用的容器镜像仓库。

  1. 官方地址:docker.io 或者 registry-1.docker.io
  2. 加速器地址:hub.alduin.net

3. GitHub Container Registry

GitHub 提供的公共容器镜像仓库服务,与 GitHub 深度集成。

  1. 官方地址:ghcr.io
  2. 加速器地址:ghcr.alduin.net

4. Google Container Registry

Google 提供的公共容器镜像仓库服务,与 Google Cloud 深度集成。

  1. 官方地址:gcr.io
  2. 加速器地址:gcr.alduin.net

5. Kubernetes 官方镜像仓库

Kubernetes 官方维护的容器镜像仓库,原先托管在 gcr 上,地址为 k8s.gcr.io,2023 年 4 月 3 日后该地址冻结,不再同步新镜像,使用新地址 registry.k8s.io

  1. 官方地址:registry.k8s.io
  2. 加速器地址:k8s.alduin.net

6. Red Hat Quay

Red Hat 公司提供的开源的容器镜像仓库服务。

  1. 官方地址:quay.io
  2. 加速器地址:quay.alduin.net

7. 微软官方镜像仓库

微软公司维护的官方容器镜像仓库,提供了从操作系统、开发工具、服务组件到 AI/ML 框架等各种类型的容器镜像。

  1. 官方地址:mcr.microsoft.com
  2. 加速器地址:mcr.alduin.net