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

2026-05-11 12:11:20 UTC

Size

166 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 - 23.88% (39.6 MB)

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

[#002] sha256:a35fdd0c9e43a836ef0a8b158fc8dbda51925630d5d74e71818027acd70cf557 - 41.38% (68.7 MB)

[#003] sha256:e31fd23e5ef87092baae3e9e97af8a3cac6b3eddfe84f3fb843e36cf0e8850e2 - 34.74% (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:11:12 UTC (buildkit.dockerfile.v0)

ARG UID_GID=35002:35002

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

ARG JRE=openjdk-21-jre-headless

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

RUN |2 UID_GID=35002:35002 JRE=openjdk-21-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-05-11 12:11:12 UTC (buildkit.dockerfile.v0)

ARG TIKA_VERSION=4.0.0-alpha-1

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

ENV TIKA_VERSION=4.0.0-alpha-1

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

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

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

WORKDIR /opt/tika-server

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

USER 35002:35002

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

EXPOSE [9998/tcp]

2026-05-11 12:11:20 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:11:20 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Apache Tika Developers [email protected]

Details
Created

2026-05-11 12:13:12 UTC

Size

164 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 - 23.62% (38.8 MB)

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

[#002] sha256:ef7fc7cd0a96864370b6290f0f7ad4e4c8cdcc75fb6ba4fd35374394116ba4e6 - 41.32% (68 MB)

[#003] sha256:423137fca6e3c9eeda4f90a157aa36cc099c7c44d0680c32dc00daed7122ec96 - 35.06% (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:13:07 UTC (buildkit.dockerfile.v0)

ARG UID_GID=35002:35002

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

ARG JRE=openjdk-21-jre-headless

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

RUN |2 UID_GID=35002:35002 JRE=openjdk-21-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-05-11 12:13:07 UTC (buildkit.dockerfile.v0)

ARG TIKA_VERSION=4.0.0-alpha-1

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

ENV TIKA_VERSION=4.0.0-alpha-1

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

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

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

WORKDIR /opt/tika-server

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

USER 35002:35002

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

EXPOSE [9998/tcp]

2026-05-11 12:13:12 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:13:12 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Apache Tika Developers [email protected]

Details
Created

2026-05-11 12:12:56 UTC

Size

162 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 - 24.09% (39.1 MB)

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

[#002] sha256:b83dfdda2d5ce564d962ed90950e4f96584a4a897eafa61878ad7ba979c54d7a - 40.34% (65.4 MB)

[#003] sha256:dddc42fa4384dba04f081f9c39888c9280c687f05a5f5be0dfd0fefb81e4995f - 35.57% (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:12:47 UTC (buildkit.dockerfile.v0)

ARG UID_GID=35002:35002

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

ARG JRE=openjdk-21-jre-headless

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

RUN |2 UID_GID=35002:35002 JRE=openjdk-21-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-05-11 12:12:47 UTC (buildkit.dockerfile.v0)

ARG TIKA_VERSION=4.0.0-alpha-1

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

ENV TIKA_VERSION=4.0.0-alpha-1

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

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

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

WORKDIR /opt/tika-server

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

USER 35002:35002

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

EXPOSE [9998/tcp]

2026-05-11 12:12:56 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:12:56 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