You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2019/03/15 17:22:22 UTC

[arrow] branch master updated: [Python] Switch manylinux1 image back to latest (#3924)

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

wesm 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 3e880cb  [Python] Switch manylinux1 image back to latest (#3924)
3e880cb is described below

commit 3e880cb340d8c5b5687913463f4f0252e3a0d101
Author: Uwe L. Korn <xh...@users.noreply.github.com>
AuthorDate: Fri Mar 15 18:22:15 2019 +0100

    [Python] Switch manylinux1 image back to latest (#3924)
---
 docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index 86dfba5..e7ed56c 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -318,7 +318,7 @@ services:
     #     $ docker-compose pull python-manylinux1
     #   an then run:
     #     $ docker-compose run -e PYTHON_VERSION=3.7 python-manylinux1
-    image: quay.io/xhochy/arrow_manylinux1_x86_64_base:build-on-fedora
+    image: quay.io/xhochy/arrow_manylinux1_x86_64_base:latest
     build:
       context: python/manylinux1
       dockerfile: Dockerfile-x86_64_base