File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments