imay commented on a change in pull request #2817: [Doc]Update Docker Env to
env-1.2
URL: https://github.com/apache/incubator-doris/pull/2817#discussion_r368578623
##########
File path: README.md
##########
@@ -54,22 +54,23 @@ And then you could build Doris as following steps:
#### Step1: Pull the docker image with Doris building environment
```
-$ docker pull apachedoris/doris-dev:build-env-1.1
+$ docker pull apachedoris/doris-dev:build-env-1.2
```
You can check it by listing images, for example:
```
$ docker images
REPOSITORY TAG IMAGE ID CREATED
SIZE
-apachedoris/doris-dev build-env-1.1 fed800438171 7 weeks ago
4.01GB
+apachedoris/doris-dev build-env-1.2 69cf7fff9d10 2 weeks ago
4.12GB
```
> NOTE: You may have to use different images to compile from source.
>
> | image version | commit id | release version |
> |---|---|---|
> | apachedoris/doris-dev:build-env | before
> [ff0dd0d](https://github.com/apache/incubator-doris/commit/ff0dd0d2daa588f18b6db56f947e813a56d8ec81)
> | 0.8.x, 0.9.x |
> | apachedoris/doris-dev:build-env-1.1 |
> [ff0dd0d](https://github.com/apache/incubator-doris/commit/ff0dd0d2daa588f18b6db56f947e813a56d8ec81)
> or later | 0.10.x or later |
+> | apachedoris/doris-dev:build-env-1.2 |
[1648226](https://github.com/apache/incubator-doris/commit/1648226927c5b4e33f33ce2e12bf0e06369b7f6e)
or later | 0.12.x or later |
Review comment:
1.1 for 0.10 and 0.11
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]