mirror of
https://github.com/chinnkarahoi/jd_scripts.git
synced 2024-06-05 19:32:47 +08:00
🔧
This commit is contained in:
parent
d9d3c7b1d0
commit
113cab880b
@ -22,10 +22,8 @@ function version_gt() {
|
||||
}
|
||||
######################################对比版本版本号大小方法-end###################################################################
|
||||
|
||||
if [ ! $BUILD_VERSION ]; then
|
||||
|
||||
fi
|
||||
#######################################通知用户更新镜像-start#####################################################################
|
||||
echo "检查docker镜像更新更新..."
|
||||
if type jq >/dev/null 2>&1; then
|
||||
updateContext=$(getDockerImageLabel | jq .UPDATE_CONTEXT)
|
||||
export NOTIFY_CONTEXT=$updateContext
|
||||
|
||||
@ -34,6 +34,8 @@ function version_gt() {
|
||||
######################################对比版本版本号大小方法-end###################################################################
|
||||
|
||||
#######################################通知用户更新镜像-start#####################################################################
|
||||
echo "check docker images update..."
|
||||
echo "检查docker镜像更新更新..."
|
||||
if type jq >/dev/null 2>&1; then
|
||||
updateContext=$(getDockerImageLabel | jq .UPDATE_CONTEXT)
|
||||
export NOTIFY_CONTEXT=$updateContext
|
||||
|
||||
Loading…
Reference in New Issue
Block a user