github.1git.de/docker/cli@v26.1.3+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          "DockerVersion": "",
     9          "Author": "",
    10          "Config": null,
    11          "Architecture": "",
    12          "Os": "",
    13          "Size": 0,
    14          "GraphDriver": {
    15              "Data": null,
    16              "Name": ""
    17          },
    18          "RootFS": {},
    19          "Metadata": {
    20              "LastTagTime": "0001-01-01T00:00:00Z"
    21          }
    22      }
    23  ]