01_container_build.sh: now identifies GIT, OWNER and REPO
DotDockerbuilder10.sh: Added debug msg
This commit is contained in:
Karsten Jeppesen
2026-04-08 19:52:40 +02:00
parent afbaca0c1d
commit 902ac28271
3 changed files with 25 additions and 6 deletions

View File

@@ -199,6 +199,8 @@ if [ -n "$Git" ]; then
echo "Cleaning up: [$tagName:latest] [$CONTAINERNAME:latest] [$CONTAINERNAME:$(date +%y%m%d)]"
sudo docker image rm $tagName:latest
sudo docker image rm $CONTAINERNAME:latest $CONTAINERNAME:$(date +%y%m%d)
else
echo "Not pushing to package repository as Git[$Git] or GitUser[$GitUser] is blank"
fi
sudo docker image prune --force