Image cache

Container images that have been downloaded to the local cache.

The cache is status information from the local container runtime. Images appear here after they are pulled from a registry or built from a Containerfile/Dockerfile.

Image items are status and cannot be added or deleted.

Image

A downloaded container image.

A cached image may have multiple names or tags pointing at the same image ID.

Commands

Properties

Id

The container image's identifier.

The image ID identifies the downloaded image content in the local runtime cache.

  • Data type: string
  • Status

CLI: (cli)> show compute image cache <key> id

Names

The names that the container image is referenced by.

Names include repository and tag references, such as docker.io/library/alpine:latest.

  • Data type: string list
  • Status

CLI: (cli)> show compute image cache <key> name

Size

The size that the container image takes up on disk.

Layers of the image may be shared with other container images.

  • Data type: integer
  • Units: bytes
  • Minimum: 0
  • Status

CLI: (cli)> show compute image cache <key> size