Skip to content

Commit

Permalink
Add CentOS version to the manylinux image names [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Nov 6, 2019
1 parent 1ec30ed commit 4ab2b79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -415,12 +415,12 @@ services:
########################## Python Wheels ####################################

centos-python-manylinux1:
image: ${ORG}/amd64-centos-python-manylinux1:latest
image: ${ORG}/amd64-centos-5.11-python-manylinux1:latest
build:
context: python/manylinux1
dockerfile: Dockerfile-x86_64_base
cache_from:
- ${ORG}/amd64-centos-python-manylinux1:latest
- ${ORG}/amd64-centos-5.11-python-manylinux1:latest
shm_size: *shm-size
environment:
PYARROW_PARALLEL: 3
Expand All @@ -432,12 +432,12 @@ services:
command: &manylinux-command /io/build_arrow.sh

centos-python-manylinux2010:
image: ${ORG}/amd64-centos-python-manylinux2010:latest
image: ${ORG}/amd64-centos-6.10-python-manylinux2010:latest
build:
context: python/manylinux2010
dockerfile: Dockerfile-x86_64_base
cache_from:
- ${ORG}/amd64-centos-python-manylinux2010:latest
- ${ORG}/amd64-centos-6.10-python-manylinux2010:latest
shm_size: *shm-size
environment:
PYARROW_PARALLEL: 3
Expand Down

0 comments on commit 4ab2b79

Please sign in to comment.