Skip to content

Commit 140115c

Browse files
committed
Update containers in README
We have Ubuntu 24.04 containters now.
1 parent d6c9f71 commit 140115c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.Rmd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ On Linux you can install rig from a DEB or RPM package, or from a tarball.
171171
#### Supported Linux distributions <a id="id-supported-linux-distributions">
172172

173173
- Debian 10, 11, 12,
174-
- Ubuntu 20.04, 22.04,
174+
- Ubuntu 20.04, 22.04, 24.04
175175
- Fedora Linux 39, 40
176176
- OpenSUSE 15.5,
177177
- SUSE Linux Enterprise 15 SP5,
@@ -363,6 +363,8 @@ Here is a table of all containers:
363363
Name | OS | R version | Tags
364364
------------------------------------------+--------------------+----------------+------------------------------------------------------------------------------------------------
365365
`ghcr.io/r-lib/rig/ubuntu-22.04-multi` | Ubuntu 22.04 | last 6 (daily) | `r`, `rig`, `multi`, `ubuntu-multi`
366+
`ghcr.io/r-lib/rig/ubuntu-24.04-release` | Ubuntu 24.04 | release | `ubuntu-24.04`
367+
`ghcr.io/r-lib/rig/ubuntu-24.04-devel` | Ubuntu 24.04 | devel (daily) |
366368
`ghcr.io/r-lib/rig/ubuntu-22.04-release` | Ubuntu 22.04 | release | `release`, `ubuntu`, `ubuntu-release`, `ubuntu-latest`, `ubuntu-latest-release`, `ubuntu-22.04`
367369
`ghcr.io/r-lib/rig/ubuntu-22.04-devel` | Ubuntu 22.04 | devel (daily) | `devel`, `ubuntu-devel`, `ubuntu-latest-devel`
368370
`ghcr.io/r-lib/rig/ubuntu-20.04-release` | Ubuntu 20.04 | release | `ubuntu-20.04`
@@ -393,6 +395,7 @@ Tag | Image | Description
393395
`ghcr.io/r-lib/rig/ubuntu-22.04` | `ubuntu-22.04-release` | Latest R release on Ubuntu 22.04.
394396
`ghcr.io/r-lib/rig/devel` | `ubuntu-22.04-devel` | R devel.
395397
`ghcr.io/r-lib/rig/ubuntu-devel` | `ubuntu-22.04-devel` | R devel on latest Ubuntu.
398+
`ghcr.io/r-lib/rig/ubuntu-24.04` | `ubuntu-24.04-release` | Latest R release on Ubuntu 24.04.
396399
`ghcr.io/r-lib/rig/ubuntu-20.04` | `ubuntu-20.04-release` | Latest R release on Ubuntu 20.04.
397400
`ghcr.io/r-lib/rig/debian` | `debian-12-release` | Latest R release on latest Debian.
398401
`ghcr.io/r-lib/rig/debian-12` | `debian-12-release` | Latest R release on Debian 12.

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ tarball.
169169
#### Supported Linux distributions <a id="id-supported-linux-distributions">
170170

171171
- Debian 10, 11, 12,
172-
- Ubuntu 20.04, 22.04,
172+
- Ubuntu 20.04, 22.04, 22.04
173173
- Fedora Linux 39, 40
174174
- OpenSUSE 15.5,
175175
- SUSE Linux Enterprise 15 SP5,
@@ -338,6 +338,8 @@ containers:
338338
| Name | OS | R version | Tags |
339339
|-------------------------------------------|--------------------|----------------|-------------------------------------------------------------------------------------------------|
340340
| `ghcr.io/r-lib/rig/ubuntu-22.04-multi` | Ubuntu 22.04 | last 6 (daily) | `r`, `rig`, `multi`, `ubuntu-multi` |
341+
| `ghcr.io/r-lib/rig/ubuntu-24.04-release` | Ubuntu 24.04 | release | `ubuntu-24.04` |
342+
| `ghcr.io/r-lib/rig/ubuntu-24.04-devel` | Ubuntu 24.04 | devel (daily) | |
341343
| `ghcr.io/r-lib/rig/ubuntu-22.04-release` | Ubuntu 22.04 | release | `release`, `ubuntu`, `ubuntu-release`, `ubuntu-latest`, `ubuntu-latest-release`, `ubuntu-22.04` |
342344
| `ghcr.io/r-lib/rig/ubuntu-22.04-devel` | Ubuntu 22.04 | devel (daily) | `devel`, `ubuntu-devel`, `ubuntu-latest-devel` |
343345
| `ghcr.io/r-lib/rig/ubuntu-20.04-release` | Ubuntu 20.04 | release | `ubuntu-20.04` |
@@ -368,6 +370,7 @@ For convenience, we also create these tags:
368370
| `ghcr.io/r-lib/rig/ubuntu-22.04` | `ubuntu-22.04-release` | Latest R release on Ubuntu 22.04. |
369371
| `ghcr.io/r-lib/rig/devel` | `ubuntu-22.04-devel` | R devel. |
370372
| `ghcr.io/r-lib/rig/ubuntu-devel` | `ubuntu-22.04-devel` | R devel on latest Ubuntu. |
373+
| `ghcr.io/r-lib/rig/ubuntu-24.04` | `ubuntu-24.04-release` | Latest R release on Ubuntu 24.04. |
371374
| `ghcr.io/r-lib/rig/ubuntu-20.04` | `ubuntu-20.04-release` | Latest R release on Ubuntu 20.04. |
372375
| `ghcr.io/r-lib/rig/debian` | `debian-12-release` | Latest R release on latest Debian. |
373376
| `ghcr.io/r-lib/rig/debian-12` | `debian-12-release` | Latest R release on Debian 12. |

0 commit comments

Comments
 (0)