You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2022/11/07 12:12:49 UTC

[tika-docker] branch master updated: Update for 2.6.0.0 release

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

tallison 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 67371bd  Update for 2.6.0.0 release
     new 1af746e  Merge remote-tracking branch 'origin/master'
67371bd is described below

commit 67371bd6b7b528bbb7ea97313247d97f5f48fa3f
Author: tallison <ta...@apache.org>
AuthorDate: Mon Nov 7 07:12:28 2022 -0500

    Update for 2.6.0.0 release
---
 .env        | 2 +-
 .travis.yml | 2 +-
 README.md   | 2 ++
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.env b/.env
index 936c272..1e40c19 100644
--- a/.env
+++ b/.env
@@ -13,4 +13,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-TAG=2.5.0.3
\ No newline at end of file
+TAG=2.6.0.1
\ No newline at end of file
diff --git a/.travis.yml b/.travis.yml
index e884745..ad59c24 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ services: docker
 
 env:
   matrix:
-    - TIKA_DOCKER_VERSION=2.5.0.3 TIKA_VERSION=2.5.0
+    - TIKA_DOCKER_VERSION=2.6.0.1 TIKA_VERSION=2.6.0
 
 script:
   - ./docker-tool.sh build $TIKA_DOCKER_VERSION $TIKA_VERSION
diff --git a/README.md b/README.md
index 9319433..6330892 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,8 @@ To install more languages simply update the apt-get command to include the packa
 ## Available Tags
 
 Below are the most recent 2.x series tags:
+- `latest`, `2.6.0.0`: Apache Tika Server 2.5.0.2 (Minimal)
+- `latest-full`, `2.6.0.0-full`: Apache Tika Server 2.5.0.2 (Full)
 - `latest`, `2.5.0.2`: Apache Tika Server 2.5.0.2 (Minimal)
 - `latest-full`, `2.5.0.2-full`: Apache Tika Server 2.5.0.2 (Full)
 - `2.5.0.1`: Apache Tika Server 2.5.0.1 (Minimal)