Open
Conversation
optimize:1、优化Dockerfile,在国内下载资源;2、优化docker-componse.yml,启动的时候就可以自动构建镜像
CaoYoungB
reviewed
Jan 4, 2026
Collaborator
There was a problem hiding this comment.
-
我们的私有组件在aliyuncs.com的镜像仓中都有公开存档,如果新的用户直接使用 compose 进行部署却没有手动拉取镜像则会触发 build 配置,这可能会由于网络或构建环境引出更多问题,当然在个人在linux环境下进行延展开发加 build 配置是更顺手的。
-
此外注意到你好像在通过开放更多的端口及固定容器名称来解决 pd 和 tikv 之间的通信问题?这个问题在最新的main中已经处理过啦,减少不必要的端口暴露,在节约端口资源消耗的同时也更有利于安全。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix:1、修复创建工具只要有token校验,发布就必然报错的问题
optimize:1、优化Dockerfile,在国内下载资源;2、优化docker-componse.yml,启动的时候就可以自动构建镜像