Uh oh!
There was an error while loading. Please reload this page.
MINOR: [R][CI] Use docker.io/library/r-base instead of docker.io/rocker/r-base - #14607
Conversation
Signed-off-by: SHIMA Tatsuya <ts1s1andn@gmail.com>
raulcd
commented
Nov 9, 2022
@assignUser@nealrichardson you might want to take a look on this one |
assignUser
commented
Nov 9, 2022
It is maintained by the rocker community so they are probably updated pretty much at the same time. But the library/r-base image is a multich arch image which is actually a reason to switch. We would not be taking advantage of it immediatly but it should make it easier to test R stuff on different architectures. |
assignUser
commented
Nov 9, 2022
@github-actions crossbow submit test-r-library-* test-r-minimal |
Revision: 0bbdc3d Submitted crossbow builds: ursacomputing/crossbow @ actions-11872cebf2
|
thisisnic
commented
Nov 16, 2022
@assignUser Will this PR fix the problem alluded to here or do we still need to do something else? |
kou
commented
Nov 16, 2022
This is not related to #14654 (comment) because this doesn't change |
eitsupi
commented
Dec 6, 2022
@assignUser@kou Can you merge this? This is a really minor change. |
eitsupi
commented
Dec 6, 2022
Thanks! |
ursabot
commented
Dec 7, 2022
Benchmark runs are scheduled for baseline = 069a45f and contender = 9b0f3d7. 9b0f3d7 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
ursabot
commented
Dec 7, 2022
['Python', 'R'] benchmarks have high level of regressions. |

Unless there is a special reason, it is better to use
docker.io/library/r-base, Docker Official Images.It is built from the same source, but
docker.io/library/r-baseis always up-to-date because it is built automatically.