This is an automated email from the ASF dual-hosted git repository.
vinish pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git
The following commit(s) were added to refs/heads/main by this push:
new ffe898a5 fix docker file syntax issue
ffe898a5 is described below
commit ffe898a574bdd63e75e8c2ae89524957f512a4aa
Author: Timothy Brown <[email protected]>
AuthorDate: Tue Apr 1 22:14:16 2025 -0500
fix docker file syntax issue
---
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index 97033294..9e4a0950 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -45,7 +45,7 @@ COPY --from=package build/target/app.jar ./app.jar
# It's necessary to added opens to run spark on java >= 17
#
https://stackoverflow.com/questions/73465937/apache-spark-3-3-0-breaks-on-java-17-with-cannot-access-class-sun-nio-ch-direct
-ENTRYPOINT [
+ENTRYPOINT [ \
"java", \
"--add-opens=java.base/sun.nio.hb=ALL-UNNAMED", \
"--add-opens=java.base/sun.nio.ch=ALL-UNNAMED", \