docker 镜像源大全

网易:http://hub-mirror.c.163.com
coreos镜像仓库: https://quay.io/repository/
Azure中国镜像地址:http://mirror.azure.cn/
Azure中国github地址:https://github.com/Azure/container-service-for-azure-china
DockerHub镜像仓库: https://hub.docker.com/ 
RedHat镜像仓库: https://access.redhat.com/containers
#
google镜像仓库: https://console.cloud.google.com/gcr/images/google-containers/GLOBAL (如果你本地可以翻墙的话是可以连上去的 )

阿里云镜像仓库: https://cr.console.aliyun.com (需要登录私有)

中科大镜像地址:https://docker.mirrors.ustc.edu.cn/ (限校内使用)
    说明:https://mirrors.ustc.edu.cn/help/dockerhub.html
清华大学:https://docker.mirrors.tuna.tsinghua.edu.cn (关闭)
    介绍:https://mirror.tuna.tsinghua.edu.cn/help/docker-ce/

阿里云查看版本

#官方镜像
curl -XGET  https://bhtknto5.mirror.aliyuncs.com/v2/library/mysql/tags/list
curl -XGET  https://bhtknto5.mirror.aliyuncs.com/v2/library/python/tags/list
curl -XGET  https://bhtknto5.mirror.aliyuncs.com/v2/library/php/tags/list

#非官方
#jenkins
curl -XGET https://bhtknto5.mirror.aliyuncs.com/v2/jenkins/jenkins/tags/list

curl -XGET https://mirror.ccs.tencentyun.com/v2/openresty/openresty/tags/list
#anaconda3和miniconda3
curl -XGET https://bhtknto5.mirror.aliyuncs.com/v2/continuumio/anaconda3/tags/list
curl -XGET https://bhtknto5.mirror.aliyuncs.com/v2/continuumio/miniconda3/tags/list
curl -XGET https://bhtknto5.mirror.aliyuncs.com/v2/rasa/rasa/tags/list

163查看

curl -XGET  https://hub-mirror.c.163.com/v2/library/redis/tags/list
curl -XGET  https://hub-mirror.c.163.com/v2/library/mysql/tags/list

curl -XGET  https://hub-mirror.c.163.com/v2/openresty/openresty/tags/list
curl -XGET  https://hub-mirror.c.163.com/v2/gogs/gogs/tags/list

腾讯云

#官方
curl -XGET https://mirror.ccs.tencentyun.com/v2/library/alpine/tags/list
curl -XGET https://mirror.ccs.tencentyun.com/v2/library/centos/tags/list
curl -XGET https://mirror.ccs.tencentyun.com/v2/library/debian/tags/list
curl -XGET https://mirror.ccs.tencentyun.com/v2/library/mysql/tags/list
curl -XGET https://mirror.ccs.tencentyun.com/v2/library/redis/tags/list
curl -XGET https://mirror.ccs.tencentyun.com/v2/library/nginx/tags/list
curl -XGET https://mirror.ccs.tencentyun.com/v2/library/php/tags/list
curl -XGET https://mirror.ccs.tencentyun.com/v2/library/java/tags/list
curl -XGET https://mirror.ccs.tencentyun.com/v2/library/registry/tags/list
curl -XGET https://mirror.ccs.tencentyun.com/v2/library/python/tags/list
curl -XGET https://mirror.ccs.tencentyun.com/v2/library/elasticsearch/tags/list
#
curl -XGET https://mirror.ccs.tencentyun.com/v2/openresty/openresty/tags/list
curl -XGET https://mirror.ccs.tencentyun.com/v2/gogs/gogs/tags/list


#jenkins
curl -XGET https://mirror.ccs.tencentyun.com/v2/jenkins/jenkins/tags/list
curl -XGET https://mirror.ccs.tencentyun.com/v2/hyperf/hyperf/tags/list

curl -XGET https://mirror.ccs.tencentyun.com/v2/oliver006/redis_exporter/tags/list
curl -XGET https://mirror.ccs.tencentyun.com/v2/joxit/docker-registry-ui/tags/list

#anaconda3和miniconda3
curl -XGET https://mirror.ccs.tencentyun.com/v2/continuumio/anaconda3/tags/list
curl -XGET https://mirror.ccs.tencentyun.com/v2/continuumio/miniconda3/tags/list

#pytorch
curl -XGET https://mirror.ccs.tencentyun.com/v2/pytorch/pytorch/tags/list
#rasa
curl -XGET https://mirror.ccs.tencentyun.com/v2/rasa/rasa/tags/list

其它私有的docker镜像查看tags

#beats/filebeat查看版本和pull
https://www.elastic.co/guide/en/beats/filebeat/current/running-on-docker.html
  • 各镜像常用版本表
#nginx 
nginx:1.21.6-alpine (1.23.4  1.25.2)

#mysql5:
mysql:5.7.38-debian (5.7.42)

#mysql8:
mysql:8.0.33-debian (8.0.34)

#redis 
redis:6.2.13-alpine (6.2.13)
#7
redis:7.0.12-alpine (7.0.12)
redis:7.2.3-alpine