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

tallison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika-docker.git


The following commit(s) were added to refs/heads/main by this push:
     new fad3229  update versions for 3.2.0.0 release
fad3229 is described below

commit fad32293e7247abfcb7f0720f25274b7566b0802
Author: tallison <[email protected]>
AuthorDate: Mon Jun 2 07:09:49 2025 -0400

    update versions for 3.2.0.0 release
---
 .env               |  2 +-
 CHANGES.md         |  6 ++++++
 README.md          | 11 ++++++++---
 full/Dockerfile    |  2 +-
 minimal/Dockerfile |  2 +-
 5 files changed, 17 insertions(+), 6 deletions(-)

diff --git a/.env b/.env
index 449d3b6..62e239a 100644
--- a/.env
+++ b/.env
@@ -13,4 +13,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-TAG=3.1.0.0
\ No newline at end of file
+TAG=3.2.0.0
\ No newline at end of file
diff --git a/CHANGES.md b/CHANGES.md
index 0e7c8ea..cdb1d91 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,6 +4,12 @@ As of 2.5.0.1, we started adding a digit for Docker versions.  
Going forward, we
 a four digit version, where the first three are the Tika version and the last 
one is the docker version.
 As of 2.5.0.2, we started tagging release commits in our github repo.
 
+* 3.2.0.0 (2 Jun 2025)
+  * First 3.2.0 release
+  * Update base to plucky
+  * Add Japanese language pack for tesseract
+  * Add ImageMagick
+  
 * 3.1.0.0 (31 Jan 2025)
   * First 3.1.0 release
   * Update base to oracular
diff --git a/README.md b/README.md
index 7be2beb..6f9e361 100644
--- a/README.md
+++ b/README.md
@@ -9,15 +9,20 @@ There is a minimal version, which contains only Apache Tika 
and it's core depend
 * French
 * German
 * Italian
-* Spanish.
+* Spanish
+* Japanese
 
 To install more languages simply update the apt-get command to include the 
package containing the language you required, or include your own custom packs 
using an ADD command.
 
 ## Available Tags
 
 Below are the most recent 3.x series tags:
-- `latest`, `3.0.0.0`: Apache Tika Server 3.0.0.0 (Minimal)
-- `latest-full`, `3.0.0.0-full`: Apache Tika Server 3.0.0.0 (Full)
+- `latest`, `3.2.0.0`: Apache Tika Server 3.0.0.0 (Minimal)
+- `latest-full`, `3.2.0.0-full`: Apache Tika Server 3.0.0.0 (Full)
+- `3.2.0.0`, `3.2.0.0-BETA2`: Apache Tika Server 3.0.0.0 (Minimal)
+- `3.2.0.0`, `3.2.0.0-BETA2-full`: Apache Tika Server 3.0.0.0 (Full)
+- `3.1.0.0`, `3.1.0.0-BETA2`: Apache Tika Server 3.0.0.0 (Minimal)
+- `3.1.0.0`, `3.1.0.0-BETA2-full`: Apache Tika Server 3.0.0.0 (Full)
 - `3.0.0.0`, `3.0.0.0-BETA2`: Apache Tika Server 3.0.0.0 (Minimal)
 - `3.0.0.0`, `3.0.0.0-BETA2-full`: Apache Tika Server 3.0.0.0 (Full)
 - `3.0.0.0-BETA2`, `3.0.0.0-BETA2`: Apache Tika Server 3.0.0.0-BETA2 (Minimal)
diff --git a/full/Dockerfile b/full/Dockerfile
index 5099515..1b91839 100644
--- a/full/Dockerfile
+++ b/full/Dockerfile
@@ -15,7 +15,7 @@
 # the subsequent stages -- see TIKA-3912
 ARG UID_GID="35002:35002"
 
-FROM ubuntu:oracular AS base
+FROM ubuntu:plucky AS base
 
 FROM base AS fetch_tika
 
diff --git a/minimal/Dockerfile b/minimal/Dockerfile
index 7335d04..1c51959 100644
--- a/minimal/Dockerfile
+++ b/minimal/Dockerfile
@@ -16,7 +16,7 @@
 # the subsequent stages -- see TIKA-3912
 ARG UID_GID="35002:35002"
 
-FROM ubuntu:oracular AS base
+FROM ubuntu:plucky AS base
 
 FROM base AS fetch_tika
 

Reply via email to