Namespace
apache
Image / Tag
tika:4.1.0-SNAPSHOT-full
Content Digest
sha256:a463ecf7128878eb821daf30a98ca45bed2fa1b7cb3ee76a8687fb495a96d15b
Details
Created

2026-09-06 04:16:17 UTC

Size

423 MB

Content Digest
Labels
  • maintainer
    Apache Tika Developers dev@tika.apache.org
  • org.opencontainers.image.created
    2026-09-06T06:07:35+02: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
    b11183857a059336762a8da7f6e5f36325f7cde8
  • 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.1.0-SNAPSHOT

Environment
OMP_THREAD_LIMIT

1

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TIKA_VERSION

4.1.0-SNAPSHOT


Layers

[#000] sha256:06e9d71331fb2b620a4f6c8064e0f84b284bb69a42c7c57b1c962bd4a4cdee76 - 9.36% (39.6 MB)

[#001] sha256:f3db1cd940786339b09d8a60e47c66fea9502d788e6fab5bec91a4a77d4ced1c - 0.0% (393 Bytes)

[#002] sha256:81fe59418ff21b20c41de5a84f7987d7e42dd53cafcee264de1215d30845abf9 - 76.85% (325 MB)

[#003] sha256:1fbace9a39d7c8f0872e1911849ec0b4eb461582e5dbd7fea4a03de88146634f - 13.79% (58.4 MB)

[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2026-08-17 09:02:45 UTC

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

2026-08-17 09:02:45 UTC (Set entrypoint)

umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.entrypoint --clear=config.cmd

2026-08-17 09:02:45 UTC (Set default commands)

umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.cmd --config.cmd /bin/bash

2026-08-17 09:02:45 UTC (Set default PATH for bare-based rock)

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

2026-08-17 09:02:45 UTC (Set labels)

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.

2026-08-17 09:02:45 UTC (Set annotations)

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.

2026-08-17 09:02:45 UTC (Add rock control metadata)

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

2026-09-06 04:16:17 UTC (buildkit.dockerfile.v0)

ARG UID_GID=35002:35002

2026-09-06 04:16:17 UTC (buildkit.dockerfile.v0)

ARG TIKA_VERSION=4.1.0-SNAPSHOT

2026-09-06 04:16:17 UTC (buildkit.dockerfile.v0)

ARG JRE=openjdk-25-jre-headless

2026-09-06 04:16:17 UTC (buildkit.dockerfile.v0)

RUN |3 UID_GID=35002:35002 TIKA_VERSION=4.1.0-SNAPSHOT JRE=openjdk-25-jre-headless /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 tesseract-ocr-eng tesseract-ocr-ita tesseract-ocr-fra tesseract-ocr-spa tesseract-ocr-deu tesseract-ocr-jpn && 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 fonts-noto-cjk ttf-mscorefonts-installer wget cabextract && apt-get clean -y && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit

2026-09-06 04:16:17 UTC (buildkit.dockerfile.v0)

ENV TIKA_VERSION=4.1.0-SNAPSHOT

2026-09-06 04:16:17 UTC (buildkit.dockerfile.v0)

ENV OMP_THREAD_LIMIT=1

2026-09-06 04:16:17 UTC (buildkit.dockerfile.v0)

COPY tika-server/ /opt/tika-server/ # buildkit

2026-09-06 04:16:17 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/tika-server

2026-09-06 04:16:17 UTC (buildkit.dockerfile.v0)

USER 35002:35002

2026-09-06 04:16:17 UTC (buildkit.dockerfile.v0)

EXPOSE [9998/tcp]

2026-09-06 04:16:17 UTC (buildkit.dockerfile.v0)

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 $@"]

2026-09-06 04:16:17 UTC (buildkit.dockerfile.v0)

ARG REVISION=b11183857a059336762a8da7f6e5f36325f7cde8

2026-09-06 04:16:17 UTC (buildkit.dockerfile.v0)

ARG CREATED=2026-09-06T06:07:35+02:00

2026-09-06 04:16:17 UTC (buildkit.dockerfile.v0)

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.1.0-SNAPSHOT org.opencontainers.image.revision=b11183857a059336762a8da7f6e5f36325f7cde8 org.opencontainers.image.created=2026-09-06T06:07:35+02:00

Details
Created

2026-09-06 04:27:26 UTC

Size

414 MB

Content Digest
Labels
  • maintainer
    Apache Tika Developers dev@tika.apache.org
  • org.opencontainers.image.created
    2026-09-06T06:07:35+02: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
    b11183857a059336762a8da7f6e5f36325f7cde8
  • 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.1.0-SNAPSHOT

Environment
OMP_THREAD_LIMIT

1

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TIKA_VERSION

4.1.0-SNAPSHOT


Layers

[#000] sha256:ed8299a102e92f64acbfa58a37767418df099675d441bc4b89ab8f7f17795b6f - 9.36% (38.8 MB)

[#001] sha256:50914c2b24a11b34d9332dbbf527f85d394298a976d84cf1e3a7b1e16205d29e - 0.0% (393 Bytes)

[#002] sha256:4f69e1c2ecb8304290b25b9bc6ad43f5a55690507c5ff82327a7334f286950d1 - 76.55% (317 MB)

[#003] sha256:0d49468211f044c45c554fe0d03030cec9624648f3d2554551c391f052024a7e - 14.09% (58.4 MB)

[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2026-08-17 09:04:34 UTC

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/.temp_layer.9276.tar --tag 26.04

2026-08-17 09:04:34 UTC (Set entrypoint)

umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.entrypoint --clear=config.cmd

2026-08-17 09:04:34 UTC (Set default commands)

umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.cmd --config.cmd /bin/bash

2026-08-17 09:04:34 UTC (Set default PATH for bare-based rock)

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

2026-08-17 09:04:34 UTC (Set labels)

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:04:34.463771+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.

2026-08-17 09:04:34 UTC (Set annotations)

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:04:34.463771+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.

2026-08-17 09:04:34 UTC (Add rock control metadata)

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/.temp_layer.control_data.9276.tar

2026-09-06 04:27:26 UTC (buildkit.dockerfile.v0)

ARG UID_GID=35002:35002

2026-09-06 04:27:26 UTC (buildkit.dockerfile.v0)

ARG TIKA_VERSION=4.1.0-SNAPSHOT

2026-09-06 04:27:26 UTC (buildkit.dockerfile.v0)

ARG JRE=openjdk-25-jre-headless

2026-09-06 04:27:26 UTC (buildkit.dockerfile.v0)

RUN |3 UID_GID=35002:35002 TIKA_VERSION=4.1.0-SNAPSHOT JRE=openjdk-25-jre-headless /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 tesseract-ocr-eng tesseract-ocr-ita tesseract-ocr-fra tesseract-ocr-spa tesseract-ocr-deu tesseract-ocr-jpn && 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 fonts-noto-cjk ttf-mscorefonts-installer wget cabextract && apt-get clean -y && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit

2026-09-06 04:27:26 UTC (buildkit.dockerfile.v0)

ENV TIKA_VERSION=4.1.0-SNAPSHOT

2026-09-06 04:27:26 UTC (buildkit.dockerfile.v0)

ENV OMP_THREAD_LIMIT=1

2026-09-06 04:27:26 UTC (buildkit.dockerfile.v0)

COPY tika-server/ /opt/tika-server/ # buildkit

2026-09-06 04:27:26 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/tika-server

2026-09-06 04:27:26 UTC (buildkit.dockerfile.v0)

USER 35002:35002

2026-09-06 04:27:26 UTC (buildkit.dockerfile.v0)

EXPOSE [9998/tcp]

2026-09-06 04:27:26 UTC (buildkit.dockerfile.v0)

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 $@"]

2026-09-06 04:27:26 UTC (buildkit.dockerfile.v0)

ARG REVISION=b11183857a059336762a8da7f6e5f36325f7cde8

2026-09-06 04:27:26 UTC (buildkit.dockerfile.v0)

ARG CREATED=2026-09-06T06:07:35+02:00

2026-09-06 04:27:26 UTC (buildkit.dockerfile.v0)

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.1.0-SNAPSHOT org.opencontainers.image.revision=b11183857a059336762a8da7f6e5f36325f7cde8 org.opencontainers.image.created=2026-09-06T06:07:35+02:00

Details
Created

2026-09-06 04:26:23 UTC

Size

416 MB

Content Digest
Labels
  • maintainer
    Apache Tika Developers dev@tika.apache.org
  • org.opencontainers.image.created
    2026-09-06T06:07:35+02: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
    b11183857a059336762a8da7f6e5f36325f7cde8
  • 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.1.0-SNAPSHOT

Environment
OMP_THREAD_LIMIT

1

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TIKA_VERSION

4.1.0-SNAPSHOT


Layers

[#000] sha256:b1aa13925330270ece5314333db4d2d0539a9fa79fb104cd43d7595fe5aa69fc - 9.43% (39.2 MB)

[#001] sha256:6d201668f161ff89d301e6e21bd71b4f685b5539cc6d2cda9e1c09a9dd2d0d04 - 0.0% (389 Bytes)

[#002] sha256:555ca4a24b4c0a13706b41500c7d49492c78c79f47b94d73d61ddb85c4e18255 - 76.55% (319 MB)

[#003] sha256:a8bc82faaaa19c2c4d971bef9f1720a62096755bb01e2b0f77b9349382afbb92 - 14.03% (58.4 MB)

[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2026-08-17 08:51:48 UTC

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/.temp_layer.9176.tar --tag 26.04

2026-08-17 08:51:49 UTC (Set entrypoint)

umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.entrypoint --clear=config.cmd

2026-08-17 08:51:49 UTC (Set default commands)

umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.cmd --config.cmd /bin/bash

2026-08-17 08:51:49 UTC (Set default PATH for bare-based rock)

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

2026-08-17 08:51:49 UTC (Set labels)

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-17T08:51:49.237511+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.

2026-08-17 08:51:49 UTC (Set annotations)

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-17T08:51:49.237511+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.

2026-08-17 08:51:49 UTC (Add rock control metadata)

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/.temp_layer.control_data.9176.tar

2026-09-06 04:26:22 UTC (buildkit.dockerfile.v0)

ARG UID_GID=35002:35002

2026-09-06 04:26:22 UTC (buildkit.dockerfile.v0)

ARG TIKA_VERSION=4.1.0-SNAPSHOT

2026-09-06 04:26:22 UTC (buildkit.dockerfile.v0)

ARG JRE=openjdk-25-jre-headless

2026-09-06 04:26:22 UTC (buildkit.dockerfile.v0)

RUN |3 UID_GID=35002:35002 TIKA_VERSION=4.1.0-SNAPSHOT JRE=openjdk-25-jre-headless /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 tesseract-ocr-eng tesseract-ocr-ita tesseract-ocr-fra tesseract-ocr-spa tesseract-ocr-deu tesseract-ocr-jpn && 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 fonts-noto-cjk ttf-mscorefonts-installer wget cabextract && apt-get clean -y && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit

2026-09-06 04:26:22 UTC (buildkit.dockerfile.v0)

ENV TIKA_VERSION=4.1.0-SNAPSHOT

2026-09-06 04:26:22 UTC (buildkit.dockerfile.v0)

ENV OMP_THREAD_LIMIT=1

2026-09-06 04:26:23 UTC (buildkit.dockerfile.v0)

COPY tika-server/ /opt/tika-server/ # buildkit

2026-09-06 04:26:23 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/tika-server

2026-09-06 04:26:23 UTC (buildkit.dockerfile.v0)

USER 35002:35002

2026-09-06 04:26:23 UTC (buildkit.dockerfile.v0)

EXPOSE [9998/tcp]

2026-09-06 04:26:23 UTC (buildkit.dockerfile.v0)

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 $@"]

2026-09-06 04:26:23 UTC (buildkit.dockerfile.v0)

ARG REVISION=b11183857a059336762a8da7f6e5f36325f7cde8

2026-09-06 04:26:23 UTC (buildkit.dockerfile.v0)

ARG CREATED=2026-09-06T06:07:35+02:00

2026-09-06 04:26:23 UTC (buildkit.dockerfile.v0)

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.1.0-SNAPSHOT org.opencontainers.image.revision=b11183857a059336762a8da7f6e5f36325f7cde8 org.opencontainers.image.created=2026-09-06T06:07:35+02:00

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete