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 a1a7081 Updated for 2.1.0 release
a1a7081 is described below
commit a1a70811fc251ffc96abd1efaf7c0824e001d502
Author: David Meikle <[email protected]>
AuthorDate: Mon Aug 30 22:42:27 2021 +0100
Updated for 2.1.0 release
---
.travis.yml | 2 +-
README.md | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index c4a9621..1ed71b9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,10 +2,10 @@ language: bash
services: docker
env:
matrix:
+ - VERSION=2.1.0 TIKA_JAR=tika-server-standard
- VERSION=2.0.0 TIKA_JAR=tika-server-standard
- VERSION=1.27 TIKA_JAR=tika-server
- VERSION=1.26 TIKA_JAR=tika-server
- - VERSION=1.25 TIKA_JAR=tika-server
script:
- ./docker-tool.sh build $VERSION $TIKA_JAR
diff --git a/README.md b/README.md
index 2f6c417..e627961 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) and Java 14 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 2.1.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
@@ -28,6 +28,8 @@ Below are the most recent 1.x series tags:
Below are the most recent 2.x series tags:
+- `2.1.0`: Apache Tika Server 2.1.0 (Minimal)
+- `2.1.0-full`: Apache Tika Server 2.1.0 (Full)
- `2.0.0`: Apache Tika Server 2.0.0 (Minimal)
- `2.0.0-full`: Apache Tika Server 2.0.0 (Full)