You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by li...@apache.org on 2020/04/07 12:08:53 UTC

[incubator-doris.wiki] branch master updated: Updated How to verify Apache Release (markdown)

This is an automated email from the ASF dual-hosted git repository.

lichaoyong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new 5d53577  Updated How to verify Apache Release (markdown)
5d53577 is described below

commit 5d5357741aaf7f66a923110cc96727b18df76161
Author: lichaoyong <li...@baidu.com>
AuthorDate: Tue Apr 7 20:08:51 2020 +0800

    Updated How to verify Apache Release (markdown)
---
 How-to-verify-Apache-Release.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/How-to-verify-Apache-Release.md b/How-to-verify-Apache-Release.md
index 19690c4..a2a6da1 100644
--- a/How-to-verify-Apache-Release.md
+++ b/How-to-verify-Apache-Release.md
@@ -59,7 +59,7 @@ 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:
@@ -67,7 +67,7 @@ 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        4 days ago          4.01GB
+apachedoris/doris-dev   build-env-1.2       fed800438171        4 days ago          4.01GB
 ```
 
 #### Step2: Run the Docker image 
@@ -75,7 +75,7 @@ apachedoris/doris-dev   build-env-1.1       fed800438171        4 days ago
 You can run image directyly:
 
 ```
-$ docker run -it apachedoris/doris-dev:build-env-1.1
+$ docker run -it apachedoris/doris-dev:build-env-1.2
 ```
 
 #### Step3: Download Doris source
@@ -83,7 +83,7 @@ Now you should in docker environment, and you can download Doris source by relea
 (If you have downloaded source and it is not in image, you can map its path to image in Step2.)
 
 ```
-$ wget https://dist.apache.org/repos/dist/dev/incubator/doris/xxx.tar.gz
+$ wget https://dist.apache.org/repos/dist/dev/incubator/doris/0.12.0-rc03/apache-doris-0.12.0-incubating-src.tar.gz
 ```
 
 #### Step4: Build Doris


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org