push debian-13 vagrant box
This commit is contained in:
commit
50470eeffa
12
README.md
Normal file
12
README.md
Normal 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
BIN
debian-13/debian-13-3-3.box
Normal file
Binary file not shown.
14
debian-13/metadata.json
Normal file
14
debian-13/metadata.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user