This is an automated email from the ASF dual-hosted git repository.
maruilei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git
The following commit(s) were added to refs/heads/master by this push:
new fe18988c [AURON #1545] Clarify Docker build instructions to reflect
supported OS images #1545
fe18988c is described below
commit fe18988cafcdc9cf0bea774f221f17db3944fdf5
Author: Ruilei Ma <[email protected]>
AuthorDate: Mon Nov 3 10:06:41 2025 +0800
[AURON #1545] Clarify Docker build instructions to reflect supported OS
images #1545
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 0cb2bc88..7001eb6f 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ Make sure `JAVA_HOME` is properly set and points to your
desired version.
4. Build the project.
-You can build Auron either *locally* or *inside Docker with CentOS7* using a
unified script: `auron-build.sh`.
+You can build Auron either *locally* or *inside Docker* using one of the
supported OS images via the unified script: `auron-build.sh`.
Run `./auron-build.sh --help` to see all available options.