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 2022/07/15 22:57:18 UTC

[tika-docker] branch master updated: Updated for 2.4.1, 1.28.3 and 1.28.4 releases

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 922e22b  Updated for 2.4.1, 1.28.3 and 1.28.4 releases
922e22b is described below

commit 922e22bb199251b59d2915eb43188a914fd44428
Author: David Meikle <dm...@apache.org>
AuthorDate: Fri Jul 15 23:57:09 2022 +0100

    Updated for 2.4.1, 1.28.3 and 1.28.4 releases
---
 .travis.yml |  4 ++--
 README.md   | 12 ++++++++----
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 26624b3..41ac00e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,8 +2,8 @@ language: bash
 services: docker
 env:
   matrix:
-    - VERSION=2.4.0 TIKA_JAR=tika-server-standard
-    - VERSION=1.28.2 TIKA_JAR=tika-server
+    - VERSION=2.4.1 TIKA_JAR=tika-server-standard
+    - VERSION=1.28.4 TIKA_JAR=tika-server
 
 script:
   - ./docker-tool.sh build $VERSION $TIKA_JAR
diff --git a/README.md b/README.md
index bb731b4..4d4e572 100644
--- a/README.md
+++ b/README.md
@@ -17,8 +17,10 @@ To install more languages simply update the apt-get command to include the packa
 
 Below are the most recent 2.x series tags:
 
-- `latest`, `2.4.0`: Apache Tika Server 2.4.0 (Minimal)
-- `latest-full`, `2.4.0-full`: Apache Tika Server 2.4.0 (Full)
+- `latest`, `2.4.1`: Apache Tika Server 2.4.1 (Minimal)
+- `latest-full`, `2.4.1-full`: Apache Tika Server 2.4.1 (Full)
+- `2.4.0`: Apache Tika Server 2.4.0 (Minimal)
+- `2.4.0-full`: Apache Tika Server 2.4.0 (Full)
 - `2.3.0`: Apache Tika Server 2.3.0 (Minimal)
 - `2.3.0-full`: Apache Tika Server 2.3.0 (Full)
 - `2.2.1`: Apache Tika Server 2.2.1 (Minimal)
@@ -28,14 +30,16 @@ Below are the most recent 2.x series tags:
 
 Below are the most recent 1.x series tags:
 
+- `1.28.4`: Apache Tika Server 1.28.4 (Minimal)
+- `1.28.4-full`: Apache Tika Server 1.28.2 (Full)
+- `1.28.3`: Apache Tika Server 1.28.3 (Minimal)
+- `1.28.3-full`: Apache Tika Server 1.28.3 (Full)
 - `1.28.2`: Apache Tika Server 1.28.2 (Minimal)
 - `1.28.2-full`: Apache Tika Server 1.28.2 (Full)
 - `1.28.1`: Apache Tika Server 1.28.1 (Minimal)
 - `1.28.1-full`: Apache Tika Server 1.28.1 (Full)
 - `1.28`: Apache Tika Server 1.28 (Minimal)
 - `1.28-full`: Apache Tika Server 1.28 (Full)
-- `1.27`: Apache Tika Server 1.27 (Minimal)
-- `1.27-full`: Apache Tika Server 1.27 (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).