valodrive-tika (sha256:aaf93e670122bac07adee5244000a88b66de9e9ef0b79361e05f11b62f14e175)
Published 2026-09-23 13:36:18 +00:00 by kz
Installation
docker pull git.devkz.ru/kz/valodrive-tika@sha256:aaf93e670122bac07adee5244000a88b66de9e9ef0b79361e05f11b62f14e175sha256:aaf93e670122bac07adee5244000a88b66de9e9ef0b79361e05f11b62f14e175About this package
Apache Tika content detection and analysis server with OCR, fonts, and GDAL support
Image Layers
| umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/.temp_layer.9259.tar --tag 26.04 |
| umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.entrypoint --clear=config.cmd |
| umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.cmd --config.cmd /bin/bash |
| umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --config.env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.labels --config.label org.opencontainers.image.version=26.04 --config.label org.opencontainers.image.title=ubuntu --config.label org.opencontainers.image.created=2026-08-17T09:02:45.677319+00:00 --config.label org.opencontainers.image.description=The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide. |
| umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=manifest.annotations --manifest.annotation org.opencontainers.image.version=26.04 --manifest.annotation org.opencontainers.image.title=ubuntu --manifest.annotation org.opencontainers.image.created=2026-08-17T09:02:45.677319+00:00 --manifest.annotation org.opencontainers.image.description=The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide. |
| umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/.temp_layer.control_data.9259.tar |
| ARG UID_GID=35002:35002 |
| ARG JRE=openjdk-25-jre-headless |
| ARG LANGUAGES=eng ita fra spa deu jpn |
| RUN |3 UID_GID=35002:35002 JRE=openjdk-25-jre-headless LANGUAGES=eng ita fra spa deu jpn /bin/sh -c set -eux && apt-get update && apt-get install --yes --no-install-recommends gnupg2 software-properties-common && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --yes --no-install-recommends $JRE gdal-bin imagemagick tesseract-ocr $(printf 'tesseract-ocr-%s ' $LANGUAGES) && echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections && DEBIAN_FRONTEND=noninteractive apt-get install --yes --no-install-recommends xfonts-utils fonts-freefont-ttf fonts-liberation ttf-mscorefonts-installer wget cabextract && apt-get clean -y && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit |
| ARG TIKA_VERSION=4.0.0 |
| ENV TIKA_VERSION=4.0.0 |
| COPY /opt/tika-server /opt/tika-server # buildkit |
| WORKDIR /opt/tika-server |
| USER 35002:35002 |
| EXPOSE [9998/tcp] |
| ENTRYPOINT ["/bin/sh" "-c" "exec java -cp \"/opt/tika-server/*:/opt/tika-server/lib/*:/tika-extras/*\" org.apache.tika.server.core.TikaServerCli -h 0.0.0.0 $0 $@"] |
| ARG REVISION=514e1b3d8d29726d02ac6a12479d95f5db263379 |
| ARG CREATED=2026-08-18T15:48:40-04:00 |
| LABEL maintainer=Apache Tika Developers dev@tika.apache.org org.opencontainers.image.title=Apache Tika Server (full) org.opencontainers.image.description=Apache Tika content detection and analysis server with OCR, fonts, and GDAL support org.opencontainers.image.url=https://hub.docker.com/r/apache/tika org.opencontainers.image.source=https://github.com/apache/tika org.opencontainers.image.documentation=https://tika.apache.org/ org.opencontainers.image.vendor=Apache Software Foundation org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.version=4.0.0 org.opencontainers.image.revision=514e1b3d8d29726d02ac6a12479d95f5db263379 org.opencontainers.image.created=2026-08-18T15:48:40-04:00 |
| USER root |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends tesseract-ocr-rus && rm -rf /var/lib/apt/lists/* # buildkit |
| USER 35002 |
Labels
| Key | Value |
|---|---|
| maintainer | Apache Tika Developers dev@tika.apache.org |
| org.opencontainers.image.created | 2026-08-18T15:48:40-04:00 |
| org.opencontainers.image.description | Apache Tika content detection and analysis server with OCR, fonts, and GDAL support |
| org.opencontainers.image.documentation | https://tika.apache.org/ |
| org.opencontainers.image.licenses | Apache-2.0 |
| org.opencontainers.image.revision | 514e1b3d8d29726d02ac6a12479d95f5db263379 |
| org.opencontainers.image.source | https://github.com/apache/tika |
| org.opencontainers.image.title | Apache Tika Server (full) |
| org.opencontainers.image.url | https://hub.docker.com/r/apache/tika |
| org.opencontainers.image.vendor | Apache Software Foundation |
| org.opencontainers.image.version | 4.0.0 |
Details
2026-09-23 13:36:18 +00:00
Versions (13)
View all
Container
7
OCI / Docker
linux/amd64
Apache-2.0
347 MiB