https://github.com/cynkra/rig-ubuntu
A Docker image with R release and devel installed via rig, based on Ubuntu
https://github.com/cynkra/rig-ubuntu
Last synced: 3 months ago
JSON representation
A Docker image with R release and devel installed via rig, based on Ubuntu
- Host: GitHub
- URL: https://github.com/cynkra/rig-ubuntu
- Owner: cynkra
- Created: 2023-06-19T11:09:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-29T03:37:53.000Z (almost 2 years ago)
- Last Synced: 2025-06-30T04:14:15.564Z (3 months ago)
- Language: Dockerfile
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rig-ubuntu
A Docker image with R release and devel installed via [rig](https://github.com/r-lib/rig/), built daily at midnight UTC.
## Usage
```sh
docker run --rm -ti --platform linux/amd64 -v $(pwd):/root/workspace ghcr.io/cynkra/rig-ubuntu:main
```This mounts the current working directory at `~/workspace`, which is also initial starting directory of the image.
## In a Dockerfile
```dockerfile
FROM ghcr.io/cynkra/rig-ubuntu:main
```