minimal debian rootfs builder via multistrap within an isolated docker environment (requires prebuild debian image)
- Minimal Debian Image
~55MB
- Preinstalled bash
rc.d
dummmy scriptsapt-clean-install
script
- Security
- Reliability
- Transparency
Requires to run docker without user-namespace-remapping during build - see moby #34645 related to multistage builds
Run the build.sh
script to trigger the rootfs container build. This step removes unnecessary packages + files from the image and merges all layers finally.
it builds the image debian-raw-build and a container for testing named debian-raw-env