[compat api] Remove ContainerConfig field

ContainerConfig has been removed from v1.45

InspectResponse.Container has also been removed but it seems we never implemented it.

Ref: https://docs.docker.com/reference/api/engine/version-history/#v145-api-changes
Signed-off-by: Lewis Roy <lewis@redhat.com>
This commit is contained in:
Lewis Roy
2025-09-27 13:20:48 +10:00
parent d58e496a5e
commit 571866775d
4 changed files with 36 additions and 22 deletions

View File

@@ -23,7 +23,6 @@ class ImageTestCase(APITestCase):
"SharedSize",
"VirtualSize",
"Labels",
"Containers",
)
images = r.json()
self.assertIsInstance(images, list)
@@ -45,7 +44,6 @@ class ImageTestCase(APITestCase):
"Parent",
"Comment",
"Created",
"Container",
"DockerVersion",
"Author",
"Architecture",