chore: 调整镜像名称

This commit is contained in:
xuwei-fit2cloud
2023-11-01 10:11:37 +08:00
parent 3ca1774cf2
commit ad571de581
5 changed files with 6 additions and 7 deletions

View File

@@ -83,7 +83,7 @@ function _healthcheck() {
echo
}
function _get_current_version() {
de_current_version=$(grep "^ image:.*dataease2.0:" ${DE_RUNNING_BASE}/docker-compose.yml | awk -F'dataease2.0:' '{print $2}')
de_current_version=$(grep "^ image:.*dataease:" ${DE_RUNNING_BASE}/docker-compose.yml | awk -F'dataease:' '{print $2}')
echo $de_current_version
}
function status() {