nsc github profile rebuild-base-image

Trigger a rebuild of a profile's custom base image.

nsc github profile rebuild-base-image kicks off a rebuild of the custom base image associated with a GitHub runner profile. This is useful after changing the profile's Dockerfile or other image configuration (for example via nsc github profile update --dockerfile), so that subsequent runners pick up the new image instead of the previously built one.

Usage

nsc github profile rebuild-base-image --profile_id <profile-id> [flags]

Example

$ nsc github profile rebuild-base-image --profile_id <profile-id>

Required Flags

--profile_id string

Profile ID whose base image to rebuild.

Optional Flags

-o, --output string

Output format. Default: plain.

Supported values: plain, json.