mirror of
https://github.com/moby/moby.git
synced 2026-07-07 23:28:37 +00:00
This change makes the `GraphDriver` field in `image.InspectResponse` optional. This field will only be returned when using moby engine graph drivers as a backend storage implementation. It will be omitted when using the containerd image backend. Signed-off-by: Austin Vazquez <austin.vazquez@docker.com>