ContainerImage Table

The ContainerImage table holds all data for container images that were retrieved from the source connections.

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for ContainerImage table

Database Column

Details

ContainerImageID

Type: big integer. Key. Generated ID

A unique identifier for this container image on a host.

ImageComplianceComputerID

Type: integer. Key

The identifier for the computer record associated with this image.

HostComplianceComputerID

Type: integer. Key

The identifier for the computer record of the host associated with this image.

Type

Type: text (max 32 characters). Nullable

The image tag of the container.

RepoTags

Type: text. Nullable

The image repository tags.

RepoDigests

Type: text. Nullable

The image repository digests.

CreatedDate

Type: datetime. Nullable

The date and time when this image was created.

InstalledDate

Type: datetime. Nullable

The date and time when this image was found to be installed on the host.

UninstalledDate

Type: datetime. Nullable

The date and time when this image was found to be no longer present on the host.

LastUsedDate

Type: datetime. Nullable

The date and time when a container deployed from this image was last known to be running.