Antoine Pitrou created ARROW-5522:
-------------------------------------
Summary: [Packaging] Comments out of date in
python/manylinux1/build_arrow.sh
Key: ARROW-5522
URL: https://issues.apache.org/jira/browse/ARROW-5522
Project: Apache Arrow
Issue Type: Bug
Components: Packaging, Python
Reporter: Antoine Pitrou
The script has this comment:
{code:java}
# Usage:
# docker run --rm -v $PWD:/io arrow-base-x86_64 /io/build_arrow.sh
{code}
However, I get:
{code}
Unable to find image 'arrow-base-x86_64:latest' locally
docker: Error response from daemon: pull access denied for arrow-base-x86_64,
repository does not exist or may require 'docker login'.
See 'docker run --help'.
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)