Revision 9a5fae7e5bbaaf3010e6756b274e493a882e4d8f authored by cilium-renovate[bot] on 15 July 2024, 07:07:30 UTC, committed by cilium-renovate[bot] on 15 July 2024, 07:07:30 UTC
Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
1 parent c28fe12
Raw File
vagrant_box_defaults.rb
# -*- mode: ruby -*-
# vi: set ft=ruby
Vagrant.require_version ">= 2.2.0"

$SERVER_BOX = "cilium/ubuntu-dev"
$SERVER_VERSION= "234"
$NETNEXT_SERVER_BOX= "cilium/ubuntu-next"
$NETNEXT_SERVER_VERSION= "161"
@v54_SERVER_BOX= "cilium/ubuntu-5-4"
@v54_SERVER_VERSION= "37"
@v419_SERVER_BOX= "cilium/ubuntu-4-19"
@v419_SERVER_VERSION= "70"
@v49_SERVER_BOX= "cilium/ubuntu"
@v49_SERVER_VERSION= "232"
back to top