Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
docker_image_history
Docker image history information.
Column | Type | Description |
---|---|---|
comment | text | Instruction comment |
created | bigint | Time of creation as UNIX time |
created_by | text | Created by instruction |
id | text | Image ID |
size | bigint | Size of instruction in bytes |
tags | text | Comma-separated list of tags |
select * from docker_image_history where id = '6a2f32de169d14e6f8a84538eaa28f2629872d7d4f580a303b296c60db36fbd7'