mirror of
https://github.com/johndoe6345789/SparkOS.git
synced 2026-04-24 13:34:56 +00:00
Add BusyBox verification to test script and documentation
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
@@ -126,8 +126,15 @@ The Docker image includes:
|
||||
- Pre-built init system binary
|
||||
- Minimal root filesystem structure
|
||||
- Test environment for validation
|
||||
- **BusyBox shell and utilities**: Alpine Linux base provides BusyBox (verified on startup)
|
||||
- **Multi-architecture support**: Available for both AMD64 (x86_64) and ARM64 (aarch64) architectures
|
||||
|
||||
When you run the Docker image, it automatically verifies:
|
||||
- BusyBox version and installation
|
||||
- Available BusyBox applets (sh, ls, cat, etc.)
|
||||
- Required networking tools (udhcpc, ip, ping, wget)
|
||||
- Custom init system binary
|
||||
|
||||
Images are automatically built and published to [GitHub Container Registry](https://github.com/johndoe6345789/SparkOS/pkgs/container/sparkos) on every push to main branch.
|
||||
|
||||
**Building Releases with Docker (No Root Required):**
|
||||
|
||||
Reference in New Issue
Block a user