[ 
https://issues.apache.org/jira/browse/TIKA-4578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18045631#comment-18045631
 ] 

ASF GitHub Bot commented on TIKA-4578:
--------------------------------------

Copilot commented on code in PR #2462:
URL: https://github.com/apache/tika/pull/2462#discussion_r2624780551


##########
tika-grpc/docker-build/docker-build.sh:
##########
@@ -0,0 +1,113 @@
+#!/bin/bash
+# This script is intended to be run from Maven exec plugin during the package 
phase of maven build
+
+if [ -z "${TIKA_VERSION}" ]; then
+    echo "Environment variable TIKA_VERSION is required, and should match the 
maven project version of Tika"
+    exit 1
+fi
+
+SCRIPT_DIR=$( cd 

> make changes to add a Dockerfile and build script
> -------------------------------------------------
>
>                 Key: TIKA-4578
>                 URL: https://issues.apache.org/jira/browse/TIKA-4578
>             Project: Tika
>          Issue Type: Sub-task
>          Components: build
>            Reporter: Nicholas DiPiazza
>            Priority: Major
>
> see:
> [https://github.com/nddipiazza/tika-pipes/tree/main/tika-pipes-grpc/docker-build]
> we need a docker-build file similar to this added to Tika's tika-grpc 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to