Namespace
apache
Image / Tag
tika:4.0.0-SNAPSHOT
Content Digest
sha256:d8246ce8b579e30343a7c3111b6166ff7b6c4486e244058ee76cb2cc39b5ce49
Details
Created

2026-07-22 14:31:33 UTC

Size

179 MB

Content Digest
Labels
  • maintainer
    Apache Tika Developers dev@tika.apache.org
  • org.opencontainers.image.created
    2026-07-22T09:34:10-04:00
  • org.opencontainers.image.description
    Apache Tika content detection and analysis server - lightweight JRE-only build
  • org.opencontainers.image.documentation
    https://tika.apache.org/
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    69b45d5d5d12437969f42a4e19131c4f7d3bb1ef
  • org.opencontainers.image.source
    https://github.com/apache/tika
  • org.opencontainers.image.title
    Apache Tika Server
  • 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-SNAPSHOT

Environment
PATH

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

TIKA_VERSION

4.0.0-SNAPSHOT


Layers

[#000] sha256:ed819469700fe2cd94f44a7c218a84e40cda16dd2e7e5238cbdef33e6153d536 - 22.1% (39.7 MB)

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

[#002] sha256:7038f7529a5ce7d3e2d7f5b3e36455cb32656bd4f1ec80d0eb9a538fb0cab9e8 - 45.95% (82.4 MB)

[#003] sha256:77e61d70df299321f4c10a775dcce133fd0a4d45b1aa91b679e79a4fcda9c03a - 31.95% (57.3 MB)

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


History
2026-07-13 16:06:29 UTC

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/.temp_layer.8989.tar --tag 26.04

2026-07-13 16:06:30 UTC (Set entrypoint)

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

2026-07-13 16:06:30 UTC (Set default commands)

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

2026-07-13 16:06:30 UTC (Set default PATH for bare-based rock)

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

2026-07-13 16:06:30 UTC (Set labels)

umoci config --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/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-07-13T16:06:30.499069+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-07-13 16:06:30 UTC (Set annotations)

umoci config --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/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-07-13T16:06:30.499069+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-07-13 16:06:30 UTC (Add rock control metadata)

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/.temp_layer.control_data.8989.tar

2026-07-22 14:31:33 UTC (buildkit.dockerfile.v0)

ARG UID_GID=35002:35002

2026-07-22 14:31:33 UTC (buildkit.dockerfile.v0)

ARG TIKA_VERSION=4.0.0-SNAPSHOT

2026-07-22 14:31:33 UTC (buildkit.dockerfile.v0)

ARG JRE=openjdk-25-jre-headless

2026-07-22 14:31:33 UTC (buildkit.dockerfile.v0)

RUN |3 UID_GID=35002:35002 TIKA_VERSION=4.0.0-SNAPSHOT JRE=openjdk-25-jre-headless /bin/sh -c set -eux && apt-get update && apt-get install --yes --no-install-recommends ${JRE} ca-certificates && apt-get clean -y && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit

2026-07-22 14:31:33 UTC (buildkit.dockerfile.v0)

ENV TIKA_VERSION=4.0.0-SNAPSHOT

2026-07-22 14:31:33 UTC (buildkit.dockerfile.v0)

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

2026-07-22 14:31:33 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/tika-server

2026-07-22 14:31:33 UTC (buildkit.dockerfile.v0)

USER 35002:35002

2026-07-22 14:31:33 UTC (buildkit.dockerfile.v0)

EXPOSE [9998/tcp]

2026-07-22 14:31:33 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-07-22 14:31:33 UTC (buildkit.dockerfile.v0)

ARG REVISION=69b45d5d5d12437969f42a4e19131c4f7d3bb1ef

2026-07-22 14:31:33 UTC (buildkit.dockerfile.v0)

ARG CREATED=2026-07-22T09:34:10-04:00

2026-07-22 14:31:33 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Apache Tika Developers dev@tika.apache.org org.opencontainers.image.title=Apache Tika Server org.opencontainers.image.description=Apache Tika content detection and analysis server - lightweight JRE-only build 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-SNAPSHOT org.opencontainers.image.revision=69b45d5d5d12437969f42a4e19131c4f7d3bb1ef org.opencontainers.image.created=2026-07-22T09:34:10-04:00

Details
Created

2026-07-22 14:33:54 UTC

Size

178 MB

Content Digest
Labels
  • maintainer
    Apache Tika Developers dev@tika.apache.org
  • org.opencontainers.image.created
    2026-07-22T09:34:10-04:00
  • org.opencontainers.image.description
    Apache Tika content detection and analysis server - lightweight JRE-only build
  • org.opencontainers.image.documentation
    https://tika.apache.org/
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    69b45d5d5d12437969f42a4e19131c4f7d3bb1ef
  • org.opencontainers.image.source
    https://github.com/apache/tika
  • org.opencontainers.image.title
    Apache Tika Server
  • 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-SNAPSHOT

Environment
PATH

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

TIKA_VERSION

4.0.0-SNAPSHOT


Layers

[#000] sha256:55237ac9880d41596395b2030d7fc23af58cab7740672ae7f52b996301e5101a - 21.86% (38.8 MB)

[#001] sha256:693710ba20392c457fbbb59aaaa97ef6c2550b80ef7c683300be650839bb9d6b - 0.0% (392 Bytes)

[#002] sha256:1c6e3ae1bd53c0bdb60a6022ddb876dc255131bff28c7f24dd3bc6d684494fe3 - 45.88% (81.5 MB)

[#003] sha256:80ea4f21ee3682ab202cf4ae4252c472b03fb94d4fb705137d24303a10f9cbef - 32.27% (57.3 MB)

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


History
2026-07-13 16:25:17 UTC

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/.temp_layer.9081.tar --tag 26.04

2026-07-13 16:25:17 UTC (Set entrypoint)

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

2026-07-13 16:25:17 UTC (Set default commands)

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

2026-07-13 16:25:17 UTC (Set default PATH for bare-based rock)

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

2026-07-13 16:25:17 UTC (Set labels)

umoci config --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/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-07-13T16:25:17.771941+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-07-13 16:25:17 UTC (Set annotations)

umoci config --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/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-07-13T16:25:17.771941+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-07-13 16:25:17 UTC (Add rock control metadata)

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/.temp_layer.control_data.9081.tar

2026-07-22 14:33:54 UTC (buildkit.dockerfile.v0)

ARG UID_GID=35002:35002

2026-07-22 14:33:54 UTC (buildkit.dockerfile.v0)

ARG TIKA_VERSION=4.0.0-SNAPSHOT

2026-07-22 14:33:54 UTC (buildkit.dockerfile.v0)

ARG JRE=openjdk-25-jre-headless

2026-07-22 14:33:54 UTC (buildkit.dockerfile.v0)

RUN |3 UID_GID=35002:35002 TIKA_VERSION=4.0.0-SNAPSHOT JRE=openjdk-25-jre-headless /bin/sh -c set -eux && apt-get update && apt-get install --yes --no-install-recommends ${JRE} ca-certificates && apt-get clean -y && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit

2026-07-22 14:33:54 UTC (buildkit.dockerfile.v0)

ENV TIKA_VERSION=4.0.0-SNAPSHOT

2026-07-22 14:33:54 UTC (buildkit.dockerfile.v0)

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

2026-07-22 14:33:54 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/tika-server

2026-07-22 14:33:54 UTC (buildkit.dockerfile.v0)

USER 35002:35002

2026-07-22 14:33:54 UTC (buildkit.dockerfile.v0)

EXPOSE [9998/tcp]

2026-07-22 14:33:54 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-07-22 14:33:54 UTC (buildkit.dockerfile.v0)

ARG REVISION=69b45d5d5d12437969f42a4e19131c4f7d3bb1ef

2026-07-22 14:33:54 UTC (buildkit.dockerfile.v0)

ARG CREATED=2026-07-22T09:34:10-04:00

2026-07-22 14:33:54 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Apache Tika Developers dev@tika.apache.org org.opencontainers.image.title=Apache Tika Server org.opencontainers.image.description=Apache Tika content detection and analysis server - lightweight JRE-only build 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-SNAPSHOT org.opencontainers.image.revision=69b45d5d5d12437969f42a4e19131c4f7d3bb1ef org.opencontainers.image.created=2026-07-22T09:34:10-04:00

Details
Created

2026-07-22 14:33:41 UTC

Size

176 MB

Content Digest
Labels
  • maintainer
    Apache Tika Developers dev@tika.apache.org
  • org.opencontainers.image.created
    2026-07-22T09:34:10-04:00
  • org.opencontainers.image.description
    Apache Tika content detection and analysis server - lightweight JRE-only build
  • org.opencontainers.image.documentation
    https://tika.apache.org/
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    69b45d5d5d12437969f42a4e19131c4f7d3bb1ef
  • org.opencontainers.image.source
    https://github.com/apache/tika
  • org.opencontainers.image.title
    Apache Tika Server
  • 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-SNAPSHOT

Environment
PATH

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

TIKA_VERSION

4.0.0-SNAPSHOT


Layers

[#000] sha256:8bf47cf5e2e1fd91308da2c6ac3ffd390f5fe8d4eaad8f16c90039fac614fdb4 - 22.33% (39.3 MB)

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

[#002] sha256:68339878e267526334df06d400043e2ff8e1dc92ca43f40d4ce5b0844cec4d1d - 45.06% (79.2 MB)

[#003] sha256:74eb8dedb282c244b2928b16bf160d796850fb4ba4e5be7f88fafe616d6d9f1b - 32.61% (57.3 MB)

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


History
2026-07-13 21:46:14 UTC

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/.temp_layer.9066.tar --tag 26.04

2026-07-13 21:46:15 UTC (Set entrypoint)

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

2026-07-13 21:46:15 UTC (Set default commands)

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

2026-07-13 21:46:15 UTC (Set default PATH for bare-based rock)

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

2026-07-13 21:46:15 UTC (Set labels)

umoci config --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/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-07-13T21:46:15.064196+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-07-13 21:46:15 UTC (Set annotations)

umoci config --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/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-07-13T21:46:15.064196+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-07-13 21:46:15 UTC (Add rock control metadata)

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/.temp_layer.control_data.9066.tar

2026-07-22 14:33:41 UTC (buildkit.dockerfile.v0)

ARG UID_GID=35002:35002

2026-07-22 14:33:41 UTC (buildkit.dockerfile.v0)

ARG TIKA_VERSION=4.0.0-SNAPSHOT

2026-07-22 14:33:41 UTC (buildkit.dockerfile.v0)

ARG JRE=openjdk-25-jre-headless

2026-07-22 14:33:41 UTC (buildkit.dockerfile.v0)

RUN |3 UID_GID=35002:35002 TIKA_VERSION=4.0.0-SNAPSHOT JRE=openjdk-25-jre-headless /bin/sh -c set -eux && apt-get update && apt-get install --yes --no-install-recommends ${JRE} ca-certificates && apt-get clean -y && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit

2026-07-22 14:33:41 UTC (buildkit.dockerfile.v0)

ENV TIKA_VERSION=4.0.0-SNAPSHOT

2026-07-22 14:33:41 UTC (buildkit.dockerfile.v0)

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

2026-07-22 14:33:41 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/tika-server

2026-07-22 14:33:41 UTC (buildkit.dockerfile.v0)

USER 35002:35002

2026-07-22 14:33:41 UTC (buildkit.dockerfile.v0)

EXPOSE [9998/tcp]

2026-07-22 14:33:41 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-07-22 14:33:41 UTC (buildkit.dockerfile.v0)

ARG REVISION=69b45d5d5d12437969f42a4e19131c4f7d3bb1ef

2026-07-22 14:33:41 UTC (buildkit.dockerfile.v0)

ARG CREATED=2026-07-22T09:34:10-04:00

2026-07-22 14:33:41 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Apache Tika Developers dev@tika.apache.org org.opencontainers.image.title=Apache Tika Server org.opencontainers.image.description=Apache Tika content detection and analysis server - lightweight JRE-only build 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-SNAPSHOT org.opencontainers.image.revision=69b45d5d5d12437969f42a4e19131c4f7d3bb1ef org.opencontainers.image.created=2026-07-22T09:34:10-04: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