|
|
@@ -124,6 +124,13 @@ spry deploy --verbose \
|
|
|
--installer-url file:///tmp/kilo/usm-shim/install-usm-full.sh
|
|
|
```
|
|
|
|
|
|
+`--system {fedora,debian,ubuntu,alpine,gentoo}` is shorthand for the
|
|
|
+matching base image plus system package manager (mutually exclusive with
|
|
|
+`--spm`/`--base`); with no flags the fedora equivalent applies, so the
|
|
|
+command above is unchanged. Alpine images build the stack natively on
|
|
|
+musl; gentoo stage3 compiles the platform from source — allow an hour or
|
|
|
+more for the image build.
|
|
|
+
|
|
|
This packages the application and builds a single-stage container image
|
|
|
through USM (`usm manifest deploy`): the `MANIFEST.usm` + `usm-scripts/`
|
|
|
drive the in-container build and install, the Web-Stack resolves from the
|