[doc](compile) update docker compile image version (#15300)

Add new docker compile image tag: apache/doris:build-env-for-1.2
This commit is contained in:
Mingyu Chen
2022-12-24 15:28:03 +08:00
committed by GitHub
parent e72404c537
commit 907cbcde69
3 changed files with 10 additions and 6 deletions

4
.gitignore vendored
View File

@ -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

View File

@ -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**:

View File

@ -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 |
**注意**: