-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
podman-remote: create command is wrong #25026
Comments
Seems like it is broken when using the docker client (like PD), but not when using podman-remote. |
Thanks @Luap99 |
Am I correct in assuming that I should see this fixed in
|
Did you create a new container? Once it is in the container config we cannot really change it. |
Also the version inside the machine VM matters, so make sure to check that as well. The client version does not matter here as this is a server side fix |
Yup... new machine... though now that I'm looking closer, the new machine VM still has Podman 5.3.1 in it. Do I just update that manually or is there a different image I need to tell my local Podman to download? |
If you do remove the machine and create a new one it will update the image. The other thing to update the image inside is |
|
Oh that looks quite bad, something is wrong in the image build pipeline |
Is this a bug report I should file somewhere or you got this from here? |
I will take care of it next week, containers/podman-machine-os#75 |
Issue Description
When checking the
CreateCommand
of a container created through the api we are getting some weird results.Steps to reproduce the issue
Steps to reproduce the issue
Describe the results you received
Describe the results you expected
Empty array or nil.
podman info output
Podman in a container
No
Privileged Or Rootless
None
Upstream Latest Release
Yes
Additional environment details
No response
Additional information
Linked issues
The text was updated successfully, but these errors were encountered: