From 3526f934967d12b94695aa5a673e728e16ba31cc Mon Sep 17 00:00:00 2001
From: Neil-Jocelyn Schark <neil.schark@h-da.de>
Date: Thu, 25 Apr 2024 16:00:55 +0000
Subject: [PATCH] renamed

---
 playground.clab.yaml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/playground.clab.yaml b/playground.clab.yaml
index 5968b343..1b3f7013 100644
--- a/playground.clab.yaml
+++ b/playground.clab.yaml
@@ -8,7 +8,7 @@ topology:
   nodes:
     gosdn:
       kind: linux
-      image: registry.code.fbi.h-da.de/danet/gosdn:186ee2883e513cc6cdc0856da61aa4b1e0e562ad
+      image: registry.code.fbi.h-da.de/danet/gosdn:latest
       ports:
         - 55055:55055
         - 8080:8080
@@ -27,7 +27,7 @@ topology:
 
     gosdnc:
       kind: linux
-      image: registry.code.fbi.h-da.de/danet/gosdn/gosdnc:186ee2883e513cc6cdc0856da61aa4b1e0e562ad
+      image: registry.code.fbi.h-da.de/danet/gosdn/gosdnc:186ee2883e513cc6cdc0856latestda61aa4b1e0e562ad
       mgmt-ipv4: 172.100.20.4
       binds:
         - ./config/goKMS01-a.json:/goKMS01-a.json
@@ -42,7 +42,7 @@ topology:
 
     kms1:
       kind: linux
-      image: registry.code.fbi.h-da.de/danet/quant/goKMS:master
+      image: registry.code.fbi.h-da.de/danet/quant/gokms:latest
       mgmt-ipv4: 172.100.20.10
       binds:
         - ./config/goKMS/example01.yaml:/tmp/kms/config/goKMS01.yaml
@@ -50,7 +50,7 @@ topology:
 
     kms2:
       kind: linux
-      image: registry.code.fbi.h-da.de/danet/quant/goKMS:master
+      image: registry.code.fbi.h-da.de/danet/quant/gokms:latest
       mgmt-ipv4: 172.100.20.11
       binds:
         - ./config/goKMS/example02.yaml:/tmp/kms/config/goKMS02.yaml
@@ -58,7 +58,7 @@ topology:
 
     kms3:
       kind: linux
-      image: registry.code.fbi.h-da.de/danet/quant/goKMS:master
+      image: registry.code.fbi.h-da.de/danet/quant/gokms:latest
       mgmt-ipv4: 172.100.20.12
       binds:
         - ./config/goKMS/example03.yaml:/tmp/kms/config/goKMS03.yaml
@@ -66,7 +66,7 @@ topology:
 
     kms4:
       kind: linux
-      image: registry.code.fbi.h-da.de/danet/quant/goKMS:master
+      image: registry.code.fbi.h-da.de/danet/quant/gokms:latest
       mgmt-ipv4: 172.100.20.13
       binds:
         - ./config/goKMS/example04.yaml:/tmp/kms/config/goKMS04.yaml
-- 
GitLab