Replies: 1 comment
-
I think we completed this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Podman v5.0.0-RC1 has been released and it would be good to start adding support for it.
I have not played around with it much, but one breaking change I have noticed is that
podman_pod_info
returns a nested array, which breaks the functionality.containers/podman@35d1f12
The assertion passes when I change it to evaluate info.pods[0][0]['Config']['name'] and info.pods[0][0]['Name']
podman pod inspect foo
v4:
{...
v5:
Beta Was this translation helpful? Give feedback.
All reactions