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

dongjoon pushed a commit to branch branch-1.8
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/branch-1.8 by this push:
     new 96728ee96 ORC-1240: Update site README to use `apache/orc-dev` 
DockerHub image
96728ee96 is described below

commit 96728ee964368f42f1989278aca87e9ff70f759d
Author: William Hyun <[email protected]>
AuthorDate: Thu Aug 4 20:55:46 2022 -0700

    ORC-1240: Update site README to use `apache/orc-dev` DockerHub image
    
    ### What changes were proposed in this pull request?
    This PR aims to update site `README` to use `apache/orc-dev` DockerHub 
image.
    
    ### Why are the changes needed?
    
    https://issues.apache.org/jira/browse/INFRA-23534 set up Apache ORC 
DockerHub repository.
    
    ### How was this patch tested?
    Manually.
    
    Closes #1211 from williamhyun/siteimage.
    
    Authored-by: William Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit aed8084ac12e9018ba3594224e7b15000880f719)
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 site/README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/site/README.md b/site/README.md
index 19ecf398e..af7cf1cbf 100644
--- a/site/README.md
+++ b/site/README.md
@@ -11,8 +11,7 @@ the site is to use docker to use a standard environment.
 
 ## Run the docker container with the preview of the site.
 
-1. `docker build -t orc-site .`
-2. `docker run -d --name orc-container -p 4000:4000 orc-site`
+1. `docker run -d --name orc-container -p 4000:4000 apache/orc-dev:site`
 
 ## Browsing
 

Reply via email to