This is an automated email from the ASF dual-hosted git repository.

dmeikle pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tika-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new 949dcad  Clarified Java Versions
949dcad is described below

commit 949dcadb0aaa99bf83b51fabe6fcb00b083c1ecd
Author: David Meikle <[email protected]>
AuthorDate: Mon Aug 30 22:44:24 2021 +0100

    Clarified Java Versions
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e627961..9ddda0b 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 This repo is used to create convenience Docker images for Apache Tika Server 
published as [apache/tika](https://hub.docker.com/r/apache/tika) on DockerHub 
by the [Apache Tika](http://tika.apache.org) Dev team
 
-The images create a functional Apache Tika Server instance that contains the 
latest Ubuntu running the appropriate version's server on Port 9998 using Java 
8 (until version 1.20), Java 11 (1.21 and 1.24.1), Java 14 (until 2.1.0), and 
Java 16 for newer versions.
+The images create a functional Apache Tika Server instance that contains the 
latest Ubuntu running the appropriate version's server on Port 9998 using Java 
8 (until version 1.20), Java 11 (1.21 and 1.24.1), Java 14 (until 1.27/2.0.0), 
and Java 16 for newer versions.
 
 There is a minimal version, which contains only Apache Tika and it's core 
dependencies, and a full version, which also includes dependencies for the GDAL 
and Tesseract OCR parsers. To balance showing functionality versus the size of 
the full image, this file currently installs the language packs for the 
following languages:
 * English

Reply via email to