push debian-13 vagrant box

This commit is contained in:
Grégory Lebreton 2026-01-20 10:11:16 +01:00
commit 50470eeffa
3 changed files with 26 additions and 0 deletions

12
README.md Normal file
View File

@ -0,0 +1,12 @@
# VAGRANT BOXES
Repository to store Vagrant boxes to use with Virtualbox provider
## Utilisation
```Vagrantfile
Vagrant.configure("2") do |config|
config.vm.box = "local/debian-13"
config.vm.box_url = "https://git.legaragenumerique.fr/GARAGENUM/vagrant-boxes/raw/main/debian-13/debian-13-3-3.box"
end
```

BIN
debian-13/debian-13-3-3.box Normal file

Binary file not shown.

14
debian-13/metadata.json Normal file
View File

@ -0,0 +1,14 @@
{
"name": "local/debian-13",
"versions": [
{
"version": "1.1.0",
"providers": [
{
"name": "virtualbox",
"url": "https://git.legaragenumerique.fr/GARAGENUM/vagrant-boxes/raw/main/debian-13/debian-13-3-3.box"
}
]
}
]
}