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/03/29 17:35:43 UTC

[tika-docker] branch master updated: Updated for Apache Tika 1.26 Release

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 79a4139  Updated for Apache Tika 1.26 Release
79a4139 is described below

commit 79a4139f057b46af8d820f27a8f04ddcbbbae10e
Author: David Meikle <dm...@apache.org>
AuthorDate: Mon Mar 29 18:35:38 2021 +0100

    Updated for Apache Tika 1.26 Release
---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 9888c8a..189e8e5 100644
--- a/README.md
+++ b/README.md
@@ -17,16 +17,16 @@ To install more languages simply update the apt-get command to include the packa
 
 Below are the most recent tags:
 
-- `latest`, `1.25`: Apache Tika Server 1.25 (Minimal)
-- `latest-full`, `1.25-full`: Apache Tika Server 1.25 (Full)
+- `latest`, `1.26`: Apache Tika Server 1.25 (Minimal)
+- `latest-full`, `1.26-full`: Apache Tika Server 1.25 (Full)
+- `1.26`: Apache Tika Server 1.26 (Minimal)
+- `1.26-full`: Apache Tika Server 1.26 (Full)
 - `1.25`: Apache Tika Server 1.25 (Minimal)
 - `1.25-full`: Apache Tika Server 1.25 (Full)
 - `1.24.1`: Apache Tika Server 1.24.1 (Minimal)
 - `1.24.1-full`: Apache Tika Server 1.24.1 (Full)
 - `1.24`: Apache Tika Server 1.24 (Minimal)
 - `1.24-full`: Apache Tika Server 1.24 (Full)
-- `1.23`: Apache Tika Server 1.23 (Minimal)
-- `1.23-full`: Apache Tika Server 1.23 (Full)
 
 You can see a full set of tags for historical versions [here](https://hub.docker.com/r/apache/tika/tags?page=1&ordering=last_updated).
 
@@ -68,7 +68,7 @@ Then by mounting this custom configuration as a volume, you could pass the comma
 
     docker run -d -p 9998:9998 -v `pwd`/tika-config.xml:/tika-config.xml apache/tika:1.25-full --config /tika-config.xml
 
-You can see more configuration examples [here](https://tika.apache.org/1.25/configuring.html).
+You can see more configuration examples [here](https://tika.apache.org/1.26/configuring.html).
 
 ### Docker Compose Examples