Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 94f90fe6 authored by Alexandre MERLIN's avatar Alexandre MERLIN
Browse files

Vagrant: update knode image

parent 08e7917e
No related branches found
No related tags found
No related merge requests found
Pipeline #252880 passed
......@@ -22,8 +22,7 @@ Vagrant.configure("2") do |config|
nodes.each_pair do |name,node|
config.vm.define name do |agent|
# Vagrant want a box even if we don't use it
agent.vm.box = "olbat/tiny-core-micro"
agent.vm.box_version = "0.1.0"
agent.vm.box = "debian/contrib-buster64"
agent.vm.provider :virtualbox do |vb|
vb.memory = '1024'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment