From 4c4056c4898f38b133e856cd9265419cac39dd86 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Tue, 10 Dec 2024 17:50:29 +0100 Subject: [PATCH] add 24.04 tag for removal --- update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update.sh b/update.sh index b7b83907..30d32f22 100755 --- a/update.sh +++ b/update.sh @@ -167,6 +167,8 @@ function fuUPDATER () { fuPULLIMAGES fuREMOVEOLDIMAGES "dtagdevsec/*:dev" fuREMOVEOLDIMAGES "ghcr.io/telekom-security/*:dev" + fuREMOVEOLDIMAGES "dtagdevsec/*:24.04" + fuREMOVEOLDIMAGES "ghcr.io/telekom-security/*:24.04" echo echo "### If you made changes to docker-compose.yml please ensure to add them again." echo "### We stored the previous version as backup in $myARCHIVE."