Open
Conversation
- 使用 Docker Buildx 构建多架构镜像(amd64 和 arm64) - 更新基础镜像为 OpenEuler 24.03 - 移除 wgetLatestJdk.sh 和 wgetLatestJdk17.sh 脚本- 更新 Java 17镜像构建方式 - 优化 Doris 镜像构建,支持 noavx2 选项- 更新 Elasticsearch、HDFS、Kafka、SeaTunnel 和 Zookeeper 镜像的构建脚本 Closes dromara#178
|
你好,我是谢晋峰,你的邮件我已经收到,谢谢!
|
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.
Closes #178
What is the purpose of the change
Add multi images support
Brief changelog
Verifying this change
[[Follow this checklist to help us incorporate your contribution quickly and easily. Notice,
it would be helpful if you could finish the following 3 checklist before request the community to review your PR.feat: xxx -> The feat type is used to identify production changes related to new backward-compatible abilities or functionality.
perf: xxx -> The perf type is used to identify production changes related to backward-compatible performance improvements.
fix: xxx -> The fix type is used to identify production changes related to backward-compatible bug fixes.
docs: xxx -> The docs type is used to identify documentation changes related to the project - whether intended externally for the end users (in case of a library) or internally for the developers.
test: xxx -> The test type is used to identify development changes related to tests - such as refactoring existing tests or adding new tests.
refactor: xxx -> The refactor type is used to identify development changes related to modifying the codebase, which neither adds a feature nor fixes a bug - such as removing redundant code, simplifying the code, renaming variables, etc.