cloudItemImage

Represents container image information associated with cloud resources.

Examples

type CloudItemImage {
  name: String
  hashes: [CloudItemImageHash]
  tags: [String]
}

Fields

Field
Description
Supported fields

name String

Name of the container image

List of image hashes with registry information

hash String isFromRegistry Boolean

tags [String]

Tags associated with the container image

References

Fields with this object:

Last updated