Commit 629766c
committed
feat(schema): add LocalVerifier.RunArgs for docker run passthrough
Adds an optional `runArgs []string` field to the `local` executionMode
of customActions. The field is intended for docker run-style flags
(`--network`, `-v`, `-e`, `--user`, `--add-host`, `--tmpfs`,
`--privileged`, `--cap-add`, `--cap-drop`) that let users pass host
paths, credentials, or networking configuration into action containers
without forking Skaffold.
The field itself is schema-only here; the whitelist parser and splicing
into the docker API client arrive in a follow-up commit. A security
note in the godoc warns that these flags bypass container isolation.
Regenerates the v4beta15 JSON schema.1 parent f34b6fc commit 629766c
2 files changed
Lines changed: 25 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3442 | 3442 | | |
3443 | 3443 | | |
3444 | 3444 | | |
| 3445 | + | |
| 3446 | + | |
| 3447 | + | |
| 3448 | + | |
| 3449 | + | |
| 3450 | + | |
| 3451 | + | |
| 3452 | + | |
| 3453 | + | |
3445 | 3454 | | |
3446 | 3455 | | |
3447 | 3456 | | |
| |||
3450 | 3459 | | |
3451 | 3460 | | |
3452 | 3461 | | |
3453 | | - | |
| 3462 | + | |
| 3463 | + | |
3454 | 3464 | | |
3455 | 3465 | | |
3456 | 3466 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
684 | 684 | | |
685 | 685 | | |
686 | 686 | | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
687 | 701 | | |
688 | 702 | | |
689 | 703 | | |
| |||
0 commit comments