This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 907cbcde69 [doc](compile) update docker compile image version (#15300)
907cbcde69 is described below
commit 907cbcde69128ccda0631c40ec0c610a69167d00
Author: Mingyu Chen <[email protected]>
AuthorDate: Sat Dec 24 15:28:03 2022 +0800
[doc](compile) update docker compile image version (#15300)
Add new docker compile image tag: apache/doris:build-env-for-1.2
---
.gitignore | 4 ++--
docs/en/docs/install/source-install/compilation.md | 6 ++++--
docs/zh-CN/docs/install/source-install/compilation.md | 6 ++++--
3 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/.gitignore b/.gitignore
index 2636059bc2..054baaef07 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,8 +44,8 @@ docs/.temp
# output, thirdparty, extension
output/
rpc_data/
-thirdparty/src
-thirdparty/installed
+thirdparty/src*
+thirdparty/installed*
fe_plugins/output
fe_plugins/**/.factorypath
diff --git a/docs/en/docs/install/source-install/compilation.md
b/docs/en/docs/install/source-install/compilation.md
index 3eb47e3a62..727ad228a7 100644
--- a/docs/en/docs/install/source-install/compilation.md
+++ b/docs/en/docs/install/source-install/compilation.md
@@ -59,8 +59,10 @@ This document focuses on how to code Doris through source
code.
| apache/incubator-doris:build-env-latest | before
[0efef1b](https://github.com/apache/doris/commit/0efef1b332300887ee0473f9df9bdd9d7297d824)
| |
| apache/doris:build-env-for-1.0.0| | 1.0.0 |
| apache/doris:build-env-for-1.1.0| | 1.1.0 |
-| apache/doris:build-env-ldb-toolchain-latest | | 1.1.x, trunk |
-| apache/doris:build-env-ldb-toolchain-no-avx2-latest | | 1.1.x, trunk |
+| apache/doris:build-env-for-1.2| | 1.1.x, 1.2.x |
+| apache/doris:build-env-for-1.2-no-avx2| | 1.1.x, 1.2.x |
+| apache/doris:build-env-ldb-toolchain-latest | | trunk |
+| apache/doris:build-env-ldb-toolchain-no-avx2-latest | | trunk |
**note**:
diff --git a/docs/zh-CN/docs/install/source-install/compilation.md
b/docs/zh-CN/docs/install/source-install/compilation.md
index 2ea9ae3e41..dbe1fe8a7e 100644
--- a/docs/zh-CN/docs/install/source-install/compilation.md
+++ b/docs/zh-CN/docs/install/source-install/compilation.md
@@ -58,8 +58,10 @@ under the License.
| apache/incubator-doris:build-env-latest | before
[0efef1b](https://github.com/apache/doris/commit/0efef1b332300887ee0473f9df9bdd9d7297d824)
| |
| apache/doris:build-env-for-1.0.0| | 1.0.0 |
| apache/doris:build-env-for-1.1.0| | 1.1.0 |
-| apache/doris:build-env-ldb-toolchain-latest | | 1.1.x, trunk |
-| apache/doris:build-env-ldb-toolchain-no-avx2-latest | | 1.1.x, trunk |
+| apache/doris:build-env-for-1.2| | 1.1.x, 1.2.x |
+| apache/doris:build-env-for-1.2-no-avx2| | 1.1.x, 1.2.x |
+| apache/doris:build-env-ldb-toolchain-latest | | trunk |
+| apache/doris:build-env-ldb-toolchain-no-avx2-latest | | trunk |
**注意**:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]