Skip to content

Commit

Permalink
update eos and container image
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchV85 authored Jan 4, 2025
1 parent 6b50402 commit 93fb1a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/techlib-vxlan-domain-a/devcontainer.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 93fb1a3

Please sign in to comment.