Docker image for 7-Zip built from sources.
Tip
Want to be notified of new releases? Check out 🔔 Diun (Docker Image Update Notifier) project!
git clone https://github.com/crazy-max/docker-7zip.git
cd docker-7zip
# Build image and output to docker (default)
docker buildx bake
# Build multi-platform image
docker buildx bake image-all
Registry | Image |
---|---|
Docker Hub | crazymax/7zip |
GitHub Container Registry | ghcr.io/crazy-max/7zip |
Following platforms for this image are available:
$ docker buildx imagetools inspect crazymax/7zip --format "{{json .Manifest}}" | \
jq -r '.manifests[] | select(.platform.os != null and .platform.os != "unknown") | .platform | "\(.os)/\(.architecture)\(if .variant then "/" + .variant else "" end)"'
linux/386
linux/amd64
linux/arm/v6
linux/arm/v7
linux/arm64
linux/ppc64le
linux/s390x
Compress the mounted folder /root
to root.7z
:
docker run --rm --workdir /data -it -v /root:/data crazymax/7zip 7za a root.7z .
Extract archive root.7z
from the mounted folder /root
:
docker run --rm --workdir /data -it -v /root:/data crazymax/7zip 7za x root.7z
Use tar if you want to preserve Unix ownership / permissions :
docker run --rm --workdir /data -it -v /root:/data crazymax/7zip sh -c 'tar cvf - * | 7za a -si root.tar.7z'
Want to contribute? Awesome! The most basic way to show your support is to star the project, or to raise issues. You can also support this project by becoming a sponsor on GitHub or by making a PayPal donation to ensure this journey continues indefinitely!
Thanks again for your support, it is much appreciated! 🙏
MIT. See LICENSE
for more details.
Icon credit to finfin.