Fix latest tag referencing non-existent 3.12-ubi8 - #837
Conversation
The `latest` ImageStreamTag in python-rhel.json and python-rhel-aarch64.json references `3.12-ubi8`, which no longer exists in the imagestream definition. Update it to point to `3.12-ubi9` which is the current highest non-minimal Python 3.12 tag available. Also update the description from "UBI 8" to "UBI 9" to match, and fix the corresponding entries in imagestreams.yaml. Co-authored-by: Cursor <cursoragent@cursor.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThe standard and AArch64 Python RHEL ImageStreams now use Python 3.12 on UBI 9 for their ChangesPython RHEL ImageStream Update
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This localized configuration update makes the latest Python image tag point to the available UBI 9 release and keeps the associated descriptions consistent; no actionable merge-blocking risk remains beyond normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
The
latestImageStreamTag inpython-rhel.jsonandpython-rhel-aarch64.jsoncurrently references3.12-ubi8, which does not exist as a defined tag in those files. This was likely left behind when3.12-ubi8was removed.This PR updates the
latesttag to point to3.12-ubi9(the highest non-minimal Python 3.12 tag available) and updates the description from "UBI 8" to "UBI 9" to match. The corresponding entries inimagestreams.yamlare also fixed.Files changed:
imagestreams/python-rhel.json—latest.from.name:3.12-ubi8→3.12-ubi9, description updatedimagestreams/python-rhel-aarch64.json— same fiximagestreams/imagestreams.yaml—latestfield updated for both rhel and rhel-aarch64 entriesRelated:
latestreference to the now-removed3.12-ubi8)Made with Cursor
Summary by CodeRabbit