|
@@ -115,10 +115,10 @@ stdout_logfile_maxbytes=50MB\n\
|
|
|
FROM builder3 as image-txtest
|
|
|
COPY --from=builder-fe /src/dist dist
|
|
|
RUN /opt/conda/bin/pip install dist/*.whl -i https://mirror.baidu.com/pypi/simple
|
|
|
-ADD confs/test/krb5.conf /etc/
|
|
|
-ADD confs/test/config.json .
|
|
|
+ADD confs/txtest/krb5.conf /etc/
|
|
|
+ADD confs/txtest/config.json .
|
|
|
RUN mkdir -p $HOME/.sparkmagic && cp config.json $HOME/.sparkmagic
|
|
|
-ADD confs/test/user.keytab /
|
|
|
+ADD confs/txtest/user.keytab /
|
|
|
RUN echo "\
|
|
|
[program:jupyter]\n\
|
|
|
directory=/workspace\n\
|