Namespace
apache
Image / Tag
tika:4.0.0-alpha-1.0-full
Content Digest
sha256:d89b5ebfdcd73c0fbf99f4c094605c2ce38c68c51df3aa3ecbd344c5becd5114
Details
Created

2026-05-11 12:15:28 UTC

Size

333 MB

Content Digest
Labels
  • maintainer
    Apache Tika Developers [email protected]
  • org.opencontainers.image.created
    2026-04-21T17:23:54.324551+00:00
  • 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.
  • org.opencontainers.image.title
    ubuntu
  • org.opencontainers.image.version
    26.04

Environment
PATH

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

TIKA_VERSION

4.0.0-alpha-1


Layers

[#000] sha256:6f5c5aa4e145204b113f983c003ff8ad6489394294ef95ec030bc94e3daded54 - 11.88% (39.6 MB)

[#001] sha256:1c24335ddd46023ff99bd665bd8ea6798464f7bbf501718edcf2eb4696e5f408 - 0.0% (387 Bytes)

[#002] sha256:fccd8cd425b02fb531a442d6cd78fb7faa26ba43d5b7fd6ea374589289104cbb - 70.82% (236 MB)

[#003] sha256:8eec45a592f0d246f759a2de1e3124ee7f5685258f93e0995643aad781bf2dfe - 17.29% (57.7 MB)

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


History
2026-04-21 17:23:53 UTC

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/.temp_layer.4415.tar --tag 26.04

2026-04-21 17:23:54 UTC (Set entrypoint)

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

2026-04-21 17:23:54 UTC (Set default commands)

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

2026-04-21 17:23:54 UTC (Set default PATH for bare-based rock)

umoci config --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:26.04 --config.env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2026-04-21 17:23:54 UTC (Set labels)

umoci config --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/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-04-21T17:23:54.324551+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-04-21 17:23:54 UTC (Set annotations)

umoci config --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/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-04-21T17:23:54.324551+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-04-21 17:23:54 UTC (Add rock control metadata)

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/.temp_layer.control_data.4415.tar

2026-05-11 12:15:27 UTC (buildkit.dockerfile.v0)

ARG UID_GID=35002:35002

2026-05-11 12:15:27 UTC (buildkit.dockerfile.v0)

ARG JRE=openjdk-21-jre-headless

2026-05-11 12:15:27 UTC (buildkit.dockerfile.v0)

ARG LANGUAGES=eng ita fra spa deu jpn

2026-05-11 12:15:27 UTC (buildkit.dockerfile.v0)

RUN |3 UID_GID=35002:35002 JRE=openjdk-21-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

2026-05-11 12:15:27 UTC (buildkit.dockerfile.v0)

ARG TIKA_VERSION=4.0.0-alpha-1

2026-05-11 12:15:27 UTC (buildkit.dockerfile.v0)

ENV TIKA_VERSION=4.0.0-alpha-1

2026-05-11 12:15:28 UTC (buildkit.dockerfile.v0)

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

2026-05-11 12:15:28 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/tika-server

2026-05-11 12:15:28 UTC (buildkit.dockerfile.v0)

USER 35002:35002

2026-05-11 12:15:28 UTC (buildkit.dockerfile.v0)

EXPOSE [9998/tcp]

2026-05-11 12:15:28 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/bin/sh" "-c" "exec java -cp \"/opt/tika-server/tika-server.jar:/opt/tika-server/lib/*:/tika-extras/*\" org.apache.tika.server.core.TikaServerCli -h 0.0.0.0 $0 $@"]

2026-05-11 12:15:28 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Apache Tika Developers [email protected]

Details
Created

2026-05-11 12:22:05 UTC

Size

324 MB

Content Digest
Labels
  • maintainer
    Apache Tika Developers [email protected]
  • org.opencontainers.image.created
    2026-04-21T15:27:26.117874+00:00
  • 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.
  • org.opencontainers.image.title
    ubuntu
  • org.opencontainers.image.version
    26.04

Environment
PATH

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

TIKA_VERSION

4.0.0-alpha-1


Layers

[#000] sha256:2113f8d7eb32748b14581824c1b94cea9ed9a08456312a2e94eddd522d01b927 - 11.97% (38.8 MB)

[#001] sha256:4a7720058461eb4ae40ed203b9874ab3248bd34ffb9948193e99245229fdbd6f - 0.0% (390 Bytes)

[#002] sha256:a166efea1615fa25790a6a809cbf2b2f85e4b98b65ca969d7f1f03d7dc95ec36 - 70.25% (228 MB)

[#003] sha256:47a5cf3f3c8345008ec100dc901076d57dae8e2e3d701b0553bfb6a93109c834 - 17.77% (57.7 MB)

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


History
2026-04-21 15:27:25 UTC

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/.temp_layer.4553.tar --tag 26.04

2026-04-21 15:27:26 UTC (Set entrypoint)

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

2026-04-21 15:27:26 UTC (Set default commands)

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

2026-04-21 15:27:26 UTC (Set default PATH for bare-based rock)

umoci config --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:26.04 --config.env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2026-04-21 15:27:26 UTC (Set labels)

umoci config --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/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-04-21T15:27:26.117874+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-04-21 15:27:26 UTC (Set annotations)

umoci config --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/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-04-21T15:27:26.117874+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-04-21 15:27:26 UTC (Add rock control metadata)

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/.temp_layer.control_data.4553.tar

2026-05-11 12:22:05 UTC (buildkit.dockerfile.v0)

ARG UID_GID=35002:35002

2026-05-11 12:22:05 UTC (buildkit.dockerfile.v0)

ARG JRE=openjdk-21-jre-headless

2026-05-11 12:22:05 UTC (buildkit.dockerfile.v0)

ARG LANGUAGES=eng ita fra spa deu jpn

2026-05-11 12:22:05 UTC (buildkit.dockerfile.v0)

RUN |3 UID_GID=35002:35002 JRE=openjdk-21-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

2026-05-11 12:22:05 UTC (buildkit.dockerfile.v0)

ARG TIKA_VERSION=4.0.0-alpha-1

2026-05-11 12:22:05 UTC (buildkit.dockerfile.v0)

ENV TIKA_VERSION=4.0.0-alpha-1

2026-05-11 12:22:05 UTC (buildkit.dockerfile.v0)

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

2026-05-11 12:22:05 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/tika-server

2026-05-11 12:22:05 UTC (buildkit.dockerfile.v0)

USER 35002:35002

2026-05-11 12:22:05 UTC (buildkit.dockerfile.v0)

EXPOSE [9998/tcp]

2026-05-11 12:22:05 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/bin/sh" "-c" "exec java -cp \"/opt/tika-server/tika-server.jar:/opt/tika-server/lib/*:/tika-extras/*\" org.apache.tika.server.core.TikaServerCli -h 0.0.0.0 $0 $@"]

2026-05-11 12:22:05 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Apache Tika Developers [email protected]

Details
Created

2026-05-11 12:21:16 UTC

Size

326 MB

Content Digest
Labels
  • maintainer
    Apache Tika Developers [email protected]
  • org.opencontainers.image.created
    2026-04-21T15:27:35.069505+00:00
  • 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.
  • org.opencontainers.image.title
    ubuntu
  • org.opencontainers.image.version
    26.04

Environment
PATH

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

TIKA_VERSION

4.0.0-alpha-1


Layers

[#000] sha256:03dae6861127cd7f8db2f8a92a08f2d51871f69916247da38f9039679fd7a1da - 11.96% (39.1 MB)

[#001] sha256:b357ff8099f61a0e764119efc1c055b34bf5652e64e5c5955f88387a724676b6 - 0.0% (387 Bytes)

[#002] sha256:f3f9fcf38145af4d81c32fdae9b333f2248ac3210a8f22adcd0207c3b8310744 - 70.37% (230 MB)

[#003] sha256:cbc60784e2b8f9504674e554b4b7ee92c9f0478f3e6c03fbea7d041c4c84fe30 - 17.66% (57.7 MB)

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


History
2026-04-21 15:27:34 UTC

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/.temp_layer.4463.tar --tag 26.04

2026-04-21 15:27:35 UTC (Set entrypoint)

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

2026-04-21 15:27:35 UTC (Set default commands)

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

2026-04-21 15:27:35 UTC (Set default PATH for bare-based rock)

umoci config --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:26.04 --config.env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2026-04-21 15:27:35 UTC (Set labels)

umoci config --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/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-04-21T15:27:35.069505+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-04-21 15:27:35 UTC (Set annotations)

umoci config --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/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-04-21T15:27:35.069505+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-04-21 15:27:35 UTC (Add rock control metadata)

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/.temp_layer.control_data.4463.tar

2026-05-11 12:21:15 UTC (buildkit.dockerfile.v0)

ARG UID_GID=35002:35002

2026-05-11 12:21:15 UTC (buildkit.dockerfile.v0)

ARG JRE=openjdk-21-jre-headless

2026-05-11 12:21:15 UTC (buildkit.dockerfile.v0)

ARG LANGUAGES=eng ita fra spa deu jpn

2026-05-11 12:21:15 UTC (buildkit.dockerfile.v0)

RUN |3 UID_GID=35002:35002 JRE=openjdk-21-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

2026-05-11 12:21:15 UTC (buildkit.dockerfile.v0)

ARG TIKA_VERSION=4.0.0-alpha-1

2026-05-11 12:21:15 UTC (buildkit.dockerfile.v0)

ENV TIKA_VERSION=4.0.0-alpha-1

2026-05-11 12:21:16 UTC (buildkit.dockerfile.v0)

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

2026-05-11 12:21:16 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/tika-server

2026-05-11 12:21:16 UTC (buildkit.dockerfile.v0)

USER 35002:35002

2026-05-11 12:21:16 UTC (buildkit.dockerfile.v0)

EXPOSE [9998/tcp]

2026-05-11 12:21:16 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/bin/sh" "-c" "exec java -cp \"/opt/tika-server/tika-server.jar:/opt/tika-server/lib/*:/tika-extras/*\" org.apache.tika.server.core.TikaServerCli -h 0.0.0.0 $0 $@"]

2026-05-11 12:21:16 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Apache Tika Developers [email protected]

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