Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EOL for OpenSUSE 15.5, Debian 10, Fedora 39 #208

Merged
merged 1 commit into from
Mar 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
IMAGE ?= rstudio/r-system-requirements
VARIANTS ?= focal jammy noble buster bullseye bookworm sid centos7 centos8 rockylinux8 rockylinux9 opensuse155 opensuse156 fedora39 fedora40 fedora41 alpine-3.18 alpine-3.19 alpine-3.20 alpine-3.21 alpine-edge
VARIANTS ?= focal jammy noble bullseye bookworm sid centos7 centos8 rockylinux8 rockylinux9 opensuse156 fedora40 fedora41 alpine-3.18 alpine-3.19 alpine-3.20 alpine-3.21 alpine-edge

RULES ?= rules/*.json

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ The rules in this catalog support the following operating systems:
- CentOS 7
- Rocky Linux 8[^1], 9
- Red Hat Enterprise Linux 7, 8, 9
- openSUSE 15.5, 15.6
- SUSE Linux Enterprise 15 SP5, 15 SP6
- Debian 10, 11, 12, unstable
- Fedora 39, 40, 41
- openSUSE 15.6
- SUSE Linux Enterprise 15 SP6
- Debian 11, 12, unstable
- Fedora 40, 41
- Windows (for R 4.0+ only)

[^1]: Rocky Linux 8 is specified as `centos8` for backward compatibility.
Expand Down
8 changes: 0 additions & 8 deletions docker/buster/Dockerfile

This file was deleted.

8 changes: 0 additions & 8 deletions docker/fedora39/Dockerfile

This file was deleted.

8 changes: 0 additions & 8 deletions docker/opensuse155/Dockerfile

This file was deleted.

8 changes: 0 additions & 8 deletions test/test-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ declare -A os_identifiers=(
[focal]='ubuntu'
[jammy]='ubuntu'
[noble]='ubuntu'
[buster]='debian'
[bullseye]='debian'
[bookworm]='debian'
[sid]='debian'
Expand All @@ -19,11 +18,8 @@ declare -A os_identifiers=(
[rhel7]='redhat'
[rhel8]='redhat'
[rhel9]='redhat'
[opensuse155]='opensuse'
[opensuse156]='opensuse'
[sle155]='sle'
[sle156]='sle'
[fedora39]='fedora'
[fedora40]='fedora'
[fedora41]='fedora'
[alpine-3.18]='alpine'
Expand All @@ -37,7 +33,6 @@ declare -A versions=(
[focal]='20.04'
[jammy]='22.04'
[noble]='24.04'
[buster]='10'
[bullseye]='11'
[bookworm]='12'
[sid]='unstable'
Expand All @@ -48,11 +43,8 @@ declare -A versions=(
[rhel7]='7'
[rhel8]='8'
[rhel9]='9'
[opensuse155]='15.5'
[opensuse156]='15.6'
[sle155]='15.5'
[sle156]='15.6'
[fedora39]='39'
[fedora40]='40'
[fedora41]='41'
[alpine-3.18]='3.18'
Expand Down