From 4b878178e42a9bd40b69510b0088f1e6c84fc604 Mon Sep 17 00:00:00 2001 From: Andre Sterba <andre.sterba@stud.h-da.de> Date: Wed, 13 Apr 2022 15:06:59 +0000 Subject: [PATCH] Update cEOS to 4.28.0F See merge request danet/gosdn!283 --- .gitlab-ci.yml | 2 +- controller/test/terraform/variables.tf | 2 +- gosdn.clab.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9301527ab..85103f02b 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:latest" + CEOS_IMAGE: "${CI_PCONTAINERS_REGISTRY_IMAGE}/ceos:4.28.0F" GOLANG_VERSION: "1.18" stages: diff --git a/controller/test/terraform/variables.tf b/controller/test/terraform/variables.tf index ad7607649..0743a0952 100644 --- a/controller/test/terraform/variables.tf +++ b/controller/test/terraform/variables.tf @@ -29,7 +29,7 @@ variable "container_tag" { variable "ceos_tag" { type = string - default = "registry.code.fbi.h-da.de/danet/containers/ceos:latest" + default = "registry.code.fbi.h-da.de/danet/containers/ceos:4.28.0F" } variable "network_name" { diff --git a/gosdn.clab.yaml b/gosdn.clab.yaml index 407f9d8cc..f6acd6185 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:latest + image: registry.code.fbi.h-da.de/danet/containers/ceos:4.28.0F nodes: ceos0: kind: ceos -- GitLab