Re: [pve-devel] [PATCH proxmox v3 02/13] add proxmox-oci crate

2025-07-10 Thread Wolfgang Bumiller
On Wed, Jul 09, 2025 at 02:34:19PM +0200, Filip Schauer wrote: > This crate can parse an OCI image tarball and extract its rootfs. Layers > are applied in sequence, but an overlay filesystem is currently not > used. > > Signed-off-by: Filip Schauer > --- > Changed since v2: > * remove reachable u

[pve-devel] [PATCH proxmox v3 02/13] add proxmox-oci crate

2025-07-09 Thread Filip Schauer
This crate can parse an OCI image tarball and extract its rootfs. Layers are applied in sequence, but an overlay filesystem is currently not used. Signed-off-by: Filip Schauer --- Changed since v2: * remove reachable unwraps & refactor code * increase hasher buffer size from 4096 to 32768 (matchi