Attributes for a Container Image.

Hierarchy

  • ContainerImageAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
containerCount?: number

Number of containers running the image.

imageFlavors?: ContainerImageFlavor[]

List of platform-specific images associated with the image record. The list contains more than 1 entry for multi-architecture images.

imageTags?: string[]

List of image tags associated with the Container Image.

imagesBuiltAt?: string[]

List of build times associated with the Container Image. The list contains more than 1 entry for multi-architecture images.

name?: string

Name of the Container Image.

osArchitectures?: string[]

List of Operating System architectures supported by the Container Image.

osNames?: string[]

List of Operating System names supported by the Container Image.

osVersions?: string[]

List of Operating System versions supported by the Container Image.

publishedAt?: string

Time the image was pushed to the container registry.

registry?: string

Registry the Container Image was pushed to.

repoDigest?: string

Digest of the compressed image manifest.

repository?: string

Repository where the Container Image is stored in.

shortImage?: string

Short version of the Container Image name.

sizes?: number[]

List of size for each platform-specific image associated with the image record. The list contains more than 1 entry for multi-architecture images.

sources?: string[]

List of sources where the Container Image was collected from.

tags?: string[]

List of tags associated with the Container Image.

vulnerabilityCount?: ContainerImageVulnerabilities

Vulnerability counts associated with the Container Image.

Generated using TypeDoc