Skip to content

Commit

Permalink
vagrant: Bump all Vagrant box versions
Browse files Browse the repository at this point in the history
To pick up the fix at cilium/packer-ci-build#266
for the 5.4 box and cilium/packer-ci-build#266.

Signed-off-by: Paul Chaignon <paul@cilium.io>
  • Loading branch information
pchaigno committed Apr 21, 2021
1 parent d808afd commit 5bef5d7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions vagrant_box_defaults.rb
Expand Up @@ -3,12 +3,12 @@
Vagrant.require_version ">= 2.2.0"

$SERVER_BOX = "cilium/ubuntu-dev"
$SERVER_VERSION= "197"
$SERVER_VERSION= "199"
$NETNEXT_SERVER_BOX= "cilium/ubuntu-next"
$NETNEXT_SERVER_VERSION= "93"
$NETNEXT_SERVER_VERSION= "94"
@v54_SERVER_BOX= "cilium/ubuntu-5-4"
@v54_SERVER_VERSION= "2"
@v54_SERVER_VERSION= "3"
@v419_SERVER_BOX= "cilium/ubuntu-4-19"
@v419_SERVER_VERSION= "38"
@v419_SERVER_VERSION= "39"
@v49_SERVER_BOX= "cilium/ubuntu"
@v49_SERVER_VERSION= "197"
@v49_SERVER_VERSION= "199"

0 comments on commit 5bef5d7

Please sign in to comment.