github.com/xeptore/docker-cli@v20.10.14+incompatible/cli/command/image/testdata/inspect-command-success.simple.golden (about)

     1  [
     2      {
     3          "Id": "",
     4          "RepoTags": null,
     5          "RepoDigests": null,
     6          "Parent": "",
     7          "Comment": "",
     8          "Created": "",
     9          "Container": "",
    10          "ContainerConfig": null,
    11          "DockerVersion": "",
    12          "Author": "",
    13          "Config": null,
    14          "Architecture": "",
    15          "Os": "",
    16          "Size": 0,
    17          "VirtualSize": 0,
    18          "GraphDriver": {
    19              "Data": null,
    20              "Name": ""
    21          },
    22          "RootFS": {
    23              "Type": ""
    24          },
    25          "Metadata": {
    26              "LastTagTime": "0001-01-01T00:00:00Z"
    27          }
    28      }
    29  ]