An open API service indexing awesome lists of open source software.

https://github.com/mviereck/im7deb-docker

Creates a deb package of ImageMagick 7 in a docker container
https://github.com/mviereck/im7deb-docker

Last synced: 3 months ago
JSON representation

Creates a deb package of ImageMagick 7 in a docker container

Awesome Lists containing this project

README

          

# im7deb-docker
Creates a Debian or Ubuntu deb package of ImageMagick 7 in a docker container.

Output of `im7deb-docker --help`:
```
im7deb-docker: Build and create deb package of ImageMagick 7 in a docker image.

The resulting package will be stored in /tmp/im7deb.
The package will match the host system or the one chosen with option --from.
Docker image and container will be removed once done.

Usage:
im7deb-docker [OPTIONS]

Options:
-h, --help Display this help.
--from DIST:RELEASE Base image to build ImageMagick.
DIST can be one of debian or ubuntu
RELEASE is e.g. xenial or bullseye
Default: Same as host system.
-o, --out DIR Output directory. Default DIR: /tmp/im7deb
--podman Use podman instead of docker.
-q ImageMagick Quantum Depth (8, 16 or 32)
Default: 16

Dependencies:
docker or podman

The IMEI script to build IM7 is used by this docker script.
Thanks to: https://github.com/SoftCreatR/imei
```