moby/volume/drivers
Sebastiaan van Stijn 3e52785aae
volume/drivers: use plugin Content-Type headers v1.2
The MediaType was changed twice in;

- b3b7eb2723 ("application/vnd.docker.plugins.v1+json"   -> "application/vnd.docker.plugins.v1.1+json")
- 54587d861d ("application/vnd.docker.plugins.v1.1+json" -> "application/vnd.docker.plugins.v1.2+json")

But the (integration) tests were still using the old version, so let's
use the VersionMimeType const that's defined, and use the updated version.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-08-07 20:38:54 +02:00
..
adapter.go volume: format code with gofumpt 2023-06-29 00:05:23 +02:00
extpoint.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
extpoint_test.go Remove use of global volume driver store 2018-04-17 14:07:08 -04:00
proxy.go volume: format code with gofumpt 2023-06-29 00:05:23 +02:00
proxy_test.go volume/drivers: use plugin Content-Type headers v1.2 2023-08-07 20:38:54 +02:00