[Skiboot] [PATCH 1/2] opal-ci: Drop fedora40, add fedora42
Reza Arbab
arbab at linux.ibm.com
Thu Jun 12 01:03:28 AEST 2025
Fedora 40 has reached end-of-life. Remove it and add Fedora 42.
Signed-off-by: Reza Arbab <arbab at linux.ibm.com>
---
.github/workflows/docker-builds-checks.yml | 2 +-
opal-ci/Dockerfile-docs | 2 +-
opal-ci/{Dockerfile-fedora40 => Dockerfile-fedora42} | 2 +-
opal-ci/{build-fedora40.sh => build-fedora42.sh} | 0
4 files changed, 3 insertions(+), 3 deletions(-)
rename opal-ci/{Dockerfile-fedora40 => Dockerfile-fedora42} (94%)
rename opal-ci/{build-fedora40.sh => build-fedora42.sh} (100%)
diff --git a/.github/workflows/docker-builds-checks.yml b/.github/workflows/docker-builds-checks.yml
index e80f27b2b618..3a26df158f61 100644
--- a/.github/workflows/docker-builds-checks.yml
+++ b/.github/workflows/docker-builds-checks.yml
@@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
- os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-rolling, fedora40, fedora41, fedora-rawhide, docs ]
+ os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-rolling, fedora41, fedora42, fedora-rawhide, docs ]
steps:
- uses: actions/checkout at v4
diff --git a/opal-ci/Dockerfile-docs b/opal-ci/Dockerfile-docs
index 90ccf0965505..e6a1ba5dc1cf 120000
--- a/opal-ci/Dockerfile-docs
+++ b/opal-ci/Dockerfile-docs
@@ -1 +1 @@
-Dockerfile-fedora40
\ No newline at end of file
+Dockerfile-fedora41
\ No newline at end of file
diff --git a/opal-ci/Dockerfile-fedora40 b/opal-ci/Dockerfile-fedora42
similarity index 94%
rename from opal-ci/Dockerfile-fedora40
rename to opal-ci/Dockerfile-fedora42
index efd43a7dba20..9c4e581ba13d 100644
--- a/opal-ci/Dockerfile-fedora40
+++ b/opal-ci/Dockerfile-fedora42
@@ -1,4 +1,4 @@
-FROM registry.fedoraproject.org/fedora:40
+FROM registry.fedoraproject.org/fedora:42
RUN dnf -y update
RUN dnf -y install --allowerasing wget curl xterm gcc git xz make diffutils findutils expect valgrind valgrind-devel ccache dtc openssl openssl-devel gcc-powerpc64-linux-gnu mbedtls-devel which qemu-system-ppc
# for building documentation and the coverage report
diff --git a/opal-ci/build-fedora40.sh b/opal-ci/build-fedora42.sh
similarity index 100%
rename from opal-ci/build-fedora40.sh
rename to opal-ci/build-fedora42.sh
--
2.43.5
More information about the Skiboot
mailing list