nsc github base-image list
List available GitHub runner base images.
nsc github base-image list shows the base images that Namespace provides for GitHub Actions runners, together with their labels and image references. Use nsc github base-image describe to see the full contents of a specific image.
Usage
nsc github base-image list [flags]Examples
List all base images:
$ nsc github base-image listList base images as JSON:
$ nsc github base-image list -o jsonFilter by label:
$ nsc github base-image list --label ubuntu-24.04 --label ubuntu-26.04Optional Flags
-o, --output string
Output format. Default: plain.
Supported values: plain, json.
--label stringArray
Filter by label (for example ubuntu-24.04). Can be specified multiple times.
--include-canary
Include canary images in the output.
Related Topics
- nsc github base-image describe - Show details for a specific base image

