Portable single-file Linux container, Similar to FlatImage
Last updated 1 month ago
Was this helpful?
Author:
Project Page:
Sources: A is used to install packages using a distro & then rebuilt/packaged
: ${PKG_NAME}
${PKG_NAME}
: runimage
runimage
${SBUILD_PKG} : ${PKG_NAME}.runimage
${SBUILD_PKG}
${PKG_NAME}.runimage
HOST)
: Required for mounting Filesystems & Images (Can still be run with --runtime-extract-and-run | RUNTIME_EXTRACT_AND_RUN=1 )
--runtime-extract-and-run | RUNTIME_EXTRACT_AND_RUN=1
: Required to display/render Non-English Chars, Emojis, Symbols etc.
: Required for Sandboxing, Security & Performance
RunImages have built-in sandboxing, check the docs:
WARNINGS
NEVER run strip, objcopy or any other binary rewriting tool as they will often just strip the squashfs|dwarfs archive, only preserving the runtime.
strip
objcopy
squashfs|dwarfs
runtime
A typical .runimage file is not a real elf binary, thus will not survive this process.
.runimage
@VHSgunzo
.pkg
.pkg_type