You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specs/agents/runner-image.spec.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,6 +183,8 @@ The ProjectSettings resource SHALL support a `runner_image` field (string). When
183
183
184
184
The field SHALL contain a fully qualified container image reference: `registry/repository:tag` or `registry/repository@sha256:digest`. When empty or unset, the CP uses the default image.
185
185
186
+
This capability SHOULD be gated behind a feature flag. When the flag is disabled, the CP SHALL ignore `runner_image` and use default image selection.
187
+
186
188
#### Scenario: Project with custom runner image
187
189
188
190
- GIVEN a ProjectSettings with `runner_image` set to a custom image
0 commit comments