You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by dm...@apache.org on 2021/10/23 07:40:02 UTC

[tika-docker] branch master updated: Updated to include Apache Tika Virtual Meetup URL and Java 17 information

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 0f73923  Updated to include Apache Tika Virtual Meetup URL and Java 17 information
0f73923 is described below

commit 0f7392317eb9a410e303147cb045a41cd69c159e
Author: David Meikle <dm...@apache.org>
AuthorDate: Sat Oct 23 08:39:57 2021 +0100

    Updated to include Apache Tika Virtual Meetup URL and Java 17 information
---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a757353..926c9ea 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 1.27/2.0.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), Java 16 (for 2.1.0), and Java 17 LTS 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
@@ -108,6 +108,8 @@ For more infomation on Apache Tika Server, go to the [Apache Tika Server documen
 
 For more information on Apache Tika, go to the official [Apache Tika](http://tika.apache.org) project website.
 
+To meet up with others using Apache Tika, consider coming to one of the [Apache Tika Virtual Meetups](https://www.meetup.com/apache-tika-community/).
+
 For more information on the Apache Software Foundation, go to the [Apache Software Foundation](http://apache.org) website.
 
 ## Authors