DigitecGalaxus / squashfs-tools

Tools for handling squashfs files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Squashfs Tools

This repository contains a Dockerfile that eases the handling of Squashfs files. Read more about squashfs here.

Build Status

Prerequisites

  • A docker host to build it manually or access to Azure DevOps to build it automatically with the azure-pipelines.yml file.

Usage

Build the docker image:

docker image build -t dgpublicimagesprod.azurecr.io/planetexpress/squashfs-tools:latest .

Use the docker image, e.g. to create a squashfs file from a tar file

docker run -d -v $(pwd)/filesystem.tar:/var/live/filesystem.tar dgpublicimagesprod.azurecr.io/planetexpress/squashfs-tools:latest /bin/sh -c "tar2sqfs --quiet filesystem.squashfs < /var/live/filesystem.tar"

Contribute

No matter how small, we value every contribution! If you wish to contribute,

  1. Please create an issue first - this way, we can discuss the feature and flesh out the nitty-gritty details
  2. Fork the repository, implement the feature and submit a pull request
  3. Add yourself to the CONTRIBUTORS.txt file in that pull request
  4. Your feature will be added once the pull request is merged

About

Tools for handling squashfs files

License:MIT License


Languages

Language:Dockerfile 100.0%