Commit b0e1be0
committed
Fix OKD build for haproxy-router-haproxy28 by pinning to CentOS Stream 9 base
The OKD build was failing because the image inherited an RHEL 10 (CentOS
Stream 10) base through openshift-enterprise-base-rhel9's OKD override
(okd.distgit.branch: rhaos-5.0-rhel-10). The haproxy28 RPM from
rhel-9-server-ose-rpms is an el9 package that requires libpcre.so.1
(PCRE1), which was removed in RHEL/CentOS 10.
Add okd.from.stream: centos_stream9 to match the pattern used by
ose-haproxy-router-base and openshift-enterprise-haproxy-router, which
successfully build for OKD using a CentOS Stream 9 base.
Fixes: origin/scos-5.0:haproxy-router-haproxy28 missing from OKD imagestream
Co-authored-by: Cursor <cursoragent@cursor.com>
rh-pre-commit.version: 2.3.2
rh-pre-commit.check-secrets: ENABLED1 parent 094a828 commit b0e1be0
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
0 commit comments