A simple r-base container currently does not work:
This is because which is missing from the container. When comparing current build URLs with older ones, I saw that the base image changed. So I compared the base images:
The new base image does not contain which. This leads to r-base not working as expected. This probably means that currently no R image built with seqera containers works. Workarounds could be adding which as a conda package to the image, or overriding the base image via wave CLI.
Long-term solution would be either reverting the default base image to the old one, or installing which like currently procps is handled.

