Skip to content

Commit

Permalink
vagrant: Bump VM images to the latest versions
Browse files Browse the repository at this point in the history
The 5.4 and net-next images have new kernels.

Signed-off-by: Paul Chaignon <[email protected]>
  • Loading branch information
pchaigno committed Feb 1, 2023
1 parent fc2ce0f commit 1d3574e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vagrant_box_defaults.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
Vagrant.require_version ">= 2.2.0"

$SERVER_BOX = "cilium/ubuntu-dev"
$SERVER_VERSION= "232"
$SERVER_VERSION= "233"
$NETNEXT_SERVER_BOX= "cilium/ubuntu-next"
$NETNEXT_SERVER_VERSION= "154"
$NETNEXT_SERVER_VERSION= "157"
@v54_SERVER_BOX= "cilium/ubuntu-5-4"
@v54_SERVER_VERSION= "35"
@v54_SERVER_VERSION= "36"
@v419_SERVER_BOX= "cilium/ubuntu-4-19"
@v419_SERVER_VERSION= "69"
@v49_SERVER_BOX= "cilium/ubuntu"
@v49_SERVER_VERSION= "232"
@v49_SERVER_VERSION= "233"

0 comments on commit 1d3574e

Please sign in to comment.