islandora/leptonica

Sponsored OSS

By islandora

Updated 3 days ago

Custom build of Leptonica for use in Hypercube image.

Image
Data science
Content management system
0

50K+

islandora/leptonica repository overview

Leptonica

Docker image for leptonica package.

It is not meant to be deployed as a service, but rather as base to import our custom leptonica build into containers like islandora/hypercube.

Consumers are expected to follow this pattern:

FROM islandora/leptonica:latest as leptonica

FROM some_image:latest

RUN --mount=type=bind,from=leptonica,source=/home/builder/packages/x86_64,target=/packages \
    --mount=type=bind,from=leptonica,source=/etc/apk/keys,target=/etc/apk/keys \
    apk add /packages/leptonica-*.apk && \
    ... other build steps ... && \
    cleanup.sh

Tag summary

Content type

Image

Digest

sha256:9b6fb7166

Size

111.8 MB

Last updated

3 days ago

docker pull islandora/leptonica:renovate.github-actions

This week's pulls

Pulls:

284

Jul 6 to Jul 12