This is an automated email from the ASF dual-hosted git repository.
casion pushed a commit to branch dev-1.4.0-integration-test
in repository https://gitbox.apache.org/repos/asf/linkis.git
The following commit(s) were added to refs/heads/dev-1.4.0-integration-test by
this push:
new 2398b4986 update
2398b4986 is described below
commit 2398b49864ca34ce2852bee7f0fe20b41f4b33dd
Author: casionone <[email protected]>
AuthorDate: Mon May 29 21:50:21 2023 +0800
update
---
.github/workflows/integration-test2.yml | 1 +
linkis-dist/docker/scripts/make-linkis-image-with-mysql-jdbc.sh | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/integration-test2.yml
b/.github/workflows/integration-test2.yml
index e1371160f..d493a61d4 100644
--- a/.github/workflows/integration-test2.yml
+++ b/.github/workflows/integration-test2.yml
@@ -110,6 +110,7 @@ jobs:
#docker tag ${MIRRORS}/apache/linkis/linkis:${TAG} linkis:dev
docker tag ${MIRRORS}/apache/linkis/linkis-web:${TAG} linkis-web:dev
docker tag ${MIRRORS}/apache/linkis/linkis-ldh:${TAG} linkis-ldh:dev
+
#启动容器服务
bash ./linkis-dist/helm/scripts/install-mysql.sh true\
&& bash ./linkis-dist/helm/scripts/install-ldh.sh true \
diff --git a/linkis-dist/docker/scripts/make-linkis-image-with-mysql-jdbc.sh
b/linkis-dist/docker/scripts/make-linkis-image-with-mysql-jdbc.sh
index 55bbef312..e25c69d1b 100644
--- a/linkis-dist/docker/scripts/make-linkis-image-with-mysql-jdbc.sh
+++ b/linkis-dist/docker/scripts/make-linkis-image-with-mysql-jdbc.sh
@@ -20,7 +20,7 @@ WORK_DIR=`cd $(dirname $0); pwd -P`
. ${WORK_DIR}/utils.sh
IMAGE_NAME=${IMAGE_NAME:-linkis:with-jdbc}
-LINKIS_IMAGE=${LINKIS_IMAGE:-linkis:dev}
+LINKIS_IMAGE=${LINKIS_IMAGE:-linkis:latest}
LINKIS_HOME=${LINKIS_HOME:-/opt/linkis}
MYSQL_JDBC_VERSION=${MYSQL_JDBC_VERSION:-8.0.28}
MYSQL_JDBC_FILENAME=mysql-connector-java-${MYSQL_JDBC_VERSION}.jar
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]