latest: latest squashfs-tools binary files on top of scratch image
v4.6.1-r1: you can choose specific version of squashfs-toolspodman pull docker.io/queeup/squashfs-container
# OR
podman pull ghcr.io/queeup-containers/squashfs-container
podman run \
--rm \
--volume `pwd`:/build \
--workdir /build \
--interactive \
--tty \
squashfs-container \
mksquashfs system.new SYSTEM.new -noappend -comp zstd -Xcompression-level 19 -b 1048576
podman build --tag squashfs-container --file Containerfile
Content type
Image
Digest
sha256:7d2760c3d…
Size
1.3 MB
Last updated
8 months ago
docker pull queeup/squashfs-container