Skip to content

Commit

Permalink
Update containers in README
Browse files Browse the repository at this point in the history
We have Ubuntu 24.04 containters now.
  • Loading branch information
gaborcsardi committed Aug 2, 2024
1 parent d6c9f71 commit 140115c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ On Linux you can install rig from a DEB or RPM package, or from a tarball.
#### Supported Linux distributions <a id="id-supported-linux-distributions">

- Debian 10, 11, 12,
- Ubuntu 20.04, 22.04,
- Ubuntu 20.04, 22.04, 24.04
- Fedora Linux 39, 40
- OpenSUSE 15.5,
- SUSE Linux Enterprise 15 SP5,
Expand Down Expand Up @@ -363,6 +363,8 @@ Here is a table of all containers:
Name | OS | R version | Tags
------------------------------------------+--------------------+----------------+------------------------------------------------------------------------------------------------
`ghcr.io/r-lib/rig/ubuntu-22.04-multi` | Ubuntu 22.04 | last 6 (daily) | `r`, `rig`, `multi`, `ubuntu-multi`
`ghcr.io/r-lib/rig/ubuntu-24.04-release` | Ubuntu 24.04 | release | `ubuntu-24.04`
`ghcr.io/r-lib/rig/ubuntu-24.04-devel` | Ubuntu 24.04 | devel (daily) |
`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`
`ghcr.io/r-lib/rig/ubuntu-22.04-devel` | Ubuntu 22.04 | devel (daily) | `devel`, `ubuntu-devel`, `ubuntu-latest-devel`
`ghcr.io/r-lib/rig/ubuntu-20.04-release` | Ubuntu 20.04 | release | `ubuntu-20.04`
Expand Down Expand Up @@ -393,6 +395,7 @@ Tag | Image | Description
`ghcr.io/r-lib/rig/ubuntu-22.04` | `ubuntu-22.04-release` | Latest R release on Ubuntu 22.04.
`ghcr.io/r-lib/rig/devel` | `ubuntu-22.04-devel` | R devel.
`ghcr.io/r-lib/rig/ubuntu-devel` | `ubuntu-22.04-devel` | R devel on latest Ubuntu.
`ghcr.io/r-lib/rig/ubuntu-24.04` | `ubuntu-24.04-release` | Latest R release on Ubuntu 24.04.
`ghcr.io/r-lib/rig/ubuntu-20.04` | `ubuntu-20.04-release` | Latest R release on Ubuntu 20.04.
`ghcr.io/r-lib/rig/debian` | `debian-12-release` | Latest R release on latest Debian.
`ghcr.io/r-lib/rig/debian-12` | `debian-12-release` | Latest R release on Debian 12.
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ tarball.
#### Supported Linux distributions <a id="id-supported-linux-distributions">

- Debian 10, 11, 12,
- Ubuntu 20.04, 22.04,
- Ubuntu 20.04, 22.04, 22.04
- Fedora Linux 39, 40
- OpenSUSE 15.5,
- SUSE Linux Enterprise 15 SP5,
Expand Down Expand Up @@ -338,6 +338,8 @@ containers:
| Name | OS | R version | Tags |
|-------------------------------------------|--------------------|----------------|-------------------------------------------------------------------------------------------------|
| `ghcr.io/r-lib/rig/ubuntu-22.04-multi` | Ubuntu 22.04 | last 6 (daily) | `r`, `rig`, `multi`, `ubuntu-multi` |
| `ghcr.io/r-lib/rig/ubuntu-24.04-release` | Ubuntu 24.04 | release | `ubuntu-24.04` |
| `ghcr.io/r-lib/rig/ubuntu-24.04-devel` | Ubuntu 24.04 | devel (daily) | |
| `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` |
| `ghcr.io/r-lib/rig/ubuntu-22.04-devel` | Ubuntu 22.04 | devel (daily) | `devel`, `ubuntu-devel`, `ubuntu-latest-devel` |
| `ghcr.io/r-lib/rig/ubuntu-20.04-release` | Ubuntu 20.04 | release | `ubuntu-20.04` |
Expand Down Expand Up @@ -368,6 +370,7 @@ For convenience, we also create these tags:
| `ghcr.io/r-lib/rig/ubuntu-22.04` | `ubuntu-22.04-release` | Latest R release on Ubuntu 22.04. |
| `ghcr.io/r-lib/rig/devel` | `ubuntu-22.04-devel` | R devel. |
| `ghcr.io/r-lib/rig/ubuntu-devel` | `ubuntu-22.04-devel` | R devel on latest Ubuntu. |
| `ghcr.io/r-lib/rig/ubuntu-24.04` | `ubuntu-24.04-release` | Latest R release on Ubuntu 24.04. |
| `ghcr.io/r-lib/rig/ubuntu-20.04` | `ubuntu-20.04-release` | Latest R release on Ubuntu 20.04. |
| `ghcr.io/r-lib/rig/debian` | `debian-12-release` | Latest R release on latest Debian. |
| `ghcr.io/r-lib/rig/debian-12` | `debian-12-release` | Latest R release on Debian 12. |
Expand Down

0 comments on commit 140115c

Please sign in to comment.