mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
docs: add lite image references across all documentation
README Quick Start now shows both :latest and :lite commands. Getting Started adds a tip callout about the lite image. Deployment page lists both variants with a comparison table and updates the CI/CD description to mention both are built. Developer guide adds the lite build command.
This commit is contained in:
@@ -198,6 +198,12 @@ Build the full production image locally:
|
||||
docker build -f docker/Dockerfile -t stirling-image:latest .
|
||||
```
|
||||
|
||||
Build the lite image (no Python/AI, ~1.5 GB):
|
||||
|
||||
```bash
|
||||
docker build --build-arg VARIANT=lite -f docker/Dockerfile -t stirling-image:lite .
|
||||
```
|
||||
|
||||
Use BuildKit cache mounts for faster rebuilds:
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user