containerd/plugins/transfer
Brian Goff e41e9e11b5 transfer: Platform matcher should match multiple platforms
This allows arm64 to pull armhf images.
Before this change the transfer service would reject pulls for armhf on
an arm64 machine, or indeed any such platform variant mismatches.

I would argue that its a bit weird for the transfer service to reject a
pull at all since there are legitamate reasons to want to pull images
for other architectures, however that's a more philosophical change.

In the case where I ran into this, I have an arm64 machine running
an armhf containerd in an armhf container (for running some basic sanity
checks during packaging).
Tests started failing once `ctr` was moved to use the transfer service
by default.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2024-03-21 14:59:17 +00:00
..
plugin_defaults_other.go Add a default differ that matches the snapshotter 2024-01-30 14:34:58 -08:00
plugin_defaults_windows.go Add a default differ that matches the snapshotter 2024-01-30 14:34:58 -08:00
plugin.go transfer: Platform matcher should match multiple platforms 2024-03-21 14:59:17 +00:00