请问nacos这个镜像里的 peer-finder 二进制文件是不是还是用下面这个源码编译出来的呢?
可以拉去docker hub仓库第三方镜像解决image: minstonehub/nacos-peer-finder-plugin或者image: ansonnz/nacos-peer-finder-plugins-arm64:1.1
自己打包的话安装用于在 Kubernetes 环境中自动发现和注册 Nacos 节点的插件(arm64的) nacos-peer-finder-plugin-arm64 克隆这个仓库并构建 Docker 镜像
项目地址https://github.com/smallc2009/nacos-peer-finder-plugin-arm64?tab=Apache-2.0-1-ov-file
git clone https://github.com/smallc2009/nacos-peer-finder-plugin-arm64.git
—————————————————————————————————————————————————————————
cd nacos-peer-finder-plugin-arm64
docker build -t nacos-peer-finder-plugin-arm64:1.1 .
—————————————————————————————————————————————————————————
本地打包
docker tag nacos-peer-finder-plugin-arm64:1.1 registry.cn-hangzhou.aliyuncs.com/xxx_cloud_repo/nacos-peer-finder-plugin-arm64:1.1
推送到服务器
docker push registry.cn-hangzhou.aliyuncs.com/xxx_cloud_repo/nacos-peer-finder-plugin-arm64:1.1
—————————————————————————————————————————————————————————
赞1
踩0