File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -954,6 +954,8 @@ jobs:
954954 registry : registry.access.redhat.com
955955 - tag : ubi9/ubi:9.7
956956 registry : registry.access.redhat.com
957+ - tag : centos/centos:stream10
958+ registry : quay.io
957959
958960 runs-on : ubuntu-latest
959961
@@ -989,6 +991,13 @@ jobs:
989991 dist_tag=$(rpm --eval '%{?dist}')
990992 echo "dist-tag=${dist_tag}" >> "${GITHUB_OUTPUT}"
991993
994+ - name : Install epel and enable CRB repository for centos
995+ if : contains(matrix.target-container.tag, 'centos')
996+ run : >-
997+ dnf config-manager --set-enabled crb &&
998+ dnf install -y
999+ https://dl.fedoraproject.org/pub/epel/epel-release-latest-10.noarch.rpm
1000+
9921001 - name : Install build tooling
9931002 run : >-
9941003 dnf install
Original file line number Diff line number Diff line change 1+ Added Centos 10 Stream image to the CI/CD pipeline -- by :user: `Jakuje `.
You can’t perform that action at this time.
0 commit comments