Sign inSign up

queeup/squashfs-container

By queeup

Updated 8 months ago

squashfs-tools in a container

Image
0

2.3K

queeup/squashfs-container repository overview

squashfs-tools in a container

Tags

  • latest: latest squashfs-tools binary files on top of scratch image
    • v4.6.1-r1: you can choose specific version of squashfs-tools

Commands

  • mksquasfs
  • unsquashfs

Pull

podman pull docker.io/queeup/squashfs-container

# OR

podman pull ghcr.io/queeup-containers/squashfs-container

Use

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

Build

podman build --tag squashfs-container --file Containerfile
Containerfile is here

Tag summary

Content type

Image

Digest

sha256:7d2760c3d

Size

1.3 MB

Last updated

8 months ago

docker pull queeup/squashfs-container