You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by pe...@apache.org on 2023/02/12 16:11:21 UTC

[linkis] branch dev-1.3.2 updated: fix(dockerr): Fixed an issue where the docker DISCLAIMER file did not exist at compile time (#4203)

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

peacewong pushed a commit to branch dev-1.3.2
in repository https://gitbox.apache.org/repos/asf/linkis.git


The following commit(s) were added to refs/heads/dev-1.3.2 by this push:
     new d59de6b2d fix(dockerr): Fixed an issue where the docker DISCLAIMER file did not exist at compile time (#4203)
d59de6b2d is described below

commit d59de6b2dbc42e050168168f957b3a7a7d438246
Author: jacktao007 <zh...@apache.org>
AuthorDate: Mon Feb 13 00:11:16 2023 +0800

    fix(dockerr): Fixed an issue where the docker DISCLAIMER file did not exist at compile time (#4203)
---
 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