Skip to content

feat(hub): migrate hub container build to UBI10/RHEL10 (RHIDP-14879) - #5250

Merged
openshift-merge-bot[bot] merged 1 commit into
redhat-developer:mainfrom
polasudo:feature/RHIDP-14879
Sep 1, 2026
Merged

feat(hub): migrate hub container build to UBI10/RHEL10 (RHIDP-14879)#5250
openshift-merge-bot[bot] merged 1 commit into
redhat-developer:mainfrom
polasudo:feature/RHIDP-14879

Conversation

@polasudo

@polasudo polasudo commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Migrate Konflux hub builds from UBI9 to UBI10 on main, refresh RPM lockfiles for UBI10 repos, and switch techdocs Python to 3.12.

Description

  • Update build/containerfiles/Containerfile skeleton and runner stages to ubi10/nodejs-24 and ubi10/nodejs-24-minimal
  • Switch techdocs venv/runtime Python from 3.11 to 3.12
  • Regenerate rpms.lock.yaml for UBI10 repos (including codeready-builder)
  • Drop el9-only packages not published on UBI10 CDN: libdb, libsigsegv, pcre, libreport-filesystem, yajl, slirp4netns, python3-chardet, python3-pysocks
  • Drop nodejs:24 module stream (not used on UBI10 nodejs-24 image)

Rebased on latest main (resolves merge conflict with recent UBI9 base image bumps).

Which issue(s) does this PR fix

PR acceptance criteria

  • GitHub Actions are completed and successful
  • Unit Tests are updated and passing
  • E2E Tests are updated and passing (re-trigger after rebase)
  • Documentation is updated if necessary (requirement for new features)
  • Add a screenshot if the change is UX/UI related (N/A)

How to test changes / Special notes to the reviewer

@openshift-ci

openshift-ci Bot commented Aug 13, 2026

Copy link
Copy Markdown

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@codecov

codecov Bot commented Aug 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 59.69%. Comparing base (34444cc) to head (c905663).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5250      +/-   ##
==========================================
- Coverage   63.68%   59.69%   -3.99%     
==========================================
  Files         121      109      -12     
  Lines        2288     2062     -226     
  Branches      503      477      -26     
==========================================
- Hits         1457     1231     -226     
  Misses        830      830              
  Partials        1        1              
Flag Coverage Δ
rhdh 59.69% <ø> (-3.99%) ⬇️
Components Coverage Δ
Backend plugins ∅ <ø> (∅)
Backend app 69.69% <ø> (ø)
Frontend app 58.82% <ø> (ø)
Plugin utils ∅ <ø> (∅)

Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 34444cc...c905663. Read the comment docs.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions

Copy link
Copy Markdown
Contributor

Image was built and published successfully. It is available at:

@polasudo
polasudo force-pushed the feature/RHIDP-14879 branch from e7ab510 to a1f4f0a Compare August 20, 2026 12:32
@polasudo
polasudo marked this pull request as ready for review August 20, 2026 12:33
@openshift-ci
openshift-ci Bot requested review from PatAKnight and kim-tsao August 20, 2026 12:33
@polasudo
polasudo marked this pull request as draft August 20, 2026 12:34
@github-actions

Copy link
Copy Markdown
Contributor

Image was built and published successfully. It is available at:

@polasudo

Copy link
Copy Markdown
Contributor Author

/test e2e-ocp-helm

@polasudo
polasudo force-pushed the feature/RHIDP-14879 branch from a1f4f0a to 6b975eb Compare August 24, 2026 10:35
@github-actions

Copy link
Copy Markdown
Contributor

Image was built and published successfully. It is available at:

@hopehadfield hopehadfield left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This lgtm for when it's ready to merge. Will drop a /lgtm once it's rebased and no longer a draft.

@openshift-ci openshift-ci Bot added the lgtm label Aug 24, 2026
@polasudo
polasudo force-pushed the feature/RHIDP-14879 branch from 6b975eb to 2e14fd3 Compare August 25, 2026 12:23
@polasudo
polasudo marked this pull request as ready for review August 25, 2026 12:24
@polasudo

Copy link
Copy Markdown
Contributor Author

/test e2e-ocp-helm

@github-actions

Copy link
Copy Markdown
Contributor

Image was built and published successfully. It is available at:

@github-actions

Copy link
Copy Markdown
Contributor

Image was built and published successfully. It is available at:

@hopehadfield
hopehadfield force-pushed the feature/RHIDP-14879 branch 2 times, most recently from c6b02e6 to 1343aad Compare September 1, 2026 15:45
Move Konflux hub builds from ubi9/nodejs-24 to ubi10/nodejs-24 (+ minimal
runner), refresh rpms.lock.yaml for UBI10 repos, and switch techdocs Python
to 3.12.

RPM notes for UBI10:
- Enable codeready-builder repos (python3-setuptools-wheel moved there).
- Drop el9-only packages not published on UBI10 CDN: libdb, libsigsegv,
  pcre (keep pcre2), libreport-filesystem, yajl, slirp4netns,
  python3-chardet, python3-pysocks.
- Drop nodejs:24 module stream (not used on UBI10 nodejs-24 image).

Co-authored-by: Cursor <cursoragent@cursor.com>
@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

The container image build workflow finished with status: cancelled.

@sonarqubecloud

sonarqubecloud Bot commented Sep 1, 2026

Copy link
Copy Markdown

@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Image was built and published successfully. It is available at:

@hopehadfield

Copy link
Copy Markdown
Member

/retest

@hopehadfield

Copy link
Copy Markdown
Member

/lgtm

@openshift-ci openshift-ci Bot added the lgtm label Sep 1, 2026
@hopehadfield

Copy link
Copy Markdown
Member

/retest

@openshift-merge-bot
openshift-merge-bot Bot merged commit 1fbff2d into redhat-developer:main Sep 1, 2026
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants