2026-08-22 00:38:37 UTC
178 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TIKA_VERSION4.0.0
[#000] sha256:06e9d71331fb2b620a4f6c8064e0f84b284bb69a42c7c57b1c962bd4a4cdee76 - 22.31% (39.6 MB)
[#001] sha256:f3db1cd940786339b09d8a60e47c66fea9502d788e6fab5bec91a4a77d4ced1c - 0.0% (393 Bytes)
[#002] sha256:b56f696b7a86604475960a6b7f2874b2fb96ca39ffe227a7c00c0950efe5210c - 46.39% (82.4 MB)
[#003] sha256:5ec76b315f0d1a370e0c24b7f4134325eb7d87327c693c4c62b5373c52dae9c0 - 31.3% (55.6 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
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-08-22 00:37:04 UTC (buildkit.dockerfile.v0)ARG UID_GID=35002:35002
2026-08-22 00:37:04 UTC (buildkit.dockerfile.v0)ARG JRE=openjdk-25-jre-headless
2026-08-22 00:37:04 UTC (buildkit.dockerfile.v0)RUN |2 UID_GID=35002:35002 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-08-22 00:37:04 UTC (buildkit.dockerfile.v0)ARG TIKA_VERSION=4.0.0
2026-08-22 00:37:04 UTC (buildkit.dockerfile.v0)ENV TIKA_VERSION=4.0.0
2026-08-22 00:38:37 UTC (buildkit.dockerfile.v0)COPY /opt/tika-server /opt/tika-server # buildkit
2026-08-22 00:38:37 UTC (buildkit.dockerfile.v0)WORKDIR /opt/tika-server
2026-08-22 00:38:37 UTC (buildkit.dockerfile.v0)USER 35002:35002
2026-08-22 00:38:37 UTC (buildkit.dockerfile.v0)EXPOSE [9998/tcp]
2026-08-22 00:38:37 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-08-22 00:38:37 UTC (buildkit.dockerfile.v0)ARG REVISION=514e1b3d8d29726d02ac6a12479d95f5db263379
2026-08-22 00:38:37 UTC (buildkit.dockerfile.v0)ARG CREATED=2026-08-18T15:48:40-04:00
2026-08-22 00:38:37 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 org.opencontainers.image.revision=514e1b3d8d29726d02ac6a12479d95f5db263379 org.opencontainers.image.created=2026-08-18T15:48:40-04:00
2026-08-22 00:40:27 UTC
176 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TIKA_VERSION4.0.0
[#000] sha256:ed8299a102e92f64acbfa58a37767418df099675d441bc4b89ab8f7f17795b6f - 22.06% (38.8 MB)
[#001] sha256:50914c2b24a11b34d9332dbbf527f85d394298a976d84cf1e3a7b1e16205d29e - 0.0% (393 Bytes)
[#002] sha256:1df1b967158b306da5ddc2b74fed6bdfabeb6ee176308180c138fd3dddaf5a42 - 46.32% (81.5 MB)
[#003] sha256:fdadd6a27293314891c2367a3c3f4ce2cd1a1784f66f90cec0ac1461e008a4f9 - 31.61% (55.6 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
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-08-22 00:40:20 UTC (buildkit.dockerfile.v0)ARG UID_GID=35002:35002
2026-08-22 00:40:20 UTC (buildkit.dockerfile.v0)ARG JRE=openjdk-25-jre-headless
2026-08-22 00:40:20 UTC (buildkit.dockerfile.v0)RUN |2 UID_GID=35002:35002 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-08-22 00:40:20 UTC (buildkit.dockerfile.v0)ARG TIKA_VERSION=4.0.0
2026-08-22 00:40:20 UTC (buildkit.dockerfile.v0)ENV TIKA_VERSION=4.0.0
2026-08-22 00:40:27 UTC (buildkit.dockerfile.v0)COPY /opt/tika-server /opt/tika-server # buildkit
2026-08-22 00:40:27 UTC (buildkit.dockerfile.v0)WORKDIR /opt/tika-server
2026-08-22 00:40:27 UTC (buildkit.dockerfile.v0)USER 35002:35002
2026-08-22 00:40:27 UTC (buildkit.dockerfile.v0)EXPOSE [9998/tcp]
2026-08-22 00:40:27 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-08-22 00:40:27 UTC (buildkit.dockerfile.v0)ARG REVISION=514e1b3d8d29726d02ac6a12479d95f5db263379
2026-08-22 00:40:27 UTC (buildkit.dockerfile.v0)ARG CREATED=2026-08-18T15:48:40-04:00
2026-08-22 00:40:27 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 org.opencontainers.image.revision=514e1b3d8d29726d02ac6a12479d95f5db263379 org.opencontainers.image.created=2026-08-18T15:48:40-04:00
2026-08-22 00:40:16 UTC
174 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TIKA_VERSION4.0.0
[#000] sha256:b1aa13925330270ece5314333db4d2d0539a9fa79fb104cd43d7595fe5aa69fc - 22.54% (39.2 MB)
[#001] sha256:6d201668f161ff89d301e6e21bd71b4f685b5539cc6d2cda9e1c09a9dd2d0d04 - 0.0% (389 Bytes)
[#002] sha256:6502fe554f8fd4fe2c66a78c71021aa0adeb86a67d75ba7b3a41b76741751e19 - 45.51% (79.2 MB)
[#003] sha256:e53d64c94223b7dd103d6be941a86d6466ddd791a1161f57f54596e313a297a8 - 31.95% (55.6 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
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-08-22 00:40:06 UTC (buildkit.dockerfile.v0)ARG UID_GID=35002:35002
2026-08-22 00:40:06 UTC (buildkit.dockerfile.v0)ARG JRE=openjdk-25-jre-headless
2026-08-22 00:40:06 UTC (buildkit.dockerfile.v0)RUN |2 UID_GID=35002:35002 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-08-22 00:40:06 UTC (buildkit.dockerfile.v0)ARG TIKA_VERSION=4.0.0
2026-08-22 00:40:06 UTC (buildkit.dockerfile.v0)ENV TIKA_VERSION=4.0.0
2026-08-22 00:40:16 UTC (buildkit.dockerfile.v0)COPY /opt/tika-server /opt/tika-server # buildkit
2026-08-22 00:40:16 UTC (buildkit.dockerfile.v0)WORKDIR /opt/tika-server
2026-08-22 00:40:16 UTC (buildkit.dockerfile.v0)USER 35002:35002
2026-08-22 00:40:16 UTC (buildkit.dockerfile.v0)EXPOSE [9998/tcp]
2026-08-22 00:40:16 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-08-22 00:40:16 UTC (buildkit.dockerfile.v0)ARG REVISION=514e1b3d8d29726d02ac6a12479d95f5db263379
2026-08-22 00:40:16 UTC (buildkit.dockerfile.v0)ARG CREATED=2026-08-18T15:48:40-04:00
2026-08-22 00:40:16 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 org.opencontainers.image.revision=514e1b3d8d29726d02ac6a12479d95f5db263379 org.opencontainers.image.created=2026-08-18T15:48:40-04:00
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.