We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2814e60 + 38e9dd4 commit a43cacfCopy full SHA for a43cacf
resource-managers/kubernetes/docker/src/main/dockerfiles/spark/historyserver/Dockerfile
@@ -6,5 +6,6 @@ ADD https://repo1.maven.org/maven2/com/aliyun/oss/aliyun-sdk-oss/3.8.1/aliyun-sd
6
7
# change default entrypoint
8
ADD resource-managers/kubernetes/docker/src/main/dockerfiles/spark/historyserver/entrypoint.sh /opt/entrypoint.sh
9
+RUN chmod +x /opt/entrypoint.sh
10
11
ENTRYPOINT [ "/opt/entrypoint.sh" ]
0 commit comments