A Docker image with R release and devel installed via rig, built daily at midnight UTC.
docker run --rm -ti --platform linux/amd64 -v $(pwd):/root/workspace ghcr.io/krlmlr/rig-rocky8:mainThis mounts the current working directory at ~/workspace, which is also initial starting directory of the image.
FROM ghcr.io/krlmlr/rig-rocky8:main