运维相关安装包下载地址统计(持续更新)

通用软件:

jdk: https://www.oracle.com/java/technologies/downloads/#java17
(可更改最后面的版本号来下载自己所需要的版本)

docker: https://download.docker.com/linux/centos/7/ , https://download.docker.com/linux/static/stable/

minikube: https://github.com/kubernetes/minikube/releases/download/v1.18.1/minikube-1.18.1-0.x86_64.rpm

k9s(k8s管理工具): https://webinstall.dev/k9s/

Python: https://www.python.org/downloads/

calico: wget https://raw.githubusercontent.com/projectcalico/calico/master/manifests/custom-resources.yaml
wget https://raw.githubusercontent.com/projectcalico/calico/master/manifests/tigera-operator.yaml

kong网关: https://download.konghq.com/gateway-2.x-centos-7/Packages/k/

loki+promtail : https://github.com/grafana/loki/releases/

grafana: https://grafana.com/grafana/download?platform=linux

containerd: https://github.com/containerd/containerd/releases

数据库类:

mongodb: https://mirrors.aliyun.com/mongodb/yum/redhat/6/mongodb-org/ , (可更改最后面的版本号来下载自己所需要的版本)

mysql: https://mirrors.aliyun.com/mysql/

postgresql: https://mirrors.aliyun.com/postgresql/ , https://www.postgresql.org/download/linux/redhat/,https://www.postgresql.org/ftp/source/

redis: https://download.redis.io/releases/

中间件类:

tomcat: https://tomcat.apache.org/download-80.cgi

nginx: https://nginx.org/en/download.html

kafka: https://archive.apache.org/dist/kafka/

zookeeper: http://archive.apache.org/dist/zookeeper/

rabbitmq: https://github.com/rabbitmq/rabbitmq-server-binaries-dev/releases

rocketmq: https://rocketmq.apache.org/download/

activemq: https://activemq.apache.org/components/classic/download/

其他:

操作系统centos镜像: https://cloud.centos.org/

阿里云镜像站: https://developer.aliyun.com/packageSearch?word=centos

清华镜像站: https://mirrors.tuna.tsinghua.edu.cn

yum源添加repo文件: yum-config-manager --add-repo https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo

k8s_yum源repo文件:

vi /etc/yum.repos.d/kubernetes.repo
[kubernetes]
name=Kubernetes
baseurl=https://mirrors.aliyun.com/kubernetes/yum/repos/kubernetes-el7-x86_64
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://mirrors.aliyun.com/kubernetes/yum/doc/yum-key.gpg https://mirrors.aliyun.com/kubernetes/yum/doc/rpm-package-key.gpg

linux通过yum获取想要的依赖包: yum install -y --downloadonly --downloaddir=/ 依赖包名
centos7配置网络yum源文件repo:

[base]
name=CentOS-$releasever - Base - Aliyun
baseurl=http://mirrors.aliyun.com/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=http://mirrors.aliyun.com/centos/RPM-GPG-KEY-CentOS-7
 
#released updates 
[updates]
name=CentOS-$releasever - Updates - Aliyun
baseurl=http://mirrors.aliyun.com/centos/$releasever/updates/$basearch/
gpgcheck=1
gpgkey=http://mirrors.aliyun.com/centos/RPM-GPG-KEY-CentOS-7
 
#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras - Aliyun
baseurl=http://mirrors.aliyun.com/centos/$releasever/extras/$basearch/
gpgcheck=1
gpgkey=http://mirrors.aliyun.com/centos/RPM-GPG-KEY-CentOS-7
  • 16
    点赞
  • 17
    收藏
    觉得还不错? 一键收藏
  • 2
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值