containers / podman

Podman: A tool for managing OCI containers and pods.
https://podman.io
Apache License 2.0
23.36k stars 2.38k forks source link

podman machine init should default to stable image #20182

Closed rgov closed 3 months ago

rgov commented 1 year ago

podman machine init defaults --image-path=testing instead of stable.

The default should probably be stable so that most users are not surprised by experimental changes that have not been fully QA tested and can cause regressions. In #20179 I describe how a change to the testing image broke my ability to run containers from the Docker CLI.

baude commented 1 year ago

hello @rgov thanks for the issue report and taking the time to write it up. Right now, I think? we are benefiting from testing over stable largely because of how fast things are moving for us. that said, this is something maybe we should consider. the downside, is I can see the complaints rolling in that stable is too ancient. but on the other hand, this is something that can be overridden.

perhaps this is something we should consider for podman5? I would for sure want to wait until the gvforwarder content for the hyerpv fcos image is in stable (maybe another 2-4 weeks). then the debate would be largely around the development around applehv.

it seems like a reasonable request. it can be worked around by changing the stream in containers.conf

What do others think?

rhatdan commented 1 year ago

If we move to an OCI Image update scheme then this is a no brainer.

github-actions[bot] commented 11 months ago

A friendly reminder that this issue had no activity for 30 days.

Luap99 commented 3 months ago

We now have our own custom images so this should no longer effect us