's'
This commit is contained in:
@@ -26,6 +26,6 @@ python verify_offline_bundle.py
|
||||
|
||||
1. Make sure your container runtime can load local image archives.
|
||||
2. Populate `downloads/` and `images/` with the files listed in `manifest.json`.
|
||||
3. Run `python redroid.py -mtg -i -m`.
|
||||
4. The build first tries to pull the base image and download dependency archives from their online sources.
|
||||
5. If an online pull/download fails, the build falls back to the validated files in `downloads/` and `images/`.
|
||||
3. Run `python redroid.py -mtg -i -m` (add `--offline` or set `REDROID_OFFLINE=1` to forbid any network use).
|
||||
4. The build prefers a local container image, then `images/redroid-redroid-13.0.0-latest.tar`, then a registry pull (skipped when offline-only).
|
||||
5. Archives in `downloads/` are preferred when present and match the expected checksum; otherwise the build downloads from upstream (skipped when offline-only).
|
||||
|
||||
Reference in New Issue
Block a user