You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2022/08/05 03:56:12 UTC

[orc] branch branch-1.7 updated: ORC-1240: Update site README to use `apache/orc-dev` DockerHub image

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

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


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

commit 9473b7f2f413c659c13b4bf1f052fed8e6b67cdd
Author: William Hyun <wi...@apache.org>
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 <wi...@apache.org>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
    (cherry picked from commit aed8084ac12e9018ba3594224e7b15000880f719)
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 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