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/06/01 15:06:08 UTC

[linkis] branch dev-1.4.0-integration-test2 updated: modify docker file

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

casion pushed a commit to branch dev-1.4.0-integration-test2
in repository https://gitbox.apache.org/repos/asf/linkis.git


The following commit(s) were added to refs/heads/dev-1.4.0-integration-test2 by this push:
     new 7e0403275 modify docker file
7e0403275 is described below

commit 7e0403275ddcc0831f8c0d1e1e4701f61ea84d41
Author: casionone <ca...@gmail.com>
AuthorDate: Thu Jun 1 23:05:50 2023 +0800

    modify docker file
---
 linkis-dist/docker/linkis.Dockerfile      | 3 +++
 linkis-dist/helm/scripts/install-mysql.sh | 1 +
 2 files changed, 4 insertions(+)

diff --git a/linkis-dist/docker/linkis.Dockerfile b/linkis-dist/docker/linkis.Dockerfile
index 6e467379a..bbd95320d 100644
--- a/linkis-dist/docker/linkis.Dockerfile
+++ b/linkis-dist/docker/linkis.Dockerfile
@@ -55,6 +55,9 @@ ARG LINKIS_VERSION=0.0.0
 ARG LINKIS_SYSTEM_USER="hadoop"
 ARG LINKIS_SYSTEM_UID="9001"
 
+RUN echo ${LINKIS_VERSION}
+
+
 ARG RUNNER_SYSTEM_USER="runner"
 ARG RUNNER_SYSTEM_UID="8888"
 
diff --git a/linkis-dist/helm/scripts/install-mysql.sh b/linkis-dist/helm/scripts/install-mysql.sh
index cf6cc450b..e73586ab1 100755
--- a/linkis-dist/helm/scripts/install-mysql.sh
+++ b/linkis-dist/helm/scripts/install-mysql.sh
@@ -19,6 +19,7 @@ WORK_DIR=`cd $(dirname $0); pwd -P`
 
 . ${WORK_DIR}/common.sh
 
+USING_KIND=${1:-false}
 MYSQL_VERSION=${MYSQL_VERSION:-5.7}
 
 set -e


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