API-Docker

 view release on metacpan or  search on metacpan

t/fixtures/images_list.json  view on Meta::CPAN

[
  {
    "Id": "sha256:abc123def456789abc123def456789abc123def456789abc123def456789abcd",
    "ParentId": "",
    "RepoTags": ["nginx:latest", "nginx:1.25"],
    "RepoDigests": ["nginx@sha256:abc123"],
    "Created": 1705300000,
    "Size": 187654321,
    "SharedSize": 75000000,
    "VirtualSize": 187654321,
    "Labels": {
      "maintainer": "NGINX"
    },
    "Containers": 2
  },
  {
    "Id": "sha256:def789ghi012345def789ghi012345def789ghi012345def789ghi012345defg",
    "ParentId": "",
    "RepoTags": ["redis:7"],
    "RepoDigests": ["redis@sha256:def789"],
    "Created": 1705200000,
    "Size": 130000000,
    "SharedSize": 50000000,
    "VirtualSize": 130000000,
    "Labels": {},
    "Containers": 1
  }
]



( run in 1.744 second using v1.01-cache-2.11-cpan-7fcb06a456a )