This is an automated email from the ASF dual-hosted git repository.
tallison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika-docker.git
The following commit(s) were added to refs/heads/main by this push:
new 62f4cc8 upgrade to noble (#22)
62f4cc8 is described below
commit 62f4cc8878f4164c4321f44e4befa396857624b4
Author: Tim Allison <[email protected]>
AuthorDate: Tue May 21 14:34:07 2024 -0400
upgrade to noble (#22)
---
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