Commit cb76a49
feat: add custom runner image support to ProjectSettings
Allow workspace admins to configure a custom runner container image
per project, with registry allowlist validation, pull secret support,
and feature flag gating across all layers.
Image selection precedence: ProjectSettings > agent registry > operator
default. Includes API input validation, gRPC presenter fields, frontend
settings UI with port/adapter pattern, conformance test suite, and
comprehensive imageref unit tests.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent bcb3623 commit cb76a49
53 files changed
Lines changed: 1706 additions & 246 deletions
File tree
- .github/workflows
- components
- ambient-api-server
- openapi
- pkg/api
- grpc/ambient/v1
- openapi
- plugins/projectSettings
- proto/ambient/v1
- ambient-control-plane
- cmd/ambient-control-plane
- internal
- config
- imageref
- informer
- kubeclient
- reconciler
- ambient-sdk
- go-sdk/types
- python-sdk/ambient_platform
- ts-sdk/src
- frontend/src
- components/workspace-sections
- services
- adapters
- v1
- __tests__
- api
- ports
- queries
- __tests__
- manifests/base
- core
- crds
- operator/internal
- config
- handlers
- imageref
- runners
- ambient-runner
- conformance
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
124 | 133 | | |
125 | 134 | | |
126 | 135 | | |
| |||
133 | 142 | | |
134 | 143 | | |
135 | 144 | | |
| 145 | + | |
136 | 146 | | |
137 | 147 | | |
138 | 148 | | |
| |||
148 | 158 | | |
149 | 159 | | |
150 | 160 | | |
| 161 | + | |
151 | 162 | | |
152 | 163 | | |
153 | 164 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
197 | 201 | | |
198 | 202 | | |
199 | 203 | | |
| |||
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
224 | 228 | | |
225 | 229 | | |
226 | 230 | | |
| |||
245 | 249 | | |
246 | 250 | | |
247 | 251 | | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
248 | 256 | | |
249 | 257 | | |
250 | 258 | | |
| |||
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 88 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 26 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments