-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fedora 35 on top of Python 3.10 #231
Comments
I think this might be a good opportunity to show different advises, based on latest -> f35-py310 or security -> ubi8-py39 wdyt? /priority important-soon |
It looks like the container image is now stable. We could install |
It is wrong: >>> from thoth.common import OpenShift
>>> OpenShift.parse_python_solver_name("solver-fedora-35-py310")
{'os_name': 'fedora', 'os_version': '35', 'python_version': '3.1.0'} |
/sig stack-guidance |
/assign |
/lifecycle active |
Can we close this issue, or is there more that needs to be done here? |
It might be a good idea to generate prescriptions for packages packaged as RPMs in Fedora 35 (also might be worth to document this). See thoth-station/thoth-application#1803 (comment) and this issue should state code on how to do that thoth-station/adviser#1961 (might require changes to conform to the current prescriptions structure and thoth-station/prescriptions#59). BTW it sounds like we could turn on ingestion in stage env? |
Tracking that in thoth-station/thoth-application#2479 |
This seems to be done. |
Is your feature request related to a problem? Please describe.
See sclorg/s2i-python-container#486 - we could plug solver-fedora-35-py310 and start ingestion.
The text was updated successfully, but these errors were encountered: