Copilot commented on code in PR #51258:
URL: https://github.com/apache/arrow/pull/51258#discussion_r3966551107
##########
ci/docker/conda-cpp.dockerfile:
##########
@@ -28,6 +28,7 @@ RUN /arrow/ci/scripts/install_minio.sh latest /opt/conda
COPY ci/conda_env_cpp.txt \
ci/conda_env_gandiva.txt \
/arrow/ci/
+RUN echo "Force rebuild"
Review Comment:
`RUN echo "Force rebuild"` leaves an unexplained, permanent cache-bust layer
in the image. If the goal is to invalidate the build cache once (or on-demand
later), make it an explicit build arg so future rebuilds don't require editing
the Dockerfile and the intent is self-documenting.
--
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]