ParsedData

ParsedData#

architecture | String

author | String

command | String

comment | String

container | String

created | String

The ‘created’ date reported by image metadata. Stored as String because we do not have control on that format.

docker_image_digest | String

docker_image_id | String

docker_version | String

Version of docker reported by ‘docker inspect’ for this image.

env_variables | List[String]

image_id | String

labels | List[Label]

layers | List[String]

Layer digests from the image.

os | String

ports | String

repos | List[ParsedDataRepo]

Repositories defined within an image as reported by yum command.

size | Int64

Size of this image as reported by image metadata.

uncompressed_layer_sizes | List[UncompressedLayerSize]

Information about uncompressed layer sizes.

uncompressed_size_bytes | Int64

Uncompressed images size in bytes (sum of uncompressed layers size).

user | String

The user on the images.

virtual_size | Int64

Virtual size of this image as reported by image metadata.

Index management is not enabled on this collection.