Feat(new docker-build.bat): Add new build way.#168
Open
Whojohn wants to merge 13 commits intohairless:masterfrom
Open
Feat(new docker-build.bat): Add new build way.#168Whojohn wants to merge 13 commits intohairless:masterfrom
Whojohn wants to merge 13 commits intohairless:masterfrom
Conversation
代码: 1. 添加新的docker 构建方式(无需任何干预自动build)。 解决问题: 1. 解决docker 构建落后于版本,无法使用的问题 2. 拆分mysql 与 plink 镜像(plink 使用 centos,默认自带vim 等工具,方便使用) 3. 使用清华源加速依赖下载(更新版本需要手动更改源;国内源会过期) 4. 使用 openjdk 代替 oracle jdk 5. 修复sql 初始化文件注释使用不当,导致sql 初始化失败问题
pull from master
Co-authored-by: silence <silence@aliyun.com> Co-authored-by: sllence <762246344@qq.com> Co-authored-by: silence <silence@aliyun.com>
代码: 1. 添加新的docker 构建方式(无需任何干预自动build)。 解决问题: 1. 解决docker 构建落后于版本,无法使用的问题 2. 拆分mysql 与 plink 镜像(plink 使用 centos,默认自带vim 等工具,方便使用) 3. 使用清华源加速依赖下载&&使用 openjdk 代替 oracle jdk 4. 修复sql 初始化文件必须使用\n 作为分割符号,\r\n(windows 分割符) 会导致Docker build 失败
Co-authored-by: silence <silence@aliyun.com> Co-authored-by: sllence <762246344@qq.com> Co-authored-by: silence <silence@aliyun.com>
1. 优化 SQL 拓扑 2. 添加状态列表 UI
ui build
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.
代码:
解决问题: