ImportedContainerImage Table

The ImportedContainerImage 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 ImportedContainerImage table

Database Column

Details

ComplianceConnectionID

Type: integer. Key. Nullable

The identifier for a data source connection in the ComplianceConnection table.

ExternalImageID

Type: big integer. Key

The identifier for the computer record associated with this image.

ExternalHostID

Type: big integer. Key

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

Type

Type: text (max 32 characters). Nullable

The type of image. E.g. Docker.

RepoTags

Type: text. Nullable

The repository tag associated with this image.

RepoDigests

Type: text. Nullable

The repository digests associated with this image.

CreatedDate

Type: datetime. Nullable

The date when this cimage was created.

InstalledDate

Type: datetime. Nullable

The date when this image was detected as installed on the host.

ContainerImageID

Type: integer. Nullable

The unique identifier for this container image.