2026-05-20 18:32:20 UTC
348 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TIKA_VERSION4.0.0-SNAPSHOT
[#000] sha256:6f5c5aa4e145204b113f983c003ff8ad6489394294ef95ec030bc94e3daded54 - 11.4% (39.6 MB)
[#001] sha256:1c24335ddd46023ff99bd665bd8ea6798464f7bbf501718edcf2eb4696e5f408 - 0.0% (387 Bytes)
[#002] sha256:a1b9d0d4abee0660e969e71e7d19db2e13166a68de28df774cd260bfe941defa - 71.87% (250 MB)
[#003] sha256:432c1374a2185a7d23c9fc98e45f19dabb00d551eb68cc626545675e42b085e4 - 16.74% (58.2 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
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-20 18:32:20 UTC (buildkit.dockerfile.v0)ARG UID_GID=35002:35002
2026-05-20 18:32:20 UTC (buildkit.dockerfile.v0)ARG TIKA_VERSION=4.0.0-SNAPSHOT
2026-05-20 18:32:20 UTC (buildkit.dockerfile.v0)ARG JRE=openjdk-25-jre-headless
2026-05-20 18:32:20 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 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 ttf-mscorefonts-installer wget cabextract && apt-get clean -y && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit
2026-05-20 18:32:20 UTC (buildkit.dockerfile.v0)ENV TIKA_VERSION=4.0.0-SNAPSHOT
2026-05-20 18:32:20 UTC (buildkit.dockerfile.v0)COPY tika-server/ /opt/tika-server/ # buildkit
2026-05-20 18:32:20 UTC (buildkit.dockerfile.v0)WORKDIR /opt/tika-server
2026-05-20 18:32:20 UTC (buildkit.dockerfile.v0)USER 35002:35002
2026-05-20 18:32:20 UTC (buildkit.dockerfile.v0)EXPOSE [9998/tcp]
2026-05-20 18:32: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-20 18:32:20 UTC (buildkit.dockerfile.v0)LABEL maintainer=Apache Tika Developers [email protected]
2026-05-20 18:43:41 UTC
338 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TIKA_VERSION4.0.0-SNAPSHOT
[#000] sha256:2113f8d7eb32748b14581824c1b94cea9ed9a08456312a2e94eddd522d01b927 - 11.48% (38.8 MB)
[#001] sha256:4a7720058461eb4ae40ed203b9874ab3248bd34ffb9948193e99245229fdbd6f - 0.0% (390 Bytes)
[#002] sha256:ee2dbf3c74e6e1c0956aff9e8eb0044f79e093986b9678e76df722e5598529e7 - 71.33% (241 MB)
[#003] sha256:de98d1cab3aca0f3248f3bfcb532f990b0f37b85edd497e7b73e649c802589aa - 17.2% (58.2 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
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-20 18:43:40 UTC (buildkit.dockerfile.v0)ARG UID_GID=35002:35002
2026-05-20 18:43:40 UTC (buildkit.dockerfile.v0)ARG TIKA_VERSION=4.0.0-SNAPSHOT
2026-05-20 18:43:40 UTC (buildkit.dockerfile.v0)ARG JRE=openjdk-25-jre-headless
2026-05-20 18:43:40 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 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 ttf-mscorefonts-installer wget cabextract && apt-get clean -y && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit
2026-05-20 18:43:40 UTC (buildkit.dockerfile.v0)ENV TIKA_VERSION=4.0.0-SNAPSHOT
2026-05-20 18:43:41 UTC (buildkit.dockerfile.v0)COPY tika-server/ /opt/tika-server/ # buildkit
2026-05-20 18:43:41 UTC (buildkit.dockerfile.v0)WORKDIR /opt/tika-server
2026-05-20 18:43:41 UTC (buildkit.dockerfile.v0)USER 35002:35002
2026-05-20 18:43:41 UTC (buildkit.dockerfile.v0)EXPOSE [9998/tcp]
2026-05-20 18:43:41 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-20 18:43:41 UTC (buildkit.dockerfile.v0)LABEL maintainer=Apache Tika Developers [email protected]
2026-05-20 18:42:32 UTC
341 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TIKA_VERSION4.0.0-SNAPSHOT
[#000] sha256:03dae6861127cd7f8db2f8a92a08f2d51871f69916247da38f9039679fd7a1da - 11.46% (39.1 MB)
[#001] sha256:b357ff8099f61a0e764119efc1c055b34bf5652e64e5c5955f88387a724676b6 - 0.0% (387 Bytes)
[#002] sha256:c86180cc11e4cf41ee8efeee9521f7b807cc4c8d34ffe188f88d4533c7dce7af - 71.46% (244 MB)
[#003] sha256:2bca1b1812d6de43bc8f9f772fc853ca878c729886f7b39b59610a62d92d45ee - 17.08% (58.2 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
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-20 18:42:32 UTC (buildkit.dockerfile.v0)ARG UID_GID=35002:35002
2026-05-20 18:42:32 UTC (buildkit.dockerfile.v0)ARG TIKA_VERSION=4.0.0-SNAPSHOT
2026-05-20 18:42:32 UTC (buildkit.dockerfile.v0)ARG JRE=openjdk-25-jre-headless
2026-05-20 18:42:32 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 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 ttf-mscorefonts-installer wget cabextract && apt-get clean -y && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit
2026-05-20 18:42:32 UTC (buildkit.dockerfile.v0)ENV TIKA_VERSION=4.0.0-SNAPSHOT
2026-05-20 18:42:32 UTC (buildkit.dockerfile.v0)COPY tika-server/ /opt/tika-server/ # buildkit
2026-05-20 18:42:32 UTC (buildkit.dockerfile.v0)WORKDIR /opt/tika-server
2026-05-20 18:42:32 UTC (buildkit.dockerfile.v0)USER 35002:35002
2026-05-20 18:42:32 UTC (buildkit.dockerfile.v0)EXPOSE [9998/tcp]
2026-05-20 18:42:32 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-20 18:42:32 UTC (buildkit.dockerfile.v0)LABEL maintainer=Apache Tika Developers [email protected]
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.