Skip to content

Commit

Permalink
vagrant: Bump all Vagrant box versions
Browse files Browse the repository at this point in the history
These new images include the updated, pre-pulled Docker images:
cilium/packer-ci-build#245

Signed-off-by: Paul Chaignon <paul@cilium.io>
  • Loading branch information
pchaigno authored and errordeveloper committed Nov 27, 2020
1 parent 6d0a431 commit 816b323
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vagrant_box_defaults.rb
Expand Up @@ -3,10 +3,10 @@
Vagrant.require_version ">= 2.2.0"

$SERVER_BOX = "cilium/ubuntu-dev"
$SERVER_VERSION= "183"
$SERVER_VERSION= "184"
$NETNEXT_SERVER_BOX= "cilium/ubuntu-next"
$NETNEXT_SERVER_VERSION= "77"
$NETNEXT_SERVER_VERSION= "78"
@v419_SERVER_BOX= "cilium/ubuntu-4-19"
@v419_SERVER_VERSION= "24"
@v419_SERVER_VERSION= "25"
@v49_SERVER_BOX= "cilium/ubuntu"
@v49_SERVER_VERSION= "183"
@v49_SERVER_VERSION= "184"

0 comments on commit 816b323

Please sign in to comment.