kou commented on code in PR #39879:
URL: https://github.com/apache/arrow/pull/39879#discussion_r1496520711
##########
docker-compose.yml:
##########
@@ -1200,7 +1200,17 @@ services:
# Only a single rule is enabled for now to check undocumented arguments.
# We should extend the list of enabled rules after adding this build to
# the CI pipeline.
- image: ${REPO}:${ARCH}-conda-python-${PYTHON}-pandas-${PANDAS}
+ image: ${REPO}:${ARCH}-conda-python-${PYTHON}-docs
+ build:
+ context: .
+ dockerfile: ci/docker/conda-python-docs.dockerfile
+ cache_from:
+ - ${REPO}:${ARCH}-conda-python-${PYTHON}-docs
+ args:
+ repo: ${REPO}
+ arch: ${ARCH}
+ python: ${PYTHON}
+ pandas: ${PANDAS}
Review Comment:
```suggestion
repo: ${REPO}
arch: ${ARCH}
python: ${PYTHON}
pandas: ${PANDAS}
```
##########
docker-compose.yml:
##########
@@ -1200,7 +1200,17 @@ services:
# Only a single rule is enabled for now to check undocumented arguments.
# We should extend the list of enabled rules after adding this build to
# the CI pipeline.
- image: ${REPO}:${ARCH}-conda-python-${PYTHON}-pandas-${PANDAS}
+ image: ${REPO}:${ARCH}-conda-python-${PYTHON}-docs
+ build:
+ context: .
+ dockerfile: ci/docker/conda-python-docs.dockerfile
+ cache_from:
+ - ${REPO}:${ARCH}-conda-python-${PYTHON}-docs
Review Comment:
```suggestion
- ${REPO}:${ARCH}-conda-python-${PYTHON}-docs
```
--
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]