From afe4c63cd9da525b20ce370e2a7a4862588ffb9f Mon Sep 17 00:00:00 2001 From: Neil-Jocelyn Schark <neil-jocelyn.schark@stud.h-da.de> Date: Thu, 15 Dec 2022 12:52:33 +0000 Subject: [PATCH] update ceos to 4.29.0.2F See merge request danet/gosdn!408 --- .gitlab-ci.yml | 2 +- gosdn.clab.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6411485b9..a9a68207e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ variables: GOSDN_IMAGE: "${CI_REGISTRY_IMAGE}:${CI_COMMIT_SHA}" GOSDN_TESTING_IMAGE: "${CI_REGISTRY_IMAGE}:testing_${CI_COMMIT_SHA}" - CEOS_IMAGE: "${CI_PCONTAINERS_REGISTRY_IMAGE}/ceos:4.28.2F" + CEOS_IMAGE: "${CI_PCONTAINERS_REGISTRY_IMAGE}/ceos:4.29.0.2F" GOLANG_VERSION: "1.19" workflow: diff --git a/gosdn.clab.yaml b/gosdn.clab.yaml index 3b4c8442c..5808f93b1 100644 --- a/gosdn.clab.yaml +++ b/gosdn.clab.yaml @@ -8,7 +8,7 @@ mgmt: topology: kinds: ceos: - image: registry.code.fbi.h-da.de/danet/containers/ceos:4.28.2F + image: registry.code.fbi.h-da.de/danet/containers/ceos:4.29.0.2F nodes: ceos0: kind: ceos -- GitLab