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

zhaoc 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 0c90ac9  Updated How to verify Apache Release (markdown)
0c90ac9 is described below

commit 0c90ac9999a287a37ea072aac36d5a26df1cf5f2
Author: ZHAO Chun <[email protected]>
AuthorDate: Wed Oct 23 16:57:43 2019 +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 e110b7d..19690c4 100644
--- a/How-to-verify-Apache-Release.md
+++ b/How-to-verify-Apache-Release.md
@@ -39,7 +39,7 @@ sha512sum --check 
apache-doris-0.9.0.rc01-incubating-src.tar.gz.sha512
 Apache RAT is recommended to verify license headder, which can dowload as 
following command.
 
 ```
-wget 
http://mirrors.tuna.tsinghua.edu.cn/apache//creadur/apache-rat-0.12/apache-rat-0.12-bin.tar.gz
+wget 
https://archive.apache.org/dist/creadur/apache-rat-0.12/apache-rat-0.12-bin.tar.gz
 tar zxvf apache-rat-0.12-bin.tar.gz
 ```
 
@@ -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
+$ docker pull apachedoris/doris-dev:build-env-1.1
 ```
 
 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           f8bc5d4024e0        21 hours ago   
     3.28GB
+apachedoris/doris-dev   build-env-1.1       fed800438171        4 days ago     
     4.01GB
 ```
 
 #### Step2: Run the Docker image 
@@ -75,7 +75,7 @@ apachedoris/doris-dev   build-env           f8bc5d4024e0      
  21 hours ago
 You can run image directyly:
 
 ```
-$ docker run -it apachedoris/doris-dev:build-env
+$ docker run -it apachedoris/doris-dev:build-env-1.1
 ```
 
 #### Step3: Download Doris source


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to