Switch lvm2 dependency with device-mapper

This commit is contained in:
2025-11-03 19:17:10 +02:00
parent 97a4cbb5e4
commit c9b9114a69
+2 -2
View File
@@ -1,14 +1,14 @@
name: moby name: moby
description: Container engine for the Docker ecosystem description: Container engine for the Docker ecosystem
version: 28.5.1 version: 28.5.1
revision: 1 revision: 2
url: https://github.com/moby/moby url: https://github.com/moby/moby
license: Apache-2.0 license: Apache-2.0
architecture: any architecture: any
type: source type: source
depends: depends:
- containerd - containerd
- lvm2 - device-mapper
- glibc - glibc
- iproute2 - iproute2
- libseccomp - libseccomp