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

kszucs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new f861e06  ARROW-4828: [Python] manylinux1 docker-compose context should 
be python/manylinux1
f861e06 is described below

commit f861e0660fc3af8593aee5500cb621e79ffc9e69
Author: Uwe L. Korn <uw...@xhochy.com>
AuthorDate: Tue Mar 12 16:39:38 2019 +0100

    ARROW-4828: [Python] manylinux1 docker-compose context should be 
python/manylinux1
    
    Author: Uwe L. Korn <uw...@xhochy.com>
    
    Closes #3864 from xhochy/ARROW-4828 and squashes the following commits:
    
    b4d9c9e1 <Uwe L. Korn> ARROW-4828:  manylinux1 docker-compose context 
should be python/manylinux1
---
 docker-compose.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index 5581061..b740015 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -244,8 +244,8 @@ services:
     #     $ docker-compose run -e PYTHON_VERSION=3.7 python-manylinux1
     image: quay.io/xhochy/arrow_manylinux1_x86_64_base:ARROW-4778
     build:
-      context: .
-      dockerfile: python/manylinux1/Dockerfile-x86_64_base
+      context: python/manylinux1
+      dockerfile: Dockerfile-x86_64_base
     shm_size: 2G
     environment:
       PYARROW_PARALLEL: 3

Reply via email to