From daa1257fcfb20b74359942e577ed9f4fae9e3491 Mon Sep 17 00:00:00 2001 From: Sebastian Achilles Date: Fri, 8 May 2026 20:41:36 +0200 Subject: [PATCH 1/3] update rocklinux 9.5 to 9.7 --- .github/workflows/build-publish-containers.yml | 2 +- README.md | 2 +- {rockylinux-9.5 => rockylinux-9.7}/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename {rockylinux-9.5 => rockylinux-9.7}/Dockerfile (96%) diff --git a/.github/workflows/build-publish-containers.yml b/.github/workflows/build-publish-containers.yml index f23d938..aa97260 100644 --- a/.github/workflows/build-publish-containers.yml +++ b/.github/workflows/build-publish-containers.yml @@ -17,7 +17,7 @@ jobs: - fedora-41 - opensuse-15.6 - rockylinux-8.10 - - rockylinux-9.5 + - rockylinux-9.7 - rockylinux-10.1 - almalinux-8.10 - almalinux-9.5 diff --git a/README.md b/README.md index d1c2131..93944bd 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Containers for testing EasyBuild, built automatically for `x86_64` and `aarch64` * `fedora-41`: [recipe](https://github.com/easybuilders/easybuild-containers/blob/main/fedora-41/Dockerfile), [image @ ghcr.io](https://github.com/easybuilders/easybuild-containers/pkgs/container/fedora-41) * `opensuse-15.6`: [recipe](https://github.com/easybuilders/easybuild-containers/blob/main/opensuse-15.6/Dockerfile), [image @ ghcr.io](https://github.com/easybuilders/easybuild-containers/pkgs/container/opensuse-15.6) * `rockylinux-8.10`: [recipe](https://github.com/easybuilders/easybuild-containers/blob/main/rockylinux-8.10/Dockerfile), [image @ ghcr.io](https://github.com/easybuilders/easybuild-containers/pkgs/container/rockylinux-8.10) -* `rockylinux-9.5`: [recipe](https://github.com/easybuilders/easybuild-containers/blob/main/rockylinux-9.5/Dockerfile), [image @ ghcr.io](https://github.com/easybuilders/easybuild-containers/pkgs/container/rockylinux-9.5) +* `rockylinux-9.7`: [recipe](https://github.com/easybuilders/easybuild-containers/blob/main/rockylinux-9.7/Dockerfile), [image @ ghcr.io](https://github.com/easybuilders/easybuild-containers/pkgs/container/rockylinux-9.7) * `rockylinux-10.1`: [recipe](https://github.com/easybuilders/easybuild-containers/blob/main/rockylinux-10.1/Dockerfile), [image @ ghcr.io](https://github.com/easybuilders/easybuild-containers/pkgs/container/rockylinux-10.1) * `ubuntu-20.04`: [recipe](https://github.com/easybuilders/easybuild-containers/blob/main/ubuntu-20.04/Dockerfile), [image @ ghcr.io](https://github.com/easybuilders/easybuild-containers/pkgs/container/ubuntu-20.04) * `ubuntu-20.04-python2`: [recipe](https://github.com/easybuilders/easybuild-containers/blob/main/ubuntu-20.04-python2/Dockerfile), [image @ ghcr.io](https://github.com/easybuilders/easybuild-containers/pkgs/container/ubuntu-20.04-python2) diff --git a/rockylinux-9.5/Dockerfile b/rockylinux-9.7/Dockerfile similarity index 96% rename from rockylinux-9.5/Dockerfile rename to rockylinux-9.7/Dockerfile index 3f8757e..b0a4171 100644 --- a/rockylinux-9.5/Dockerfile +++ b/rockylinux-9.7/Dockerfile @@ -1,4 +1,4 @@ -FROM rockylinux/rockylinux:9.5 +FROM rockylinux/rockylinux:9.7 RUN useradd -ms /bin/bash easybuild RUN dnf -y update \ # enable crb repository From ce0e8788f90236fa5ee61756945ca683e7c51c64 Mon Sep 17 00:00:00 2001 From: Sebastian Achilles Date: Fri, 8 May 2026 20:44:42 +0200 Subject: [PATCH 2/3] update almalinux 9.5 to 9.7 --- .github/workflows/build-publish-containers.yml | 2 +- README.md | 2 +- {almalinux-9.5 => almalinux-9.7}/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename {almalinux-9.5 => almalinux-9.7}/Dockerfile (97%) diff --git a/.github/workflows/build-publish-containers.yml b/.github/workflows/build-publish-containers.yml index aa97260..4eec1c4 100644 --- a/.github/workflows/build-publish-containers.yml +++ b/.github/workflows/build-publish-containers.yml @@ -20,7 +20,7 @@ jobs: - rockylinux-9.7 - rockylinux-10.1 - almalinux-8.10 - - almalinux-9.5 + - almalinux-9.7 - ubuntu-20.04 - ubuntu-20.04-python2 - ubuntu-22.04 diff --git a/README.md b/README.md index 93944bd..1dfa37a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Containers for testing EasyBuild, built automatically for `x86_64` and `aarch64` * `almalinux-8.10`: [recipe](https://github.com/easybuilders/easybuild-containers/blob/main/almalinux-8.10/Dockerfile), [image @ ghcr.io](https://github.com/easybuilders/easybuild-containers/pkgs/container/almalinux-8.10) -* `almalinux-9.5`: [recipe](https://github.com/easybuilders/easybuild-containers/blob/main/almalinux-9.5/Dockerfile), [image @ ghcr.io](https://github.com/easybuilders/easybuild-containers/pkgs/container/almalinux-9.5) +* `almalinux-9.7`: [recipe](https://github.com/easybuilders/easybuild-containers/blob/main/almalinux-9.7/Dockerfile), [image @ ghcr.io](https://github.com/easybuilders/easybuild-containers/pkgs/container/almalinux-9.7) * `centos-7.9`: [recipe](https://github.com/easybuilders/easybuild-containers/blob/main/centos-7.9/Dockerfile), [image @ ghcr.io](https://github.com/easybuilders/easybuild-containers/pkgs/container/centos-7.9) * `centos-7.9-python3`: [recipe](https://github.com/easybuilders/easybuild-containers/blob/main/centos-7.9-python3/Dockerfile), [image @ ghcr.io](https://github.com/easybuilders/easybuild-containers/pkgs/container/centos-7.9-python3) * `centos-8.5`: [recipe](https://github.com/easybuilders/easybuild-containers/blob/main/centos-8.5/Dockerfile), [image @ ghcr.io](https://github.com/easybuilders/easybuild-containers/pkgs/container/centos-8.5) diff --git a/almalinux-9.5/Dockerfile b/almalinux-9.7/Dockerfile similarity index 97% rename from almalinux-9.5/Dockerfile rename to almalinux-9.7/Dockerfile index 0d5e8e2..472e129 100644 --- a/almalinux-9.5/Dockerfile +++ b/almalinux-9.7/Dockerfile @@ -1,4 +1,4 @@ -FROM almalinux:9.5 +FROM almalinux:9.7 RUN useradd -ms /bin/bash easybuild RUN dnf -y update \ # enable crb repository From b511327e14597955b2e3bef1d1024faa8e96f28d Mon Sep 17 00:00:00 2001 From: Sebastian Achilles Date: Sat, 9 May 2026 15:27:28 +0200 Subject: [PATCH 3/3] use ubi container for rockylinux 9.7 --- rockylinux-9.7/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rockylinux-9.7/Dockerfile b/rockylinux-9.7/Dockerfile index b0a4171..6622f69 100644 --- a/rockylinux-9.7/Dockerfile +++ b/rockylinux-9.7/Dockerfile @@ -1,4 +1,4 @@ -FROM rockylinux/rockylinux:9.7 +FROM rockylinux/rockylinux:9.7-ubi RUN useradd -ms /bin/bash easybuild RUN dnf -y update \ # enable crb repository