Revision 246ebf5c6a2486ee6588fb1d3404413688828d71 authored by Martynas Pumputis on 05 December 2023, 15:58:00 UTC, committed by Martynas Pumputis on 05 December 2023, 15:58:00 UTC
Signed-off-by: Martynas Pumputis <m@lambda.lt>
1 parent 654d92f
Raw File
vagrant_box_defaults.rb
# -*- mode: ruby -*-
# vi: set ft=ruby
Vagrant.require_version ">= 2.2.0"

$SERVER_BOX = "cilium/ubuntu-4-19"
$SERVER_VERSION= "73"
$NETNEXT_SERVER_BOX= "cilium/ubuntu-next"
$NETNEXT_SERVER_VERSION= "165"
@v54_SERVER_BOX= "cilium/ubuntu-5-4"
@v54_SERVER_VERSION= "40"
@v419_SERVER_BOX= "cilium/ubuntu-4-19"
@v419_SERVER_VERSION= "73"
back to top