Commit 93c561c
Conner Aldrich
feat(cli): remove --base-image-node flag
The `--base-image-node` CLI option was a simple alternative to the more
flexible `--containerfile-module` for swapping the per-deploy base image.
We don't use it anywhere; `--containerfile-module` covers the same use
case and more (the `custom-base-image.mjs` example shows the migration
pattern).
Drop:
- `baseImageNode` zod schema field on DeployCommandOptions
- `--base-image-node` Commander flag
- `baseImageNode` field on BuildImageOptions, DepotBuildImageOptions,
SelfHostedBuildImageOptions, GenerateContainerfileOptions, and
BuildWorkerOptions
- `baseImageNode` plumbing through buildImage / writeContainerfile
- The override branch in parseGenerateOptions
- All references in examples/README.md (point users at
--containerfile-module + the custom-base-image.mjs example instead)1 parent d4b5ff9 commit 93c561c
4 files changed
Lines changed: 11 additions & 33 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
| |||
96 | 95 | | |
97 | 96 | | |
98 | 97 | | |
99 | | - | |
100 | 98 | | |
101 | 99 | | |
102 | 100 | | |
| |||
112 | 110 | | |
113 | 111 | | |
114 | 112 | | |
115 | | - | |
| 113 | + | |
| 114 | + | |
116 | 115 | | |
117 | 116 | | |
118 | | - | |
| 117 | + | |
119 | 118 | | |
120 | | - | |
121 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
| |||
111 | 110 | | |
112 | 111 | | |
113 | 112 | | |
114 | | - | |
115 | 113 | | |
116 | 114 | | |
117 | 115 | | |
| |||
172 | 170 | | |
173 | 171 | | |
174 | 172 | | |
175 | | - | |
176 | 173 | | |
177 | 174 | | |
178 | 175 | | |
179 | 176 | | |
180 | 177 | | |
181 | 178 | | |
182 | | - | |
183 | 179 | | |
184 | 180 | | |
185 | 181 | | |
| |||
217 | 213 | | |
218 | 214 | | |
219 | 215 | | |
220 | | - | |
| 216 | + | |
221 | 217 | | |
222 | 218 | | |
223 | 219 | | |
| |||
226 | 222 | | |
227 | 223 | | |
228 | 224 | | |
229 | | - | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
240 | | - | |
241 | 240 | | |
242 | 241 | | |
243 | 242 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | 98 | | |
100 | 99 | | |
101 | 100 | | |
| |||
152 | 151 | | |
153 | 152 | | |
154 | 153 | | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | 154 | | |
160 | 155 | | |
161 | 156 | | |
| |||
442 | 437 | | |
443 | 438 | | |
444 | 439 | | |
445 | | - | |
446 | 440 | | |
447 | 441 | | |
448 | 442 | | |
| |||
1615 | 1609 | | |
1616 | 1610 | | |
1617 | 1611 | | |
1618 | | - | |
1619 | 1612 | | |
1620 | 1613 | | |
1621 | 1614 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
| |||
90 | 89 | | |
91 | 90 | | |
92 | 91 | | |
93 | | - | |
94 | 92 | | |
95 | 93 | | |
96 | 94 | | |
| |||
122 | 120 | | |
123 | 121 | | |
124 | 122 | | |
125 | | - | |
126 | 123 | | |
127 | 124 | | |
128 | 125 | | |
| |||
156 | 153 | | |
157 | 154 | | |
158 | 155 | | |
159 | | - | |
160 | 156 | | |
161 | 157 | | |
162 | 158 | | |
| |||
184 | 180 | | |
185 | 181 | | |
186 | 182 | | |
187 | | - | |
188 | 183 | | |
189 | 184 | | |
190 | 185 | | |
| |||
362 | 357 | | |
363 | 358 | | |
364 | 359 | | |
365 | | - | |
366 | 360 | | |
367 | 361 | | |
368 | 362 | | |
| |||
974 | 968 | | |
975 | 969 | | |
976 | 970 | | |
977 | | - | |
978 | 971 | | |
979 | 972 | | |
980 | 973 | | |
| |||
1002 | 995 | | |
1003 | 996 | | |
1004 | 997 | | |
1005 | | - | |
1006 | | - | |
1007 | | - | |
1008 | | - | |
1009 | | - | |
1010 | | - | |
| 998 | + | |
| 999 | + | |
1011 | 1000 | | |
1012 | 1001 | | |
1013 | 1002 | | |
| |||
0 commit comments