-
Notifications
You must be signed in to change notification settings - Fork 5
Listing Images
vzakaznikov edited this page Oct 3, 2024
·
8 revisions
✅ 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.
github-hetzner-runners images list --type snapshot
You can also list system or application images as follows:
github-hetzner-runners images list --type system
github-hetzner-runners images list --type app
- --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.
Developed and maintained by the TestFlows team.
- Home
- Installation
- Quick Start
- Getting Started Tutorial
- Basic Configuration
- Specifying the Maximum Number of Runners
- Specifying the Maximum Number of Runners Used in Workflow a Run
- Recycling Powered‐Off Servers
- Skipping Jobs
- Using Custom Label Prefix
- Jobs That Require the Docker Engine
- Specifying The Runner Type
- Specifying The Runner Location
- Specifying The Runner Image
- Specifying The Custom Runner Server Setup Script
- Specifying The Custom Runner Server Startup Script
- Disabling Setup or Startup Scripts
- Specifying Standby Runners
- Specifying Logger Configuration
- Listing All Current Servers
- Opening The SSH Client To The Server
- Deleting All Runners and Their Servers
- Using a Configuration File
- Specifying SSH Key
- Specifying Additional SSH Keys
- Running as a Service
- Running as a Cloud Service
- Scaling Up Runners
- Scaling Down Runners
- Handling Failing Conditions
- Meta Labels
- Estimating Costs
- Listing Images
- Deleting Images
- Creating Custom Images
- Program Options