Files
containerd/client
Gao Xiang 940076477e client/image: check if the snapshotter supports forcely if os.feature is set
If no snapshotter is specified, container run selects the default
snapshotter.

However, if `os.features` is set, we should always call
`checkSnapshotterSupport()`.  This ensures containerd clients
report a clear error:

```
ctr: snapshotter overlayfs does not support platform
{amd64 linux  [erofs] } for image sha256:[]
```

instead of the confusing layer extraction error:

```
ctr: apply layer error for "": failed to extract layer sha256:[]:
failed to get stream processor for application/vnd.erofs.layer.v1:
no processor for media-type
```

Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
2026-04-01 13:18:27 +08:00
..
2026-03-15 18:24:14 +01:00
2026-04-01 13:18:27 +08:00
2026-03-15 18:24:14 +01:00
2024-12-23 23:14:49 -07:00
2024-05-02 11:03:00 -07:00
2024-10-18 16:04:54 -07:00
2024-01-17 09:51:26 -08:00
2026-03-15 18:24:14 +01:00
2024-12-23 23:14:49 -07:00
2023-11-01 10:37:00 -07:00
2024-03-01 23:07:42 -08:00
2024-01-17 09:51:45 -08:00
2024-10-18 16:04:54 -07:00
2024-10-18 16:04:54 -07:00
2025-10-24 17:54:26 +00:00
2026-03-15 18:24:14 +01:00
2026-03-15 18:24:14 +01:00
2024-02-10 18:02:05 -08:00
2026-03-15 18:24:14 +01:00
2026-03-15 18:24:14 +01:00
2026-03-15 18:24:14 +01:00