File tree Expand file tree Collapse file tree
caraml-store-spark/docker Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ ARG ODPS_JDBC_CONNECTOR=3.10.0
66ARG HADOOP_ALIYUN_VERSION=3.2.0
77ARG ALIYUN_SDK_OSS_VERSION=2.8.3
88ARG JDOM_VERSION=1.1
9- ARG ANTLR4_VERSION=4.11.1
109
1110USER root
1211ADD https://storage.googleapis.com/hadoop-lib/gcs/gcs-connector-hadoop2-${GCS_CONNECTOR_VERSION}.jar /opt/spark/jars
@@ -16,9 +15,6 @@ ADD https://repo1.maven.org/maven2/org/apache/hadoop/hadoop-aliyun/${HADOOP_ALIY
1615ADD https://repo1.maven.org/maven2/com/aliyun/oss/aliyun-sdk-oss/${ALIYUN_SDK_OSS_VERSION}/aliyun-sdk-oss-${ALIYUN_SDK_OSS_VERSION}.jar /opt/spark/jars
1716ADD https://repo1.maven.org/maven2/org/jdom/jdom/${JDOM_VERSION}/jdom-${JDOM_VERSION}.jar /opt/spark/jars
1817
19- ADD https://repo1.maven.org/maven2/org/antlr/antlr4-runtime/${ANTLR4_VERSION}/antlr4-runtime-${ANTLR4_VERSION}.jar /opt/spark/jars
20- RUN rm /opt/spark/jars/antlr4-runtime-4.8-1.jar
21-
2218RUN pip install Jinja2==3.1.2
2319# For logging to /dev/termination-log
2420RUN mkdir -p /dev
You can’t perform that action at this time.
0 commit comments