Sign inSign up

islandora/leptonica

Sponsored OSS

By islandora

Updated about 17 hours 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:3c946d5b4

Size

121.4 MB

Last updated

about 17 hours ago

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

This week's pulls

Pulls:

485

Last week