kszucs commented on pull request #11499: URL: https://github.com/apache/arrow/pull/11499#issuecomment-948560521
Updating the windows docker images with the following commands: ```bash REPO=ghcr.io/ursacomputing/arrow PYTHON=3.10 archery docker build --using-docker-cli python-wheel-windows-vs2017 REPO=ghcr.io/ursacomputing/arrow PYTHON=3.9 archery docker build --using-docker-cli python-wheel-windows-vs2017 REPO=ghcr.io/ursacomputing/arrow PYTHON=3.8 archery docker build --using-docker-cli python-wheel-windows-vs2017 REPO=ghcr.io/ursacomputing/arrow PYTHON=3.7 archery docker build --using-docker-cli python-wheel-windows-vs2017 REPO=ghcr.io/ursacomputing/arrow PYTHON=3.6 archery docker build --using-docker-cli python-wheel-windows-vs2017 REPO=ghcr.io/ursacomputing/arrow PYTHON=3.10 archery docker push python-wheel-windows-vs2017 REPO=ghcr.io/ursacomputing/arrow PYTHON=3.9 archery docker push python-wheel-windows-vs2017 REPO=ghcr.io/ursacomputing/arrow PYTHON=3.8 archery docker push python-wheel-windows-vs2017 REPO=ghcr.io/ursacomputing/arrow PYTHON=3.7 archery docker push python-wheel-windows-vs2017 REPO=ghcr.io/ursacomputing/arrow PYTHON=3.6 archery docker push python-wheel-windows-vs2017 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
