-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Record the Fedora CoreOS update stream with the VM #12089
Comments
The main confusion with podman 3.3.1* is that when you choose "", it actually selects "next" (and not "testing").
So there it is not really possible to know the current stream, which means that "" is interpreted just as "default" * it is the latest available for Ubuntu 20.04 |
Sure, looks like a good idea! |
Advanced users can also change streams on their VM: https://docs.fedoraproject.org/en-US/fedora-coreos/update-streams/ No idea why Podman doesn't use "stable" Or why there is no CentOS Stream CoreOS |
We don't use stable yet, because podman on a MAC is moving too quickly. Hopefully early next year when we have he missing features we will more to stable. There is no general supported CoreOS for CentOS or RHEL. Podman does not want to be in the OS Business. So we are relying on other teams to support the OS part. In this case Fedora CoreOS. |
Thank you for the clarification, I guess this configuration is fixed (to Fedora CoreOS) and user just chooses the stream. Not sure if general access to "-devel" streams is needed, or if the custom build url workaround will be enough for that ? |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind feature
Description
Currently only the resulting image url is stored, not the original stream:
default
(nothing chosen, currently: testing)next
testing
stable
custom
(user has provided path or url)https://docs.fedoraproject.org/en-US/fedora-coreos/update-streams/
Steps to reproduce the issue:
podman machine init
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
Optionally this could be shown in
podman machine list
as well.Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/master/troubleshooting.md)
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
Ubuntu 20.04
The text was updated successfully, but these errors were encountered: