mirror of https://github.com/docker/cli.git
update tests for new image struct
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
366d3ec971
commit
e8080dd7e5
|
@ -21,6 +21,9 @@
|
|||
},
|
||||
"RootFS": {
|
||||
"Type": ""
|
||||
},
|
||||
"Metadata": {
|
||||
"LastTagTime": "0001-01-01T00:00:00Z"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -45,6 +48,9 @@
|
|||
},
|
||||
"RootFS": {
|
||||
"Type": ""
|
||||
},
|
||||
"Metadata": {
|
||||
"LastTagTime": "0001-01-01T00:00:00Z"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -21,6 +21,9 @@
|
|||
},
|
||||
"RootFS": {
|
||||
"Type": ""
|
||||
},
|
||||
"Metadata": {
|
||||
"LastTagTime": "0001-01-01T00:00:00Z"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue