From 959b7a1173370290f2ee24f5defdbc784e84fa5e Mon Sep 17 00:00:00 2001 From: Neil-Jocelyn Schark <neil-jocelyn.schark@stud.h-da.de> Date: Thu, 15 Sep 2022 12:30:25 +0000 Subject: [PATCH] Update ceos container image to 4.28.2F See merge request danet/gosdn!375 --- .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 8af2957d9..01b9b3350 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.0F" + CEOS_IMAGE: "${CI_PCONTAINERS_REGISTRY_IMAGE}/ceos:4.28.2F" GOLANG_VERSION: "1.19" workflow: diff --git a/gosdn.clab.yaml b/gosdn.clab.yaml index 69135e797..bc83b03ec 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.0F + image: registry.code.fbi.h-da.de/danet/containers/ceos:4.28.2F nodes: ceos0: kind: ceos -- GitLab