ImportedContainerImage Table
The ImportedContainerImage
table holds all data for container images that were retrieved from the source connections.
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.
Database Column |
Details |
---|---|
ComplianceConnectionID
|
Type: integer. Key. Nullable The identifier for a data source connection in the |
ExternalImageID
|
Type: big integer. Key The unqiue identifier for 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 from the ContainerImage table. |
ImageID
|
Type: text (max 256 characters) The identifier assigned by the containerization technology for this image. |