Sign inSign up

islandora/imagemagick

Sponsored OSS

By islandora

Updated about 23 hours ago

Custom build of ImageMagick for use by Houdini.

Image
Content management system
0

50K+

islandora/imagemagick repository overview

Imagemagick

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

Tag summary

Content type

Image

Digest

sha256:3d89d9dc1

Size

233.9 MB

Last updated

about 23 hours ago

docker pull islandora/imagemagick:renovate.ubuntu-26.x

This week's pulls

Pulls:

583

Last week