https://github.com/krlmlr/rig-rocky8
A Docker image with R release and devel installed via rig, based on Rocky Linux
https://github.com/krlmlr/rig-rocky8
Last synced: 5 months ago
JSON representation
A Docker image with R release and devel installed via rig, based on Rocky Linux
- Host: GitHub
- URL: https://github.com/krlmlr/rig-rocky8
- Owner: krlmlr
- Created: 2024-06-01T09:46:05.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-01T09:50:05.000Z (12 months ago)
- Last Synced: 2024-10-30T17:08:57.018Z (7 months ago)
- Language: Dockerfile
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rig-rocky8
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/krlmlr/rig-rocky8: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/krlmlr/rig-rocky8:main
```