{"id":46764035,"url":"https://github.com/dstmodders/docker-imagemagick","last_synced_at":"2026-03-09T22:26:33.747Z","repository":{"id":222194544,"uuid":"755618238","full_name":"dstmodders/docker-imagemagick","owner":"dstmodders","description":"Dockerized latest and legacy versions of ImageMagick.","archived":false,"fork":false,"pushed_at":"2025-11-18T20:23:15.000Z","size":415,"stargazers_count":0,"open_issues_count":3,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-18T22:08:16.577Z","etag":null,"topics":["docker","docker-image","hacktoberfest","imagemagick"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/dstmodders/imagemagick","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dstmodders.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-02-10T18:43:27.000Z","updated_at":"2025-11-18T20:23:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"fd37456f-2dfb-4924-bf29-314b25e459b9","html_url":"https://github.com/dstmodders/docker-imagemagick","commit_stats":null,"previous_names":["dstmodders/docker-imagemagick"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dstmodders/docker-imagemagick","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dstmodders%2Fdocker-imagemagick","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dstmodders%2Fdocker-imagemagick/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dstmodders%2Fdocker-imagemagick/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dstmodders%2Fdocker-imagemagick/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dstmodders","download_url":"https://codeload.github.com/dstmodders/docker-imagemagick/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dstmodders%2Fdocker-imagemagick/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30314622,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T20:05:46.299Z","status":"ssl_error","status_checked_at":"2026-03-09T19:57:04.425Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-image","hacktoberfest","imagemagick"],"created_at":"2026-03-09T22:26:32.918Z","updated_at":"2026-03-09T22:26:33.730Z","avatar_url":"https://github.com/dstmodders.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-imagemagick\n\n[![Debian Size]](https://hub.docker.com/r/dstmodders/imagemagick)\n[![Alpine Size]](https://hub.docker.com/r/dstmodders/imagemagick)\n[![CI]](https://github.com/dstmodders/docker-imagemagick/actions/workflows/ci.yml)\n[![Build]](https://github.com/dstmodders/docker-imagemagick/actions/workflows/build.yml)\n\n![ImageMagick Logo](./logo.png)\n\n## Supported tags and respective `Dockerfile` links\n\n- [`7.1.2-8-alpine`, `7.1.2-8`, `alpine`, `latest`](https://github.com/dstmodders/docker-imagemagick/blob/9b3187a25f96a1bb19f7546b4690c881c5af5c67/latest/alpine/Dockerfile)\n- [`7.1.2-8-debian`, `debian`](https://github.com/dstmodders/docker-imagemagick/blob/9b3187a25f96a1bb19f7546b4690c881c5af5c67/latest/debian/Dockerfile)\n- [`legacy-6.9.13-33-alpine`, `legacy-6.9.13-33`, `legacy-alpine`, `legacy-latest`, `legacy`](https://github.com/dstmodders/docker-imagemagick/blob/9b3187a25f96a1bb19f7546b4690c881c5af5c67/legacy/alpine/Dockerfile)\n- [`legacy-6.9.13-33-debian`, `legacy-debian`](https://github.com/dstmodders/docker-imagemagick/blob/9b3187a25f96a1bb19f7546b4690c881c5af5c67/legacy/debian/Dockerfile)\n\n## Overview\n\n[Docker] images for both the latest and legacy [ImageMagick] versions.\n\nThey are meant to be used as the base for other [Docker] images, much like how\nwe use them in use them in our own endeavors such as [dstmodders/docker-ktools].\nHowever, you can use them directly as well.\n\n- [Usage](#usage)\n- [Supported environment variables](#supported-environment-variables)\n- [Supported build arguments](#supported-build-arguments)\n- [Supported architectures](#supported-architectures)\n- [Build](#build)\n\n## Usage\n\nFor the latest [ImageMagick 7]:\n\n```shell\n$ docker pull dstmodders/imagemagick:latest\n# or\n$ docker pull ghcr.io/dstmodders/imagemagick:latest\n```\n\nFor the latest legacy [ImageMagick 6]:\n\n```shell\n$ docker pull dstmodders/imagemagick:legacy\n# or\n$ docker pull ghcr.io/dstmodders/imagemagick:legacy\n```\n\nSee [tags] for a list of all available versions.\n\n#### Shell/Bash (Linux \u0026 macOS)\n\n```shell\n$ docker run --rm -v \"$(pwd):/data/\" dstmodders/imagemagick magick input.gif -negate output.gif\n```\n\n#### CMD (Windows)\n\n```cmd\n\u003e docker run --rm -v \"%CD%:/data/\" dstmodders/imagemagick magick input.gif -negate output.gif\n```\n\n#### PowerShell (Windows)\n\n```powershell\nPS:\\\u003e docker run --rm -v \"${PWD}:/data/\" dstmodders/imagemagick magick input.gif -negate output.gif\n```\n\n## Supported environment variables\n\n| Name                  | Image                  | Value                      | Description           |\n| --------------------- | ---------------------- | -------------------------- | --------------------- |\n| `IMAGEMAGICK_VERSION` | `latest`\u003cbr /\u003e`legacy` | `7.1.2-8`\u003cbr /\u003e`6.9.13-33` | [ImageMagick] version |\n\n## Supported build arguments\n\n| Name                  | Image                  | Default                    | Description                |\n| --------------------- | ---------------------- | -------------------------- | -------------------------- |\n| `IMAGEMAGICK_VERSION` | `latest`\u003cbr /\u003e`legacy` | `7.1.2-8`\u003cbr /\u003e`6.9.13-33` | Sets [ImageMagick] version |\n\n## Supported architectures\n\n| Image    | Architecture(s)                                           |\n| -------- | --------------------------------------------------------- |\n| `latest` | `linux/amd64`, `linux/386`, `linux/arm64`, `linux/arm/v7` |\n| `legacy` | `linux/amd64`, `linux/386`, `linux/arm64`, `linux/arm/v7` |\n\n## Build\n\nTo build images locally, you can use `bin/build.sh` script:\n\n```shell\n# to build all images\n$ ./bin/build.sh\n\n# to build only the latest images (ImageMagick 7)\n$ ./bin/build.sh latest\n\n# to build only the legacy images (ImageMagick 6)\n$ ./bin/build.sh legacy\n```\n\nTo build images manually:\n\n```shell\n$ docker build --tag='dstmodders/imagemagick:alpine' ./latest/alpine/\n$ docker build --tag='dstmodders/imagemagick:debian' ./latest/debian/\n$ docker build --tag='dstmodders/imagemagick:legacy-alpine' ./legacy/alpine/\n$ docker build --tag='dstmodders/imagemagick:legacy-debian' ./legacy/debian/\n```\n\nRespectively, to build multi-platform images manually using [buildx]:\n\n```shell\n$ docker buildx build --platform='linux/amd64,linux/386,linux/arm64,linux/arm/v7' --tag='dstmodders/imagemagick:alpine' ./latest/alpine/\n$ docker buildx build --platform='linux/amd64,linux/386,linux/arm64,linux/arm/v7' --tag='dstmodders/imagemagick:debian' ./latest/debian/\n$ docker buildx build --platform='linux/amd64,linux/386,linux/arm64,linux/arm/v7' --tag='dstmodders/imagemagick:legacy-alpine' ./legacy/alpine/\n$ docker buildx build --platform='linux/amd64,linux/386,linux/arm64,linux/arm/v7' --tag='dstmodders/imagemagick:legacy-debian' ./legacy/debian/\n```\n\n## License\n\nReleased under the [MIT License](https://opensource.org/licenses/MIT).\n\n[alpine size]: https://img.shields.io/docker/image-size/dstmodders/imagemagick/alpine?label=alpine%20size\u0026logo=docker\n[build]: https://img.shields.io/github/actions/workflow/status/dstmodders/docker-imagemagick/build.yml?branch=main\u0026label=build\u0026logo=github\n[buildx]: https://github.com/docker/buildx\n[ci]: https://img.shields.io/github/actions/workflow/status/dstmodders/docker-imagemagick/ci.yml?branch=main\u0026label=ci\u0026logo=github\n[debian size]: https://img.shields.io/docker/image-size/dstmodders/imagemagick/debian?label=debian%20size\u0026logo=docker\n[docker]: https://www.docker.com/\n[dstmodders/docker-ktools]: https://github.com/dstmodders/docker-ktools\n[imagemagick 6]: https://imagemagick.org/\n[imagemagick 7]: https://legacy.imagemagick.org/\n[imagemagick]: https://imagemagick.org/\n[tags]: https://hub.docker.com/r/dstmodders/imagemagick/tags\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdstmodders%2Fdocker-imagemagick","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdstmodders%2Fdocker-imagemagick","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdstmodders%2Fdocker-imagemagick/lists"}