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

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


The following commit(s) were added to refs/heads/main by this push:
     new c2b15c9ce1 TIKA-4733 -- fix docker-snapshot.yml to match new release 
zip artifacts (#2827)
c2b15c9ce1 is described below

commit c2b15c9ce169a978a0f25b5e10048a8189a29a39
Author: Tim Allison <[email protected]>
AuthorDate: Thu May 21 13:19:39 2026 -0400

    TIKA-4733 -- fix docker-snapshot.yml to match new release zip artifacts 
(#2827)
---
 .github/workflows/docker-snapshot.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/docker-snapshot.yml 
b/.github/workflows/docker-snapshot.yml
index 1b17355ad4..09ab197f4c 100644
--- a/.github/workflows/docker-snapshot.yml
+++ b/.github/workflows/docker-snapshot.yml
@@ -66,7 +66,7 @@ jobs:
           TIKA_VERSION="${{ steps.version.outputs.tika_version }}"
           OUT_DIR=target/tika-server-minimal-docker
           mkdir -p "${OUT_DIR}/tika-server"
-          tar xzf 
"tika-server/tika-server-standard/target/tika-server-standard-${TIKA_VERSION}-bin.tgz"
 -C "${OUT_DIR}/tika-server"
+          unzip -q 
"tika-server/tika-server-standard/target/tika-server-standard-${TIKA_VERSION}.zip"
 -d "${OUT_DIR}/tika-server"
           cp "tika-server/docker-build/minimal/Dockerfile.snapshot" 
"${OUT_DIR}/Dockerfile"
 
       - name: Build tika-server minimal image for smoke test
@@ -118,7 +118,7 @@ jobs:
           TIKA_VERSION="${{ steps.version.outputs.tika_version }}"
           OUT_DIR=target/tika-server-full-docker
           mkdir -p "${OUT_DIR}/tika-server"
-          tar xzf 
"tika-server/tika-server-standard/target/tika-server-standard-${TIKA_VERSION}-bin.tgz"
 -C "${OUT_DIR}/tika-server"
+          unzip -q 
"tika-server/tika-server-standard/target/tika-server-standard-${TIKA_VERSION}.zip"
 -d "${OUT_DIR}/tika-server"
           cp "tika-server/docker-build/full/Dockerfile.snapshot" 
"${OUT_DIR}/Dockerfile"
 
       - name: Build tika-server full image for smoke test

Reply via email to