kou commented on code in PR #45509:
URL: https://github.com/apache/arrow/pull/45509#discussion_r1955428552
##########
docker-compose.yml:
##########
@@ -1601,19 +1601,19 @@ services:
/bin/bash -c "/arrow/ci/scripts/r_test.sh /arrow"
ubuntu-r-sanitizer:
- # Only 20.04 and amd64 supported
+ # Only 22.04 and amd64 supported
# Usage:
# docker compose build ubuntu-r-sanitizer
# docker compose run ubuntu-r-sanitizer
- image: ${REPO}:amd64-ubuntu-20.04-r-sanitizer
+ image: ${REPO}:amd64-ubuntu-22.04-r-sanitizer
Review Comment:
I also removed Ubuntu version in comment because we don't need the
information here. (We can't customize it by environment variable like other
service such as `UBUNTU=24.04 archery docker run ubuntu-cpp`.)
--
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]