EmmyMiao87 commented on a change in pull request #7350:
URL: https://github.com/apache/incubator-doris/pull/7350#discussion_r765392625
##########
File path: docs/en/installing/compilation.md
##########
@@ -45,22 +45,22 @@ This document focuses on how to code Doris through source
code.
apache/incubator-doris build-env-1.4.2 49f68cecbc1a 4 days ago
3.76GB
```
-Note: For different versions of Doris, you need to download the corresponding
mirror version.
+Note: For different versions of Doris, you need to download the corresponding
mirror version. From Apache Doris 0.15.0 version, the docker image will keep
same version number with Doris, You can use `
apache/incubator-doris:build-env-1.4.2 ` or `
apache/incubator-doris:build-env-for-0.15.0 ` compile Apache Doris 0.15.0,
they are identical.
| image version | commit id | release version |
|---|---|---|
| apache/incubator-doris:build-env | before
[ff0dd0d](https://github.com/apache/incubator-doris/commit/ff0dd0d2daa588f18b6db56f947e813a56d8ec81)
| 0.8.x, 0.9.x |
| apache/incubator-doris:build-env-1.1 |
[ff0dd0d](https://github.com/apache/incubator-doris/commit/ff0dd0d2daa588f18b6db56f947e813a56d8ec81)
or later | 0.10.x or later |
| apache/incubator-doris:build-env-1.2 |
[4ef5a8c](https://github.com/apache/incubator-doris/commit/4ef5a8c8560351d7fff7ff8fd51c4c7a75e006a8)
or later | 0.12.x - 0.14.0 |
| apache/incubator-doris:build-env-1.3.1 |
[ad67dd3](https://github.com/apache/incubator-doris/commit/ad67dd34a04c1ca960cff38e5b335b30fc7d559f)
or later | 0.14.x |
-| apache/incubator-doris:build-env-1.4.1 |
[24d3861](https://github.com/apache/incubator-doris/commit/24d38614a0f21ed606462816a262c2e1d8273ace)
or later | 0.15.x(releasing) |
-| apache/incubator-doris:build-env-1.4.2 |
[a81f4da](https://github.com/apache/incubator-doris/commit/a81f4da4e461a54782a96433b746d07be89e6b54)
or later | 0.15.x(releasing) |
+| apache/incubator-doris:build-env-1.4.2 |
[a81f4da](https://github.com/apache/incubator-doris/commit/a81f4da4e461a54782a96433b746d07be89e6b54)
or later | 0.15.0 |
Review comment:
Remove this line.
##########
File path: docs/en/installing/compilation.md
##########
@@ -35,7 +35,7 @@ This document focuses on how to code Doris through source
code.
1. Download Docker Mirror
- `$ docker pull apache/incubator-doris:build-env-1.3.1`
+ `$ docker pull apache/incubator-doris:build-env-1.4.2`
Review comment:
```suggestion
`$ docker pull apache/incubator-doris:build-env-for-0.15.0`
```
##########
File path: docs/en/installing/compilation.md
##########
@@ -45,22 +45,22 @@ This document focuses on how to code Doris through source
code.
apache/incubator-doris build-env-1.4.2 49f68cecbc1a 4 days ago
3.76GB
```
-Note: For different versions of Doris, you need to download the corresponding
mirror version.
+Note: For different versions of Doris, you need to download the corresponding
mirror version. From Apache Doris 0.15.0 version, the docker image will keep
same version number with Doris, You can use `
apache/incubator-doris:build-env-1.4.2 ` or `
apache/incubator-doris:build-env-for-0.15.0 ` compile Apache Doris 0.15.0,
they are identical.
Review comment:
```suggestion
Note: For different versions of Doris, you need to download the
corresponding image version. From Apache Doris 0.15.x version, the docker image
will keep same version number with Doris, You can use `
apache/incubator-doris:build-env-for-0.15.0 ` compile Apache Doris 0.15.0.
```
##########
File path: docs/en/installing/compilation.md
##########
@@ -45,22 +45,22 @@ This document focuses on how to code Doris through source
code.
apache/incubator-doris build-env-1.4.2 49f68cecbc1a 4 days ago
3.76GB
```
-Note: For different versions of Doris, you need to download the corresponding
mirror version.
+Note: For different versions of Doris, you need to download the corresponding
mirror version. From Apache Doris 0.15.0 version, the docker image will keep
same version number with Doris, You can use `
apache/incubator-doris:build-env-1.4.2 ` or `
apache/incubator-doris:build-env-for-0.15.0 ` compile Apache Doris 0.15.0,
they are identical.
| image version | commit id | release version |
|---|---|---|
| apache/incubator-doris:build-env | before
[ff0dd0d](https://github.com/apache/incubator-doris/commit/ff0dd0d2daa588f18b6db56f947e813a56d8ec81)
| 0.8.x, 0.9.x |
| apache/incubator-doris:build-env-1.1 |
[ff0dd0d](https://github.com/apache/incubator-doris/commit/ff0dd0d2daa588f18b6db56f947e813a56d8ec81)
or later | 0.10.x or later |
| apache/incubator-doris:build-env-1.2 |
[4ef5a8c](https://github.com/apache/incubator-doris/commit/4ef5a8c8560351d7fff7ff8fd51c4c7a75e006a8)
or later | 0.12.x - 0.14.0 |
| apache/incubator-doris:build-env-1.3.1 |
[ad67dd3](https://github.com/apache/incubator-doris/commit/ad67dd34a04c1ca960cff38e5b335b30fc7d559f)
or later | 0.14.x |
-| apache/incubator-doris:build-env-1.4.1 |
[24d3861](https://github.com/apache/incubator-doris/commit/24d38614a0f21ed606462816a262c2e1d8273ace)
or later | 0.15.x(releasing) |
-| apache/incubator-doris:build-env-1.4.2 |
[a81f4da](https://github.com/apache/incubator-doris/commit/a81f4da4e461a54782a96433b746d07be89e6b54)
or later | 0.15.x(releasing) |
+| apache/incubator-doris:build-env-1.4.2 |
[a81f4da](https://github.com/apache/incubator-doris/commit/a81f4da4e461a54782a96433b746d07be89e6b54)
or later | 0.15.0 |
+| apache/incubator-doris:build-env-for-0.15.0 |
[a81f4da](https://github.com/apache/incubator-doris/commit/a81f4da4e461a54782a96433b746d07be89e6b54)
or later | 0.15.0 |
Review comment:
```suggestion
| apache/incubator-doris:build-env-for-0.15.0 |
[a81f4da](https://github.com/apache/incubator-doris/commit/a81f4da4e461a54782a96433b746d07be89e6b54)
or later | 0.15.x |
```
##########
File path: docs/en/installing/compilation.md
##########
@@ -45,22 +45,22 @@ This document focuses on how to code Doris through source
code.
apache/incubator-doris build-env-1.4.2 49f68cecbc1a 4 days ago
3.76GB
Review comment:
```suggestion
apache/incubator-doris build-env-for-0.15.0 49f68cecbc1a 4
days ago 3.76GB
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]