From bf2fb48d2f25ab5793b3bef34bb2341864a5cc7f Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Tue, 21 May 2024 20:38:05 +0200 Subject: [PATCH] Add note to explain to a trigger a new build when some new updates was published since rebuild was triggered --- check_container_upgrade | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/check_container_upgrade b/check_container_upgrade index 380c99c..175a01e 100755 --- a/check_container_upgrade +++ b/check_container_upgrade @@ -344,6 +344,10 @@ then echo "You could recreate and restart them using the following command:" echo echo " $COMPOSE_BIN -f $DOCKERCOMPOSE_FILE up -d --no-deps ${UPGRADABLE_CONTAINERS[@]}" + echo + echo "Note:" + echo " If new updates was published since rebuild was triggered, remove the" + echo " '$REBUILD_LOCK_FILE' file and recheck it to trigger a new build." fi echo else