You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by ca...@apache.org on 2023/04/13 03:08:39 UTC

[linkis] branch release-1.3.1 updated: fix the bug that can not found /opt/tmp/DISCLAIMER directory in docker image (#4466)

This is an automated email from the ASF dual-hosted git repository.

casion pushed a commit to branch release-1.3.1
in repository https://gitbox.apache.org/repos/asf/linkis.git


The following commit(s) were added to refs/heads/release-1.3.1 by this push:
     new 18333fe19 fix the bug that can not found  /opt/tmp/DISCLAIMER directory in docker image (#4466)
18333fe19 is described below

commit 18333fe19fa29e43cdb0be0adbcdd0775ea26a0b
Author: sjgllgh <12...@users.noreply.github.com>
AuthorDate: Thu Apr 13 11:08:33 2023 +0800

    fix the bug that can not found  /opt/tmp/DISCLAIMER directory in docker image (#4466)
---
 linkis-dist/docker/linkis.Dockerfile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/linkis-dist/docker/linkis.Dockerfile b/linkis-dist/docker/linkis.Dockerfile
index 8390ba6b2..177378407 100644
--- a/linkis-dist/docker/linkis.Dockerfile
+++ b/linkis-dist/docker/linkis.Dockerfile
@@ -79,7 +79,6 @@ ADD apache-linkis-${LINKIS_VERSION}-bin /opt/tmp/
 RUN mv /opt/tmp/linkis-package/* ${LINKIS_HOME}/ \
     && mv /opt/tmp/LICENSE  ${LINKIS_HOME}/ \
     && mv /opt/tmp/NOTICE   ${LINKIS_HOME}/ \
-    && mv /opt/tmp/DISCLAIMER ${LINKIS_HOME}/ \
     && mv /opt/tmp/README.md  ${LINKIS_HOME}/ \
     && mv /opt/tmp/README_CN.md  ${LINKIS_HOME}/ \
     && rm -rf /opt/tmp


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org