Custom build of ImageMagick for use by Houdini.
50K+
Docker image for imagemagick package.
It is not meant to be deployed as a service, but rather as base to import our
custom imagemagick build into containers like islandora/houdini.
Consumers are expected to follow this pattern:
FROM islandora/imagemagick:latest as imagemagick
FROM some_image:latest
RUN --mount=type=bind,from=imagemagick,source=/home/builder/packages/x86_64,target=/packages \
--mount=type=bind,from=imagemagick,source=/etc/apk/keys,target=/etc/apk/keys \
apk add /packages/imagemagick-*.apk && \
... other build steps ... && \
cleanup.sh
Content type
Image
Digest
sha256:3d89d9dc1…
Size
233.9 MB
Last updated
about 13 hours ago
docker pull islandora/imagemagick:renovate.ubuntu-26.xPulls:
583
Last week