containerd/core
Jose Fernandez 569af34cbb Prefer runtime options for PluginInfo request
Previously, PluginInfo was called with task options as the primary
value, resulting in opts.BinaryName being omitted. Consequently, the
containerd-shim-runc-v2 fell back to the system's runc binary in the
PATH rather than the explicitly specified one. This change inverts the
option fallback by preferring runtime options over task options,
ensuring the correct binary is used for the PluginInfo request.

Closes: https://github.com/containerd/containerd/issues/11169

Signed-off-by: Jose Fernandez <josef@netflix.com>
Reviewed-by: Erikson Tung <etung@netflix.com>
2025-02-27 07:37:01 +00:00
..
containers Move containers to core/containers 2024-01-17 09:50:40 -08:00
content Update errdefs to 0.3.0 2024-10-18 16:04:54 -07:00
diff Update errdefs to 0.3.0 2024-10-18 16:04:54 -07:00
events Update errdefs to 0.3.0 2024-10-18 16:04:54 -07:00
images Avoid potential reallocs by pre-sizing some slices 2024-07-19 13:05:49 -07:00
introspection Update errdefs to 0.3.0 2024-10-18 16:04:54 -07:00
leases Update errdefs to 0.3.0 2024-10-18 16:04:54 -07:00
metadata Add spans to CRI runtime service and related client methods 2024-08-05 02:34:20 +00:00
metrics metrics: Use UnmarshalTo instead of UnmarshalAny 2024-10-12 15:55:27 +08:00
mount core/mount: Only remove dirs if unmount succeeded 2024-09-24 17:45:34 +02:00
remotes resolver/docker: fix confusing "trying next host" log 2024-10-26 14:16:00 +02:00
runtime Prefer runtime options for PluginInfo request 2025-02-27 07:37:01 +00:00
sandbox Update errdefs to 0.3.0 2024-10-18 16:04:54 -07:00
snapshots Update errdefs to 0.3.0 2024-10-18 16:04:54 -07:00
streaming Update errdefs to 0.3.0 2024-10-18 16:04:54 -07:00
transfer core/transfer/local: remove logrus import 2024-06-17 12:37:14 +02:00
unpack Fix the race condition during GC of snapshots when client retries 2024-10-02 22:10:15 +00:00