Revision 5e305af12fedef227461c1b0df0d8c4ee3083350 authored by Cilium Imagebot on 13 June 2024, 13:47:35 UTC, committed by André Martins on 15 June 2024, 09:00:23 UTC
Signed-off-by: Cilium Imagebot <noreply@cilium.io>
1 parent 1a06642
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