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 9d2c87f1 Revert "fix: change the not exists base image
apache/spark:3.4.3 to 3.4.2 (#686)" (#854)
9d2c87f1 is described below
commit 9d2c87f1706dea648f91bbd03feca7e1606fc94d
Author: Xin Hao <[email protected]>
AuthorDate: Tue Aug 20 21:16:45 2024 +0800
Revert "fix: change the not exists base image apache/spark:3.4.3 to 3.4.2
(#686)" (#854)
This reverts commit e8061ef347128228fa21e8312834f8ec6751ddca.
---
kube/Dockerfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kube/Dockerfile b/kube/Dockerfile
index 4e15794a..4a95f6eb 100644
--- a/kube/Dockerfile
+++ b/kube/Dockerfile
@@ -15,7 +15,7 @@
# limitations under the License.
#
-FROM apache/spark:3.4.2 AS builder
+FROM apache/spark:3.4.3 AS builder
USER root
@@ -59,7 +59,7 @@ COPY pom.xml /comet/pom.xml
RUN cd /comet \
&& JAVA_HOME=$(readlink -f $(which javac) | sed "s/\/bin\/javac//") make
release-nogit PROFILES="-Pspark-$SPARK_VERSION -Pscala-$SCALA_VERSION"
-FROM apache/spark:3.4.2
+FROM apache/spark:3.4.3
ENV SPARK_VERSION=3.4
ENV SCALA_VERSION=2.12
USER root
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]