Skip to content

Listing Images

vzakaznikov edited this page Oct 3, 2024 · 8 revisions

Listing Images

✅ Available: >= 1.7.241002

You can list currently available images for the runner servers using the images list command. A common use case is listing custom image snapshots.

Listing available snapshots

github-hetzner-runners images list --type snapshot

Listing available system or application images

You can also list system or application images as follows:

github-hetzner-runners images list --type system
github-hetzner-runners images list --type app

Available options for the list command

  • --name name: Filter images by name.
  • --label selector: Filter images by labels.
  • --bound-to id: Filter by server the image is bound to.
  • --type type: Choices: 'system', 'snapshot', 'backup', 'app'.
  • --arch architecture: Choices: 'x86', 'arm'.
  • --status status: Filter by image status.
  • --sort sort: Sort by 'id', 'name', 'created'. - Add :asc or :desc to modify sort order, default is ':asc'.
  • --include-deprecated: Include deprecated images, default: False.
Clone this wiki locally