升级EMQX的版本为5.8.8

This commit is contained in:
zeaslity
2025-12-08 22:29:38 +08:00
parent baf9272e2d
commit 1d42f28c7e
7 changed files with 353 additions and 200 deletions

View File

@@ -1,12 +1,13 @@
#!/usr/bin/env bash
## https://cdn.dl.k8s.io/release/v1.30.14/bin/linux/amd64/kubectl
##
# 下载安装最新的agent-wdd
# 检查agent-wdd是否正常输出指令若无则程序退出
# 执行获取信息指令 info all
# 执行获取信息指令 agent-wdd info all
# 执行系统初始化操作
@@ -21,6 +22,11 @@
# 能联网 在线安装 docker
# 能联网 离线安装docker指定离线安装
# 不能联网 离线安装docker
# 交互模式
#
agent-wdd base ssh config
agent-wdd base ssh key

View File

@@ -45,6 +45,8 @@ var (
// https://download.docker.com/linux/static/stable/ 官方下载地址
// https://github.com/docker/compose/releases?page=8&tags=2.18.0
// https://cdn.dl.k8s.io/release/v1.30.14/bin/linux/amd64/kubectl
dockerLocalInstallPath = "/root/wdd/docker-amd64-20.10.15.tgz" // 本地安装docker的文件路径
dockerComposeLocalInstallPath = "/root/wdd/docker-compose-v2.18.0-linux-amd64" // 本地安装docker compose的文件路径
harborLocalInstallPath = "/root/wdd/harbor-offline-installer-v2.9.0.tgz" // 本地安装harbor的文件路径