Skip to content

Commit 201e6b7

Browse files
committed
Add Centos 10 Stream
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
1 parent b896c8e commit 201e6b7

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Added Centos 10 Stream image to the CI/CD pipeline -- by :user:`Jakuje`.

0 commit comments

Comments
 (0)