1
0
Fork 0
Commit Graph

4 Commits (7ca989fd8d8439fe0b540268805cff353bfdf03d)

Author SHA1 Message Date
dump_stack() 7ca989fd8d
feat: use distro info to create the container 2023-05-23 16:54:45 +00:00
dump_stack() d551cc8fc4
refactor: use the same name as in config 2023-05-18 18:27:51 +00:00
dump_stack() bcf8de336f
feat!: introduce new distribution structure
BREAKING CHANGE: distro definition in the configuration files has switched

from

  [[supported_kernels]]
  distro_type = "Ubuntu"
  distro_release = "16.04"
  ...

to

  [[supported_kernels]]
  distro = { id = "Ubuntu", release = "16.04" }
  ...
2023-05-18 16:07:24 +00:00
dump_stack() b1b7a9e675
refactor: move kernel functions to submodule 2023-05-13 10:47:47 +00:00