Skip to content

Bump alpine-lima to v0.2.44 #3700

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

Merged
merged 1 commit into from
Jul 8, 2025
Merged

Conversation

jandubois
Copy link
Member

It now bundles the iproute2 package which adds ip -j a support.

Alpine itself is bumped from 3.20.3 to 3.21.3.

It now bundles the iproute2 package which adds `ip -j a` support.

Alpine itself is bumped from 3.20.3 to 3.21.3.

Signed-off-by: Jan Dubois <[email protected]>
@jandubois
Copy link
Member Author

l start --yes --network vzNAT template://alpine-iso
l shell alpine-iso ip -j a | jq -r '.[] | select(.ifname == "lima0").addr_info[] | select(.family == "inet").local'
192.168.205.10

@AkihiroSuda AkihiroSuda added this to the v1.2.0 milestone Jul 8, 2025
Copy link
Member

@AkihiroSuda AkihiroSuda left a comment

Choose a reason for hiding this comment

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

Thanks

@AkihiroSuda AkihiroSuda merged commit 5a82148 into lima-vm:master Jul 8, 2025
62 of 63 checks passed
@jandubois
Copy link
Member Author

jq -r '.[] | select(.ifname == "lima0").addr_info[] | select(.family == "inet").local'

This is where I wish jq and friends would support jsonpath-style syntax:

jq -r '.[?(.ifname == "lima0")].addr_info[?(.family == "inet")].local'

@jandubois jandubois deleted the bump-lima branch July 8, 2025 02:45
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