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

queeup-Containers/mksquashfs-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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