{{ message }}
Fix latest tag referencing non-existent 3.12-ubi8 - #837
Open
aroyoredhat wants to merge 1 commit into
Open
aroyoredhat wants to merge 1 commit into
aroyoredhat wants to merge 1 commit into
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>
Member
|
While moving to ubi9 (or even ubi10) for latest makes sense, I don't think that the 3.12-ubi8 being missing is actually expected -- @frenzymadness @phracek do you agree that 3.12-ubi8 should still exist? Maybe we should fix that problem first, only then looking at what latest references. |
Member
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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