This is an automated email from the ASF dual-hosted git repository. tallison pushed a commit to branch upgrade-to-noble in repository https://gitbox.apache.org/repos/asf/tika-docker.git
commit a4cdd46e71b6fbcd6594e0365b5a3219503d4b48 Author: tallison <[email protected]> AuthorDate: Mon May 20 15:54:12 2024 -0400 upgrade to noble --- full/Dockerfile | 3 +-- minimal/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/full/Dockerfile b/full/Dockerfile index dfe369a..23f486e 100644 --- a/full/Dockerfile +++ b/full/Dockerfile @@ -15,7 +15,7 @@ # the subsequent stages -- see TIKA-3912 ARG UID_GID="35002:35002" -FROM ubuntu:jammy as base +FROM ubuntu:noble as base FROM base as fetch_tika @@ -48,7 +48,6 @@ ARG JRE='openjdk-17-jre-headless' RUN set -eux \ && apt-get update \ && apt-get install --yes --no-install-recommends gnupg2 software-properties-common \ - && add-apt-repository -y ppa:alex-p/tesseract-ocr5 \ && apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get install --yes --no-install-recommends $JRE \ gdal-bin \ diff --git a/minimal/Dockerfile b/minimal/Dockerfile index 9c05179..2c4abe6 100644 --- a/minimal/Dockerfile +++ b/minimal/Dockerfile @@ -16,7 +16,7 @@ # the subsequent stages -- see TIKA-3912 ARG UID_GID="35002:35002" -FROM ubuntu:jammy as base +FROM ubuntu:noble as base FROM base as fetch_tika
