Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (23 loc) · 568 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 568 Bytes

Deprecated. Use squashfs-container instead.

mksquashfs in a container

Pull

podman pull docker.io/queeup/mksquashfs-container

# OR

podman pull ghcr.io/queeup/mksquashfs-container

Use

podman run \
    --rm \
    --volume `pwd`:/build \
    --workdir /build \
    --interactive \
    --tty \
    mksquashfs-container \
    system.new SYSTEM.new -noappend -comp zstd -Xcompression-level 19 -b 1048576

Build

podman build -t mksquashfs-container --file Containerfile