2026-01-15 (Thursday) #4526
Replies: 2 comments 4 replies
-
|
Breaking change in Docker v29, when using the Podman server: Previously it was backwards compatible for 10 years, 1.24 -> 1.44: It is related to what products the Docker company wants to support:
Not related to Lima per se, and you can use either Unfortunately this now makes the Podman API the "stable" one, not Docker API It supports Podman 4.0.0 (2022), and eventually will support Docker 25.0.0 (2024) var APIVersion = map[Tree]map[Level]semver.Version{
Libpod: {
CurrentAPI: Version,
MinimalAPI: semver.MustParse("4.0.0"),
},
Compat: {
- CurrentAPI: semver.MustParse("1.41.0"),
+ CurrentAPI: semver.MustParse("1.44.0"),
MinimalAPI: semver.MustParse("1.24.0"),
},
} |
Beta Was this translation helpful? Give feedback.
-
|
AI-generated meeting note
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How to join
The meetings are open to anyone, not just for maintainers and contributors.
Attendees
@AkihiroSuda @afbjorklund @jandubois @unsuman @dharsanb
Agenda
Note taker: @AkihiroSuda
FOSDEM (Jan 31-Feb 1)
KubeCon EU (Mar 23-26)
Lima Project Updates: Expanding the Focus To Hardening AI by @AkihiroSuda and @unsuman , Mar 25 (Wed) 11:00 - 11:30
Also applied for Kiosk, waiting for acceptance
v2.1
https://github.com/lima-vm/lima/milestone/62
limactl list --filter (yq-less, alternative to PR 4187) #4529 : implement
limactl list --filterwithout depending on yq, to avoid yq expression injection attacks. Alternative for add filter option to list command #4187 -- @AkihiroSudaDisable env access and file load operations in yqlib #4405
add filter option to list command #4187 can be merged after merging Disable env access and file load operations in yqlib #4405 -- @AkihiroSuda @jandubois
build(deps): bump the k8s group across 1 directory with 2 updates #4528 not mergable after dropping the support for Go 1.24
Stub out HCL dependencies #4522
replace()-- @AkihiroSudaFeature(cli): Add
--syncto prevent AI agents from breaking the host files #4429 refactor:rsyncandscpintocopytoolpkg #4521--syncshould take strings, not a boolean, to allow specifying arbitrary paths -- @AkihiroSudacidata: strip control characters from user comment #4516 looks fine, the issue isn't realistic to happen?
build(deps): bump github.com/golangci/golangci-lint/v2 from 2.6.2 to 2.8.0 in /hack/tools #4513 linter no longer allows "api" as a package name, it should be exceptionally allowed
fix: Merge VMOpts from configurations #4503 looks fine
defaults.goshould be simplified using the template merging mechanism -- @janduboisbuild(deps): bump github.com/modelcontextprotocol/go-sdk from 1.1.0 to 1.2.0 #4491 the CI is failing, maybe a regression, or maybe an intentional change in MCP SDK. Needs analysis -- @AkihiroSuda @jandubois
Add limactl watch command and JSON events for test scripts #4489 the command does not seem working as expected yet, but the basic design seems ok -- @AkihiroSuda
feat: VZ configurable display, audio, and clipboard support #4480 feat: QEMU SPICE display and audio support #4479 looks like AI-generated. Too long and not maintainable -- @AkihiroSuda
vz: Fix scrollbar issue with runtime swizzle #4476 does not seem appropriate as it monkey patches AppKit. Should be fixed in Code-Hex/vz
feat(templates): add amazonlinux-2023 distro #4454
mount.virtiofshelper -- @AkihiroSudaDocker 29 in Lima shows containers that it cannot delete #4496 does not seem related to Lima? The issue is reported to happen with WSL2 (apparently non-Lima) . Hard to analyze without a reproducer. Docker 29 in Lima shows containers that it cannot delete #4496 (comment)
Tasks
Next meeting
2026-02-19 (Thursday)
Beta Was this translation helpful? Give feedback.
All reactions