From 93fb1a33c6bb8f6792e3453a80a2404b8554c2fc Mon Sep 17 00:00:00 2001 From: Mitch Vaughan Date: Sat, 4 Jan 2025 17:35:19 +0000 Subject: [PATCH] update eos and container image --- .devcontainer/techlib-vxlan-domain-a/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/techlib-vxlan-domain-a/devcontainer.json b/.devcontainer/techlib-vxlan-domain-a/devcontainer.json index e158026..fb46dee 100644 --- a/.devcontainer/techlib-vxlan-domain-a/devcontainer.json +++ b/.devcontainer/techlib-vxlan-domain-a/devcontainer.json @@ -1,12 +1,12 @@ { // "image": "ghcr.io/${localEnv:GITHUB_REPOSITORY}/lab-base:python3.11-avd-v5.0.0-clab0.57.5-rev1.1", - "image": "ghcr.io/aristanetworks/aclabs/lab-base:python3.11-avd-v5.0.0-clab0.57.5-rev1.1", + "image": "ghcr.io/aristanetworks/aclabs/lab-base:python3.11-avd-v5.1.0-clab0.60.1-rev1.1", // containerEnv set the variables applied to entire container "containerEnv": { "ARISTA_TOKEN": "${localEnv:ARTOKEN}", "CONTAINERWSF": "${containerWorkspaceFolder}", "GITHUB_REPOSITORY": "${localEnv:GITHUB_REPOSITORY}", - "CEOS_LAB_VERSION": "4.32.2.1F" + "CEOS_LAB_VERSION": "4.33.1F" }, "secrets": { "ARTOKEN": {