Skip to content
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

tests/quadlet: Fix network name retrieval in podman inspect #3343

Merged
merged 1 commit into from
Jan 30, 2025

Conversation

marmijo
Copy link
Member

@marmijo marmijo commented Jan 30, 2025

A recent Podman release updated podman inspect to properly return the NetworkID instead of the name [1]. Update the retrieval of the network name to use the first key in the dictionary, since there is only one network.

[1]: containers/podman#24910

A recent Podman release updated `podman inspect` to properly return
the NetworkID instead of the name [1]. Update the retrieval of the
network name to use the first key in the dictionary, since there is
only one network.

[1]: containers/podman#24910
Copy link
Member

@dustymabe dustymabe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Nice work!

@marmijo marmijo enabled auto-merge (rebase) January 30, 2025 19:31
@marmijo marmijo merged commit f6369de into coreos:testing-devel Jan 30, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants