Skip to content

Commit 256b9d8

Browse files
committed
Add recent Fedora and UBI images
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
1 parent 17689ea commit 256b9d8

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -913,6 +913,9 @@ jobs:
913913
- tag: fedora:40
914914
- tag: fedora:41
915915
- tag: fedora:42
916+
- tag: fedora:43
917+
- tag: fedora:44
918+
- tag: fedora:45
916919
- tag: ubi9/ubi:9.0.0
917920
registry: registry.access.redhat.com
918921
- tag: ubi9/ubi:9.1
@@ -923,6 +926,20 @@ jobs:
923926
registry: registry.access.redhat.com
924927
- tag: ubi9/ubi:9.4
925928
registry: registry.access.redhat.com
929+
- tag: ubi9/ubi:9.5
930+
registry: registry.access.redhat.com
931+
- tag: ubi9/ubi:9.6
932+
registry: registry.access.redhat.com
933+
- tag: ubi9/ubi:9.7
934+
registry: registry.access.redhat.com
935+
- tag: ubi9/ubi:9.8
936+
registry: registry.access.redhat.com
937+
- tag: ubi10/ubi:10.0
938+
registry: registry.access.redhat.com
939+
- tag: ubi10/ubi:10.1
940+
registry: registry.access.redhat.com
941+
- tag: ubi10/ubi:10.2
942+
registry: registry.access.redhat.com
926943

927944
runs-on: ubuntu-latest
928945

@@ -951,6 +968,11 @@ jobs:
951968
dist_tag=$(rpm --eval '%{?dist}')
952969
echo "dist-tag=${dist_tag}" >> "${GITHUB_OUTPUT}"
953970
971+
- name: Install epel for ubi10
972+
if: contains(matrix.target-container.tag, 'ubi10')
973+
run: >-
974+
dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-10.noarch.rpm
975+
954976
- name: Install build tooling
955977
run: >-
956978
dnf install

0 commit comments

Comments
 (0)