This is an automated email from the ASF dual-hosted git repository.
agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
The following commit(s) were added to refs/heads/main by this push:
new bd541d66 remove hard-coded version number from Dockerfile (#1025)
bd541d66 is described below
commit bd541d66dd54df2679d40532ea763224abf30725
Author: Andy Grove <[email protected]>
AuthorDate: Fri Oct 18 14:54:55 2024 -0600
remove hard-coded version number from Dockerfile (#1025)
---
kube/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kube/Dockerfile b/kube/Dockerfile
index e8ba72dc..19f12137 100644
--- a/kube/Dockerfile
+++ b/kube/Dockerfile
@@ -65,4 +65,4 @@ ENV SCALA_VERSION=2.12
USER root
# note the use of a wildcard in the file name so that this works with both
snapshot and final release versions
-COPY --from=builder
/comet/spark/target/comet-spark-spark${SPARK_VERSION}_$SCALA_VERSION-0.2.0*.jar
$SPARK_HOME/jars
+COPY --from=builder
/comet/spark/target/comet-spark-spark${SPARK_VERSION}_$SCALA_VERSION-*.jar
$SPARK_HOME/jars
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]