Commit 495c5a3
authored
generator: --from-container-image implies --with-docker (#174)
If --from-container-image is specified without --with-docker,
the generator builds an SDK from Debian packages, completely
ignoring the user's clear intent to build from a container
image.
For now, we can assume that a user who specifies --from-container-image
also wants to use a container runtime. In future we might be able
to support extracting container images without the need for a
runtime. If that happens, we can stop assuming --with-docker
and commands which only specify --from-container-image will continue
to work, so scripts and documentation won't need to be changed.1 parent 7a833f3 commit 495c5a3
File tree
2 files changed
+2
-2
lines changed- Sources/SwiftSDKGenerator/SwiftSDKRecipes
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments