Skip to content

The Image object provides a description of a specific Virtual Machine (VM) or Container image.

  • Extends: _entity

uid

  • Type: string_t
  • Requirement: required

The unique image ID. For example: 77af4d6b9913.

name

  • Type: string_t
  • Requirement: recommended

The image name. For example: elixir.

labels

  • Type: string_t
  • Requirement: optional

The list of labels associated to the image.

path

  • Type: string_t
  • Requirement: optional

The full path to the image file.

tag

  • Type: string_t
  • Requirement: optional

The image tag. For example: 1.11-alpine.

tags

The list of tags; {key:value} pairs associated to the image.