Skip to content

Commit bed0bb5

Browse files
committed
ART-21453: Fix OKD build for haproxy-router-haproxy32 by pinning to CentOS Stream 9 base
Without okd.from.stream: centos_stream9, the OKD build inherits a CentOS Stream 10 base through openshift-enterprise-base-rhel9's OKD override (okd.distgit.branch: rhaos-5.0-rhel-10). The haproxy32 RPM from rhel-9-server-ose-rpms is an el9 package that requires libpcre.so.1 (PCRE1), which was removed in CentOS/RHEL 10. Mirrors the fix applied to ose-haproxy-router-haproxy28 (openshift-eng#11759) and the pattern used by ose-haproxy-router-base. Co-authored-by: Cursor <cursoragent@cursor.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
1 parent 828b632 commit bed0bb5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

images/ose-haproxy-router-haproxy32.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,7 @@ konflux:
3131
okd:
3232
distgit:
3333
branch: rhaos-5.0-rhel-9
34+
from:
35+
stream: centos_stream9
3436
enabled_repos:
3537
- rhel-9-server-ose-rpms

0 commit comments

Comments
 (0)